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

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 规范

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
[![GPL3](https://www.gnu.org/graphics/gplv3-or-later.svg)](COPYING)