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 :(
- Host: GitHub
- URL: https://github.com/doglooksgood/tmp
- Owner: DogLooksGood
- License: gpl-2.0
- Created: 2015-08-12T15:01:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T14:53:34.000Z (over 10 years ago)
- Last Synced: 2025-01-27T12:24:51.829Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```