Finish all features (for now)
This commit is contained in:
19
clash/README.md
Normal file
19
clash/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user