960 B
960 B
Nautilus Bookmarks Cli
The Nautilus Bookmarks Manager is a Bashrc script that allows you to quickly access Nautilus bookmarks from the command line (cd), by just typing the bookmark name.
Nautilus is the default file manager for GNOME desktop environments.
Usage
-
Installation:
- Clone this repository or download the
nautilus.sh
script. - Copy the contents of the script to your
.bashrc
file, or source the script in your.bashrc
file. - Restart your terminal or run
source ~/.bashrc
to apply the changes.
- Clone this repository or download the
-
Usages:
- Use the
nbk
ornautilus_list_bookmarks
command to list all bookmarks. - Type the name of the bookmark to open the bookmarked directory in the terminal (cd).
- Note: bookmarks that could shadow existing commands will be ignored.
- Note: Spaces or special characters will be replaced with underscores.
- Note: Bookmarks not pointing to files will be opened in nautilus.
- Use the