An interactive text-based user interface for Fossil
fnc is an interactive text-based user interface that uses ncurses and libfossil to create a fossil ui experience in the terminal by providing timeline, diff, tree, blame, and branch views to navigate repositories, and parse local changes at the hunk level with an interactive stash command to prepare atomic commits.
fnc is an interactive text-based user interface that uses ncurses and libfossil to create a fossil ui experience in the terminal by providing timeline, diff, tree, blame, and branch views to navigate repositories, and parse local changes at the hunk level with an interactive stash command to prepare atomic commits.
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.