0.0.3 • Published 3 years ago

ant-finger v0.0.3

Weekly downloads
15
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

ant-finger

Manage your favorite command lines.

total downloads of ant-finger ant-finger's License latest version of ant-finger coverage status of github.com/YounGoat/nodejs.antfin build status of github.com/YounGoat/nodejs.antfin star github.com/YounGoat/nodejs.antfin

This tool will create a command named "af" which means "ant fingers". It helps you manage your favorite commands, and apply them easily on demand.

Links

Get Started

npm install -g ant-finger 
# Install the tool.
# A global command `af` will be created.

af help <SUB_COMMAND>
# Show help info of specified sub command.

af list
# List all saved commands.

af remove
# Remove saved command(s).

af rename
# Rename saved command.

af run [ <NAME> ]
af run [ --name ] <NAME>
# Run saved command.

af save [ <COMMAND> <ARGS> ]
# Save your favorite command.

af history 
# Display history commands.

af !0
# Re-run history command No.0.

af !0 --amend
# Re-run history command No.0 by changing some of the variables.