#command #save #command-line-tool #execute #repeatable #subcommand #clear

app rmb

rmb is a command line tool to save and execute repeatable commands

2 releases

Uses old Rust 2015

0.0.2 Jun 10, 2018
0.0.1 Jun 10, 2018

#38 in #clear

Download history 6/week @ 2024-03-08 2/week @ 2024-03-15 16/week @ 2024-03-29 3/week @ 2024-04-05

67 downloads per month

Custom license

12KB
292 lines

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

Dependencies

~1.5–2.6MB
~44K SLoC