From 1940e65125e1391e3bb504b335171c2377c08f66 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Tue, 5 Sep 2023 19:48:56 +0200 Subject: [PATCH] Added gitnr --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04ba9c7..6c1fa77 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: **1116** +* Apps/tools covered: **1117** * Number of categories: **67**. # Index @@ -45,7 +45,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Data management](#data-management) (25), [Data management - Tabular data](#data-management-tabular) (17), [Data transfer](#transfer) (33), [DevOps](#devops) (9), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (17), [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) (7), [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) (33), [Note taking](#note-taking) (20) @@ -695,6 +695,7 @@ Fuzzy finders and generic option pickers. * [Gitea](https://gitea.com/) - Single binary self-hosted Git service. * [gitlab-cli](https://github.com/vishwanatharondekar/gitlab-cli) - Create GitLab merge requests. * [gitnr](https://github.com/reemus-dev/gitnr) - Create .gitignore files using one or more templates from TopTal, GitHub or your own collection. +* [gitnr](https://github.com/reemus-dev/gitnr) - Create `.gitignore` files using one or more templates from TopTal, GitHub or your own collection. * [gitsummary](https://github.com/glenreesor/gitsummary) - A better git status taht lists stashes, file statuses, branch list, all nicely formatted with color. * [GitUI](https://github.com/extrawurst/gitui) - The comfort of a git GUI but right in your terminal, with keyboard only control, scalable UI, and features all the necessary operations of git. * [grv](https://github.com/rgburke/grv) - Git Repository Viewer - A terminal based interface for viewing Git repositories. It allows refs, commits and diffs to be viewed, searched and filtered. diff --git a/data/apps.csv b/data/apps.csv index 9f8e140..05a7f8e 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1115,3 +1115,4 @@ conversion,jsonify-resume,,https://github.com/ashishbinu/jsonify-resume,A cli th todo-manager,boards,,https://github.com/benrutter/boards,Recursive kanban boards based around the filesystem. utility,ltorah,,https://github.com/Mandrew0822/ltorah,ltorah provides a way to read the ancient hebrew Torah from the command line. utility,minicloze,,https://github.com/benmanone/minicloze,Rust-based command-line language-learning game using the Tatoeba database. +git,gitnr,,https://github.com/reemus-dev/gitnr,"Create `.gitignore` files using one or more templates from TopTal, GitHub or your own collection."