Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/braswelljr/rmx
- Owner: braswelljr
- License: mit
- Created: 2022-11-21T09:50:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T16:09:10.000Z (7 months ago)
- Last Synced: 2024-06-20T16:49:10.984Z (7 months ago)
- Topics: golang, linux, macos, unix, windows
- Language: Go
- Homepage:
- Size: 1.98 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.