FIX: git-stats format - second round

pull/2/head
Tullio Facchinetti 3 years ago
parent a43edb5076
commit 3135b5d5d4

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

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

1 category name url description
108 graphics scrot https://github.com/dreamer/scrot A simple CLI tool to capture screenshots.
109 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.
110 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.
111 versioning git-stats hhttps://github.com/IonicaBizau/git-stats https://github.com/IonicaBizau/git-stats Local git statistics including GitHub-like contributions calendars.
112 versioning Mercurial https://www.mercurial-scm.org/ Free, distributed source control management tool.
113 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.
114 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.
Loading…
Cancel
Save