0.0.4 • Published 7 years ago

memr v0.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Command memorizer?

npm install -g memr

Memorize command

memr --add "git add --all && git commit -am {optional_placeholder}" basic-commit

Recall and run memorized command

memr basic-commit "Init memr repository" //Run command in the CLI and echo result

Recall command but don't run

memr basic-commit "Init memr repository" --noexec //Just echo command on the CLI:
git add --all && git commit -am "Init memr repository"

List memorized commands

memr --list

Clear list of memorized commands

memr --clear
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago