From 0b4856f71933e4d38d4b974fcbbac2ac144926e1 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Sat, 23 Sep 2023 17:40:28 +0200 Subject: [PATCH] Added git-fuzzy --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ab6bfe..06fa551 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1150** +* Apps/tools covered: **1151** * Number of categories: **69**. # Index @@ -45,7 +45,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Data management](#data-management) (14), [Data management - JSON/YAML/etc.](#data-management-json) (39), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (33), [DevOps](#devops) (9), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (18), [Disk usage analyzers](#disk-analyzer) (12) * [Editors](#editors) (25), [Email](#email) (13) * [File and file system handling](#file-handling) (20), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (7), [File listing (alternatives to ls)](#ls) (8), [File manager](#file-manager) (18), [File renamers](#file-renamer) (11), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (27), [Fuzzy finders](#fuzzy-finder) (10) -* [Games](#games) (43), [Git and accessories](#git) (40), [Graphics](#graphics) (31) +* [Games](#games) (43), [Git and accessories](#git) (41), [Graphics](#graphics) (31) * [History management](#history) (4) * [Multimedia](#multimedia) (14) * [Networking](#networking) (36), [Note taking](#note-taking) (20) @@ -722,6 +722,7 @@ Fuzzy finders and generic option pickers. * [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. +* [git-fuzzy](https://github.com/bigH/git-fuzzy) - Interactive `git` with the help of `fzf`. * [git-identity](https://github.com/cookiengineer/git-identity) - Automated git alias management. * [git-peek](https://github.com/Jarred-Sumner/git-peek) - git peek is the fastest way to open a remote git repository in your local text editor. * [git-remote-aws](https://github.com/nathants/git-remote-aws) - Management of encrypted git hosting. diff --git a/data/apps.csv b/data/apps.csv index e6688e0..870794d 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1149,3 +1149,4 @@ networking,sshuttle,,https://github.com/sshuttle/sshuttle,Transparent proxy serv music,Gomu,,https://github.com/issadarkthing/gomu,"Gomu is intuitive, powerful CLI music player. It has embedded scripting language and event hook to enable user to customize their config extensively." ls,eza,,https://github.com/eza-community/eza,"eza is a modern, _maintained_ replacement for `ls`, built on `exa`." music,line,,https://github.com/pd3v/line,Tiny command-line midi sequencer and language for live coding. +git,git-fuzzy,,https://github.com/bigH/git-fuzzy,Interactive `git` with the help of `fzf`.