Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheepla/trash
🗑️ [WIP] A command line tool for $Recycle.bin: `rm` alternative command for Windows written in F#
https://github.com/sheepla/trash
cli fsharp fsharp-cli recyclebin rm rm-alternative trash windows
Last synced: 3 months ago
JSON representation
🗑️ [WIP] A command line tool for $Recycle.bin: `rm` alternative command for Windows written in F#
- Host: GitHub
- URL: https://github.com/sheepla/trash
- Owner: sheepla
- License: mit
- Created: 2024-01-27T14:45:10.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-01-27T15:56:48.000Z (11 months ago)
- Last Synced: 2024-09-30T06:22:26.182Z (3 months ago)
- Topics: cli, fsharp, fsharp-cli, recyclebin, rm, rm-alternative, trash, windows
- Language: F#
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🗑️ trash
A command line tool for $Recycle.bin, alternative for `rm`, `del`, `rd` command for Windows written in F#
## Usage
Specifying file paths as arguments will move the corresponding files to the $Recycle.bin folder.
Wildcards are automatically expanded.```
trash FILES...
```## Installation
To install from source, run the following. Requires .NET 7.0.
```
dotnet publish
```