20 lines
590 B
Markdown
20 lines
590 B
Markdown
# 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.
|