Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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#

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
```