diff --git a/README.md b/README.md index a691339..0ebff38 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1364** +* Apps/tools covered: **1365** * Number of categories: **76**. # Index @@ -29,7 +29,7 @@ Some links are available to [related resources](#resources). * [Science](#science) (19), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (30), [Shells](#shells) (14), [Sound and music](#music) (46), [System monitoring](#monitor) (27), [System tools](#system) (23) * [Terminals](#terminal) (14), [Text processing](#text-processing) (32), [Text search (alternatives to grep)](#text-search) (11), [Text search and replace (alternatives to sed)](#text-search-replace) (6), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (30), [Torrent](#torrent) (7), [Typing test and practice](#typing) (8) * [Utilities](#utility) (37) -* [Versioning](#versioning) (7), [Video](#video) (11), [Viewers](#viewers) (24) +* [Versioning](#versioning) (8), [Video](#video) (11), [Viewers](#viewers) (24) * [Web browser](#browser) (18), [Web development](#webdev) (28), [Writing](#writing) (9) ## AI / ChatGPT @@ -1654,6 +1654,7 @@ Miscellaneous utilities that are not do not fit in other categories and they are Tools for file versioning that are not related to git. * [Bazaar](http://bazaar.canonical.com/en/) - Multiplatform version control system supporting diffferent workflows; it is part of the GNU Project, and it is free software sponsored by Canonical. +* [fnc](https://fnc.bsdbox.org/index) - Interactive text-based user interface for Fossil. * [fossil](https://fossil-scm.org/) - A simple, high-reliability, distributed software configuration management system with these advanced features: project management, built-in web interface, friendly self-hosting, simple networking, all-in-one standalone executable, and much more. * [gee](https://github.com/human37/gee) - CLI repository manager and automation tool written in rust. * [Gistup](https://github.com/mbostock/gistup) - Create a gist from terminal, then use git to update it. diff --git a/data/apps.csv b/data/apps.csv index 9a39acb..15f24df 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1363,3 +1363,4 @@ devops,dry,,https://github.com/moncho/dry,A Docker manager for the terminal. networking,dug,,https://github.com/unfrl/dug,A global DNS propagation checker that gives pretty output. git,dunk,,https://github.com/darrenburns/dunk,Prettier git diffs in the terminal. package-manager,eget,,https://github.com/zyedidia/eget,Easily install prebuilt binaries from GitHub. +versioning,fnc,https://fnc.bsdbox.org/index,,Interactive text-based user interface for Fossil.