bash-cache

v0.0.1
bash cache helps you remember how you use unix commands
bash-cache cache

bash-cache

Annotations of specific usages of unix commands

Anywhere bash-cache is used below, cache would work as well.

##Save an annotation

bash-cache -c ls -s "ls -al shows me more than normal" #saves annotation for ls

##Display annotations

bash-cache ls # displays annotations for ls

##Clear annotations

bash-cache -c ls -d # deletes annotations for ls

##Where are the annotations?

stored in your home directory ~, in .bash-cache-annotations.json which is formatted like so:

{
    'ls' : [ 'ls -al shows me more than normal' ],
}
npm i bash-cache

Metadata

  • Unknown
  • Whatever
  • Ben Sammons
  • released 8/17/2015

Downloads

Maintainers