Finish all features (for now)

This commit is contained in:
2025-10-25 17:52:38 -07:00
parent 946ccaa449
commit 41d89d5587
14 changed files with 1466 additions and 648 deletions

19
clash/README.md Normal file
View File

@ -0,0 +1,19 @@
# clash
`clash` is command-line tool for trashing and restoring files, as well as
searching and deleting trashed files. It is inspired by the excellent
[trash-cli](https://github.com/andreafrancia/trash-cli).
Clash depends on `cl-xdg-trash`, `cl-ppcre`, and `clingon`. `cl-xdg-trash` is
located in the same repository as `clash` and was developed alongside it.
## Building
To build `clash`, execute
```sh
make
```
from you're shell of choice.
## Use
A list of subcommands can be found with `clash -h`. Each subcommand can also
take the `-h` flag to show documentation for that command.