Skip to content

Commit a0598b6

Browse files
docs: update README to reflect changes from folder types to targets
1 parent 219ab3d commit a0598b6

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@ cnkill cache --sort=modified # sort caches by last modified
8080

8181
cnkill stores its configuration at `~/.config/cnkill/config.json` (respects `$XDG_CONFIG_HOME`).
8282

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.
8484

85-
### Toggle enabled folder types
85+
### Toggle enabled targets
8686

8787
```bash
8888
cnkill config
8989
```
9090

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.
9292

93-
### Add a custom folder type
93+
### Add a custom target
9494

9595
```bash
9696
cnkill config add
@@ -103,20 +103,20 @@ Runs an interactive 4-step wizard:
103103
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
104104
4. **Lock / reference files** — files used to determine the "last modified" timestamp; defaults to manifests if left blank
105105

106-
After the wizard, the new type is saved and automatically enabled.
106+
After the wizard, the new target is saved and automatically enabled.
107107

108-
### Remove a custom folder type
108+
### Remove a custom target
109109

110110
```bash
111111
cnkill config remove
112112
```
113113

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.
115115

116-
### Built-in folder types
116+
### Built-in targets
117117

118-
| Type | Directory | Enabled by default |
119-
|------|-----------|-------------------|
118+
| Target | Directory | Enabled by default |
119+
|--------|-----------|-------------------|
120120
| `vendor` | vendor (Composer) | Yes |
121121
| `node` | node_modules (npm/pnpm/yarn/bun) | Yes |
122122
| `next` | .next (Next.js build output) | Yes |

0 commit comments

Comments
 (0)