Overview
Theremove command removes a directory from know’s watch list. This stops the directory from being included in future indexing operations.
Syntax
Parameters
The path to the directory you want to remove from the watch list. Can be absolute or relative.
Behavior
- Resolves the directory path to its absolute form
- Removes the directory from
~/.know_dirsif present - Shows a warning if the directory is not in the watch list
- Does not validate that the directory exists (useful for removing deleted directories)
Examples
Remove a directory
Remove directory not in watch list
Remove current directory
See Also
know add- Add directories to watch listknow dirs- View all watched directoriesknow prune- Remove orphaned chunks from deleted filesknow reset- Clear the entire index