A read-only ncurses browser for fossil repositories
fnc is an interactive read-only browser for fossil repositories that uses libfossil and ncurses to create a fossil ui experience in the terminal by providing timeline, diff, tree, blame, and branch views to navigate repositories.
fnc is an interactive read-only browser for fossil repositories that uses libfossil and ncurses to create a fossil ui experience in the terminal by providing timeline, diff, tree, blame, and branch views to navigate repositories.
To install fnc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fnc
To see what files were installed by fnc, run:
port contents fnc
To later upgrade fnc, run:
sudo port selfupdate && sudo port upgrade fnc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.