Added git-fuzzy

pull/29/head
Tullio Facchinetti 8 months ago
parent dabc4e3769
commit 0b4856f719

@ -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.

@ -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`.

1 category name homepage git description
1149 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.
1150 ls eza https://github.com/eza-community/eza eza is a modern, _maintained_ replacement for `ls`, built on `exa`.
1151 music line https://github.com/pd3v/line Tiny command-line midi sequencer and language for live coding.
1152 git git-fuzzy https://github.com/bigH/git-fuzzy Interactive `git` with the help of `fzf`.
Loading…
Cancel
Save