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

View File

@ -1,5 +1,7 @@
# cl-xdg-trash
# cl-xdg-trash (and clash)
`cl-xdg-trash` is a Common Lisp interface to the standard XDG trash
specification. You can find a copy of the specification on the [freedesktop.org
git](https://cgit.freedesktop.org/xdg/xdg-specs/tree/trash).
This repository contains two different (related) projects. The first is
`cl-xdg-trash`, which is a Common Lisp interface to the XDG trash
specification. The second is `clash`, which is a command-line that relies on
`cl-xdg-trash`. Each of them has their own `README.md` file, so check those out
for more information and usage instructions.