diff --git a/README.md b/README.md index b3519bc..7cb3c97 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1367** +* Apps/tools covered: **1368** * Number of categories: **76**. # Index @@ -19,7 +19,7 @@ Some links are available to [related resources](#resources). * [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (23), [Data transfer](#transfer) (40), [DevOps](#devops) (14), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [Disk usage analyzers](#disk-analyzer) (12) * [Editors](#editors) (25), [Email](#email) (14) * [File and file system handling](#file-handling) (20), [File deletion and trash bin (alternatives to rm)](#rm) (6), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (8), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (19), [File renamers](#file-renamer) (14), [File systems](#file-system) (4), [File watching for changes](#file-watch) (7), [Financial tools](#financial) (12), [Font management](#font) (4), [Funny tools](#funny) (32), [Fuzzy finders and option pickers](#option-picker) (13) -* [Games](#games) (49), [Git and accessories](#git) (49), [Graphics](#graphics) (37) +* [Games](#games) (49), [Git and accessories](#git) (50), [Graphics](#graphics) (37) * [History management](#history) (4) * [Markdown](#markdown) (11) * [Networking](#networking) (54), [Note taking](#note-taking) (22) @@ -798,6 +798,7 @@ Tools to support and extend the functionalities of the `git` version tracker. * [git-all-branches](https://github.com/zacanger/git-all-branches) - Improved visualization of git branches (`git branch -a`). * [git-annex](https://git-annex.branchable.com/) - Manages files with `git`, without checking the file contents into git; very useful to manage large/binary files. * [git-booster-cli](https://github.com/akgondber/git-booster-cli) - Improve your git workflow with customizable and runnable blocks. +* [git-cc](https://github.com/SKalt/git-cc) - A git extension to help write conventional commits. * [git-cliff](https://github.com/orhun/git-cliff) - A highly customizable Changelog Generator that follows Conventional Commit specifications. * [git-cz](https://github.com/streamich/git-cz) - Semantic Git commits. * [git-extras](https://github.com/tj/git-extras) - Little git extras like git-ignore, git-setup, git-changelog, git-release, git-effort and more. diff --git a/data/apps.csv b/data/apps.csv index 9f789af..13288c0 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1366,3 +1366,4 @@ package-manager,eget,,https://github.com/zyedidia/eget,Easily install prebuilt b versioning,fnc,https://fnc.bsdbox.org/index,,Interactive text-based user interface for Fossil. font,fnt,,https://github.com/alexmyczko/fnt,"apt for fonts, the missing font manager for macOS/linux." git,gh-dash,,https://github.com/dlvhdr/gh-dash,A beautiful CLI dashboard for GitHub. +git,git-cc,,https://github.com/SKalt/git-cc,A git extension to help write conventional commits.