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

https://github.com/hymkor/trash-rs

Move file(s) to trash-box of Microsoft Windows
https://github.com/hymkor/trash-rs

rust rust-lang

Last synced: 24 days ago
JSON representation

Move file(s) to trash-box of Microsoft Windows

Awesome Lists containing this project

README

        

Trash.exe by Rust
=================

Move file(s) to trash-box of Microsoft Windows.

```
$ trash {FILENAME(s)...}
```

It requires VCRUNTIME140.DLL

Install
-------

Download the binary package from [Releases](https://github.com/hymkor/trash-rs/releases) and extract the executable.

### for scoop-installer

```
scoop install https://raw.githubusercontent.com/hymkor/trash-rs/master/trash.json
```

or

```
scoop bucket add hymkor https://github.com/hymkor/scoop-bucket
scoop install trash
```