Skip to content
/ dirmem Public

A collection of shell scripts (commands) to memorize a directory, change to another directory, and go back to the memorized one.

License

Notifications You must be signed in to change notification settings

ElfQrin/dirmem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dirmem

A collection of shell scripts (commands) to memorize a directory, change to another directory, and go back to the memorized one.

The commands are:

back # Go back to the memorized directory

cdm NEWDIR # Memorize current directory and change to NEWDIR

dirm [DIR] # Memorize the given DIR directory. If no directory is given then the current directory is memorized. Then you can change directory with traditional cd rather than cdm

ldirm # List memorized directory

showdirm # Show (Echo) memorized directory

up # Go one directory up (pretty much like cd .. )

upm # Memorize current directory and go one directory up

http://labs.geody.com/dirmem/

Screenshots: GeodyLabs dirmem recall memorized directory dir folder Linux screenshot GeodyLabs dirmem recall memorized directory dir folder Linux screenshot