A terminal-based file system explorer written in Go intuitive and snappy enough to keep up with your thoughts! Intended to exist in the space somewhere between the ls utility and a full-featured GUI file manager like Ranger to make some common tasks easy, quick, and fun.
This project makes heavy use of the wonderful tcell Go package.
Quick Start
Check out the documentation website for the best experience, thank you!
Dev Stuff
Release a New Version
Create new tag with git like so: git tag -a v<NUMBER> -m "<MESSAGE>"