From 3135b5d5d466e0e6e70cc0db352eca7749015747 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 20 Aug 2021 10:40:38 +0200 Subject: [PATCH] FIX: git-stats format - second round --- README.md | 2 +- data/apps.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c535e3c..2947587 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,7 @@ Some links to [related resources](#resources). * [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-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-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-stats](hhttps://github.com/IonicaBizau/git-stats) - Local git statistics including GitHub-like contributions calendars. +* [git-stats](https://github.com/IonicaBizau/git-stats) - Local git statistics including GitHub-like contributions calendars. * [Mercurial](https://www.mercurial-scm.org/) - Free, distributed source control management tool. * [onefetch](https://github.com/o2sh/onefetch) - Git repository summary on your terminal. * [tig](https://github.com/jonas/tig) - An ncurses-based text-mode interface for `git` that can act as a repository browser, but can also assist in staging changes for commit at chunk level. diff --git a/data/apps.csv b/data/apps.csv index 9d782e8..442687d 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -108,7 +108,7 @@ graphics,ImageMagick,http://www.imagemagick.org/script/index.php,"Software suite graphics,scrot,https://github.com/dreamer/scrot,A simple CLI tool to capture screenshots. versioning,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. versioning,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." -versioning,git-stats,hhttps://github.com/IonicaBizau/git-stats,Local git statistics including GitHub-like contributions calendars. +versioning,git-stats,https://github.com/IonicaBizau/git-stats,Local git statistics including GitHub-like contributions calendars. versioning,Mercurial,https://www.mercurial-scm.org/,"Free, distributed source control management tool." versioning,tig,https://github.com/jonas/tig,"An ncurses-based text-mode interface for `git` that can act as a repository browser, but can also assist in staging changes for commit at chunk level." file-system,sshfs,https://github.com/libfuse/sshfs,Locally mount a remote file-system through SSH and access files and directory as they would be on the local machine.