You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,17 +80,17 @@ cnkill cache --sort=modified # sort caches by last modified
80
80
81
81
cnkill stores its configuration at `~/.config/cnkill/config.json` (respects `$XDG_CONFIG_HOME`).
82
82
83
-
Use the `config` command to manage which folder types are scanned and to define custom types.
83
+
Use the `config` command to manage which targets are scanned and to define custom ones.
84
84
85
-
### Toggle enabled folder types
85
+
### Toggle enabled targets
86
86
87
87
```bash
88
88
cnkill config
89
89
```
90
90
91
-
Opens an interactive multi-select list of all known folder types (built-in and custom). Use `Space` to toggle a type on or off, `Enter` to save, and `q` to quit without saving.
91
+
Opens an interactive multi-select list of all known targets (built-in and custom). Use `Space` to toggle a target on or off, `Enter` to save, and `q` to quit without saving.
92
92
93
-
### Add a custom folder type
93
+
### Add a custom target
94
94
95
95
```bash
96
96
cnkill config add
@@ -103,20 +103,20 @@ Runs an interactive 4-step wizard:
103
103
3.**Manifest files** — comma-separated files that must exist in the parent directory to confirm it's a real project (e.g. `pyproject.toml, requirements.txt`); leave blank to match any
104
104
4.**Lock / reference files** — files used to determine the "last modified" timestamp; defaults to manifests if left blank
105
105
106
-
After the wizard, the new type is saved and automatically enabled.
106
+
After the wizard, the new target is saved and automatically enabled.
107
107
108
-
### Remove a custom folder type
108
+
### Remove a custom target
109
109
110
110
```bash
111
111
cnkill config remove
112
112
```
113
113
114
-
Presents a list of user-defined custom types. Select one and confirm to delete it.
114
+
Presents a list of user-defined custom targets. Select one and confirm to delete it.
0 commit comments