cdargs は、ディレクトリをブックマークするのに最適なツールです:http://www.youtube.com/watch?v=uWB2FIQlzZg
バッシュマークもあります プロジェクト (bash シェル用)。ディレクトリのブックマークを管理するために 1 文字のコマンドを使用します:
s <bookmark_name> - Saves the current directory as "bookmark_name"
g <bookmark_name> - Goes (cd) to the directory associated with "bookmark_name"
p <bookmark_name> - Prints the directory associated with "bookmark_name"
d <bookmark_name> - Deletes the bookmark
l - Lists all available bookmarks