Crates.io | rmb |
lib.rs | rmb |
version | 0.0.2 |
source | src |
created_at | 2018-06-10 13:00:41.230906 |
updated_at | 2018-06-10 13:04:39.883083 |
description | rmb is a command line tool to save and execute repeatable commands. |
homepage | |
repository | https://github.com/Nuqlear/rmb |
max_upload_size | |
id | 69456 |
size | 12,761 |
rmb
is a commind line tool to save and execute complex repeatable commands.
It was written as an exercise in purpose to be more familiar with Rust.
cargo install rmb
USAGE:
rmb s [name]
rmb a [name]
rmb clear
rmb list
FLAGS:
-h, --help Prints help information. Use --help for more details.
-V, --version Prints version information
SUBCOMMANDS:
clear Clear commands store
e Exec a command
help Prints this message or the help of the given subcommand(s)
list List saved commands
s Saves a command to later use with exec subcommand