https://github.com/wz-willker/tra.sh
用 POSIX Shell 编写的终端回收站管理工具,遵守 FreeDesktop.org's Trash specification 规范
https://github.com/wz-willker/tra.sh
posix posix-compatible posix-sh posix-shell shell shell-script trash trashcan
Last synced: 22 days ago
JSON representation
用 POSIX Shell 编写的终端回收站管理工具,遵守 FreeDesktop.org's Trash specification 规范
- Host: GitHub
- URL: https://github.com/wz-willker/tra.sh
- Owner: wz-willker
- License: gpl-3.0
- Created: 2025-11-06T09:38:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-26T06:23:25.000Z (7 months ago)
- Last Synced: 2026-05-17T12:53:00.869Z (about 2 months ago)
- Topics: posix, posix-compatible, posix-sh, posix-shell, shell, shell-script, trash, trashcan
- Language: Shell
- Homepage: https://codeberg.org/hiruocha/tra.sh
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# 🗑tra.sh
用 POSIX Shell 编写的终端回收站管理工具,遵守 [FreeDesktop.org's Trash specification](https://specifications.freedesktop.org/trash/latest/) 规范
仅使用以下 POSIX 工具
- awk
- basename
- date
- df
- dirname
- find
- id
- mkdir
- mv
- rm
- sort
- tail
## 特性
- [x] 完全 POSIX 兼容,无外部依赖
## 鸣谢
- [url](https://github.com/ko1nksm/url) 提供 url 编解码函数
## LICENSE
[](COPYING)