rmb

Crates.iormb
lib.rsrmb
version0.0.2
sourcesrc
created_at2018-06-10 13:00:41.230906
updated_at2018-06-10 13:04:39.883083
descriptionrmb is a command line tool to save and execute repeatable commands.
homepage
repositoryhttps://github.com/Nuqlear/rmb
max_upload_size
id69456
size12,761
Oleg Shigorin (Nuqlear)

documentation

README

rmb

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.

Installation

cargo install rmb

Commands

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
Commit count: 0

cargo fmt