An open API service indexing awesome lists of open source software.

https://github.com/doglooksgood/tmp

mv file to /tmp/.trash instead of rm :(
https://github.com/doglooksgood/tmp

Last synced: about 1 month ago
JSON representation

mv file to /tmp/.trash instead of rm :(

Awesome Lists containing this project

README

          

TMP
===
A Simple trash

mv files to trash
```shell
tmp a b c
```

list files in trash
```shell
tmpl
```

call file back with the number in `tmpl`
```shell
untmp 1
```