Guide To Install apparix On Mac
Package Information:
Name: apparix
Use: File system navigation via bookmarking directories
Apparix is a system to use bookmarks for file system locations in bash and zsh. You can jump to tagged directories and their subdirectories, have easier copy commands, use distant listing and distant editing and anything else where a file system location tag is handy. This all works transparently with tab completion on subdirectories of the bookmark.
URL: https://micans.org/apparix/
Installation Steps:
- Open Terminal
- Now, run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install apparix using brew
brew install apparix
apparix is ready to use now!