From 13ec7a2a8e27ef7b18635d8f94fea7f79f0529ee Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 6 Oct 2023 23:34:35 +0200 Subject: [PATCH] Add git absorb --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f06638..e71614f 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: **1190** +* Apps/tools covered: **1191** * Number of categories: **70**. # 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) (34), [DevOps](#devops) (9), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [Disk usage analyzers](#disk-analyzer) (12) * [Editors](#editors) (25), [Email](#email) (13) * [File and file system handling](#file-handling) (21), [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) (9), [File manager](#file-manager) (21), [File renamers](#file-renamer) (12), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (28), [Fuzzy finders](#fuzzy-finder) (10) -* [Games](#games) (44), [Git and accessories](#git) (42), [Graphics](#graphics) (31) +* [Games](#games) (44), [Git and accessories](#git) (43), [Graphics](#graphics) (31) * [History management](#history) (4) * [Multimedia](#multimedia) (14) * [Networking](#networking) (38), [Note taking](#note-taking) (20) @@ -730,6 +730,7 @@ Fuzzy finders and generic option pickers. * [gh-stars](https://github.com/aymanbagabas/gh-stars) - A GitHub CLI extension to show repository stargazers. * [git](https://git-scm.com/) - The winner across all the existing file versioning tools, distributed versioning, fully controllable from the command-line, plenty of configuration and usage options, behind a number of related project that leverage git as backend. * [git absorb](https://github.com/tummychow/git-absorb/) - git commit --fixup, but automatic. +* [git absorb](https://github.com/tummychow/git-absorb) - git commit --fixup, but automatic. * [Git Auto Sync](https://github.com/GitJournal/git-auto-sync) - Automatically commits changes to a git repository, and always keep that repo up to date. * [git commander](https://github.com/golbin/git-commander) - A git tool with an easy interactive terminal interface. * [Git Commit Vanity Hash Solver](https://github.com/trichner/gitc0ffee) - Neat tool to find a 'vanity' hash for a given git commit. Make all your commits hashes start with the prefix c0ffee, cafe, badc0de5 or whatever makes you happy! diff --git a/data/apps.csv b/data/apps.csv index a23b6a1..3f8c71a 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1189,3 +1189,4 @@ file-manager,walk,,https://github.com/antonmedv/walk,Simple and minimalistic fil cd,nav,,https://github.com/dkaslovsky/nav,Terminal navigator for interactive ls workflows. utility,tmux-fingers,,https://github.com/morantron/tmux-fingers,Copy pasting in terminal with vimium/vimperator like hints. utility,Various Scripts,,https://github.com/xkcd386at/scripts,"Various script, mainly in shell and perl, to perform tasks such as combining head and tail, or other common tools accessed using fzf." +git,git absorb,,https://github.com/tummychow/git-absorb,"git commit --fixup, but automatic."