Skip to content

nocommentlab/CDWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CDWS [Change Directory With Steroids]

bash_shields dialog_shields

Change directory in BASH can be very annoying especially when this operation must be repeated more and more time! With CDWS you can bookmark your favourite directories with a simple command and then you can open the folder that you want using a simple BASH UI interface. Compatible with SSH and TMUX.

How to use

  • Install the script: chmod +x install.sh && sudo ./install.sh
  • Add a specific folder to bookmarks: cdws -a [/path/to/bookmark]
  • Add current folder to bookmarks: cdws -a
  • Remove a specific folter to bookmarks: cdws -d [/path/to/remove]
  • Remove current folder from bookmarks: cdws -d
  • Show UI folder selection: ccc. ccc is an alias of source /usr/bin/cdws

Dependency

Install dialog for your command; for example:

  • Debian/Ubuntu: # apt-get install dialog
  • Fedora/CentOS: # yum install dialog

About

Change Directory With Steroids

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages