Skip to the content.

cdargs

cdargs is a utility to bookmark directories so that you can easily navigate the file system.

For most Linux systems, you can install it easily using your favorite package manager. If not, installation is quite easy, just follow the instruction in the INSTALL file, included in the tarball you can download.

How to use it?

In order to invoke the GUI, use:

$ cv

To add a bookmark to the current working directory, do:

$ ca <bookmark>

where you should replace <bookmark> by the bookmark you want to use for this directory.

To change to a bookmarked directory, use:

$ cdb <bookmark>

To copy a list of files to a bookmarked directory, use:

$ cpb <list-of-files> <bookmark>