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

https://github.com/changkun/rmtrash

🗑️ Move directory entries to Trash
https://github.com/changkun/rmtrash

go golang macos trash

Last synced: 9 months ago
JSON representation

🗑️ Move directory entries to Trash

Awesome Lists containing this project

README

          

# rmtrash

rmtrash moves directory entries to Trash on macOS.

## Usage

Installation requires [Go 1.16+](https://go.dev).

```
go install changkun.de/x/rmtrash@latest
```

```
alias rm='rmtrash'
```

```
rm /what/ever
rm -rf /what/ever
```

## License

[MIT](./LICENSE) | Copyright © 2020 Changkun Ou