curly

speak curl for faster troubleshooting

Description

curly is a bash CLI with three things in mind

  1. modern user interface and usage

  2. scalable base code

  3. simplifying workflow for troubleshooting or testing

  4. Bash Tab Completion

install

# first
git clone https://github.com/k-five/curly.git

# second
sudo mv curly/curly.sh /usr/local/bin/curly

# third, check dependencies
curly --command check

or

# first
curl -sL https://raw.githubusercontent.com/k-five/curly/master/curly.sh | sudo tee /usr/local/bin/curly

# second
curly --command check

Bash Tab Completion

curly has script for tab-completion and you can either install it or loading while you are working with it.

install

or load it to memory

Use it without install it

See the --help

sampel output

Check the dependencies

sample out

Run it

Last updated

Was this helpful?