Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/braswelljr/rmx

A cross-platform replacement for the UNIX rm command.
https://github.com/braswelljr/rmx

golang linux macos unix windows

Last synced: 3 months ago
JSON representation

A cross-platform replacement for the UNIX rm command.

Awesome Lists containing this project

README

        

# rmx

A cross-platform replacement for the UNIX `rm` command.

## Installation

```bash
go get github.com/braswelljr/rmx
```

## Usage

```bash
rmx [flags] [path ...]
```

### Flags

`-f`, `--force` - Force removal of files and directories.

`-i` - Prompt before removal.

`-I` - Prompt before removal of directories.

`-r`, `-R` - Recursively remove directories.

`-v` - Verbose output.

`-h` - Print help.

`--version` - Print version.