Fe is a simple tool which you can use to move through your directories from the command line
e.mp4
Binaries of the package can be collected from the releases page
Inorder to build from source, make sure to have go and git installed.
sudo apt update
sudo apt install go gitNow, clone the repository and run go build
# clone the repository
git clone https://github.com/pranavbaburaj/fe.git
cd fe
# Install the dependencies
go get
# Build it into a binary
go buildLearn more about compiling for different platforms