diff --git a/README.md b/README.md index 4678b34..4cbc515 100644 --- a/README.md +++ b/README.md @@ -202,14 +202,10 @@ Select Categories to Clean - 18.5GB (8 selected) > **Use with caution:** This will permanently delete selected artifacts. Review carefully before confirming. Recent projects (< 7 days) are marked and unselected by default. -#### Configuration +
+Custom Scan Paths -You can configure which directories `mole` scans for projects by creating a config file: - -1. Create `~/.config/mole/purge_paths` -2. Add one directory path per line (supports `~`) - -Example `~/.config/mole/purge_paths`: +Create `~/.config/mole/purge_paths` to specify custom directories (one per line, supports `~`): ```shell ~/Documents/MyProjects @@ -217,7 +213,9 @@ Example `~/.config/mole/purge_paths`: ~/Work/ClientB ``` -If this file exists, `mole` will *only* scan the paths listed in it. If not, it uses the default paths (`~/Projects`, `~/GitHub`, `~/dev`, etc.). +When this file exists, only listed paths are scanned. Otherwise, defaults to `~/Projects`, `~/GitHub`, `~/dev`, etc. + +
## Quick Launchers