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
- Host: GitHub
- URL: https://github.com/hymkor/trash-rs
- Owner: hymkor
- License: mit
- Created: 2023-10-25T19:22:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-01T01:52:24.000Z (over 1 year ago)
- Last Synced: 2025-02-10T15:50:56.388Z (3 months ago)
- Topics: rust, rust-lang
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```