mirror of
https://github.com/toolleeo/cli-apps.git
synced 2024-11-19 03:25:36 +00:00
added gh-s and stargazer
This commit is contained in:
parent
930a308ab5
commit
37918c55a7
@ -21,11 +21,11 @@ If you want to contribute through a pull request, make sure to add new entries t
|
||||
|
||||
# Summary
|
||||
|
||||
To date, **576** apps/tools covered, divided in **43** categories.
|
||||
To date, **578** apps/tools covered, divided in **43** categories.
|
||||
|
||||
# Index
|
||||
|
||||
[Backup](#backup) (8) | [Calculators](#calc) (4) | [Chat and instant messaging](#chat) (8) | [Conversion](#conversion) (6) | [Data management](#data-management) (26) | [Data transfer](#transfer) (26) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (19) | [Email](#email) (9) | [File and file system handling](#file-handling) (31) | [File manager](#file-manager) (9) | [File renamers](#file-renamer) (6) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (14) | [Games](#games) (27) | [Git and accessories](#git) (17) | [Graphics](#graphics) (14) | [Multimedia](#multimedia) (2) | [Networking](#networking) (13) | [Note taking](#note-taking) (12) | [Office tools](#office) (14) | [Organizers and calendars](#organizers) (12) | [Online search and resources](#online) (7) | [Password managers](#password-manager) (9) | [Productivity](#productivity) (16) | [Programming](#programming) (15) | [Science](#science) (8) | [Security and encryption](#security) (9) | [Shells](#shells) (4) | [Sound and music](#music) (22) | [System monitoring](#monitor) (26) | [System tools](#system) (19) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (31) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (14) | [Utilities](#utility) (21) | [Versioning](#versioning) (5) | [Viewers](#viewers) (25) | [Web browser](#browser) (16) | [Web development](#webdev) (13)
|
||||
[Backup](#backup) (8) | [Calculators](#calc) (4) | [Chat and instant messaging](#chat) (8) | [Conversion](#conversion) (6) | [Data management](#data-management) (26) | [Data transfer](#transfer) (26) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (19) | [Email](#email) (9) | [File and file system handling](#file-handling) (31) | [File manager](#file-manager) (9) | [File renamers](#file-renamer) (6) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (14) | [Games](#games) (27) | [Git and accessories](#git) (19) | [Graphics](#graphics) (14) | [Multimedia](#multimedia) (2) | [Networking](#networking) (13) | [Note taking](#note-taking) (12) | [Office tools](#office) (14) | [Organizers and calendars](#organizers) (12) | [Online search and resources](#online) (7) | [Password managers](#password-manager) (9) | [Productivity](#productivity) (16) | [Programming](#programming) (15) | [Science](#science) (8) | [Security and encryption](#security) (9) | [Shells](#shells) (4) | [Sound and music](#music) (22) | [System monitoring](#monitor) (26) | [System tools](#system) (19) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (31) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (14) | [Utilities](#utility) (21) | [Versioning](#versioning) (5) | [Viewers](#viewers) (25) | [Web browser](#browser) (16) | [Web development](#webdev) (13)
|
||||
|
||||
Some links to [related resources](#resources).
|
||||
|
||||
@ -300,6 +300,7 @@ Some links to [related resources](#resources).
|
||||
* [forgit](https://github.com/wfxr/forgit) - A utility tool powered by fzf for using git interactively.
|
||||
* [fzf-git.sh](https://github.com/junegunn/fzf-git.sh) - bash and zsh key bindings for Git objects, powered by fzf.
|
||||
* [gh-f](https://github.com/gennaro-tedesco/gh-f) - The ultimate, compact and snappy fzf extension for gh cli.
|
||||
* [gh-s](https://github.com/gennaro-tedesco/gh-s) - Search github repositories interactively
|
||||
* [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-annex](https://git-annex.branchable.com/) - Manages files with `git`, without checking the file contents into git; very useful to manage large/binary files.
|
||||
@ -312,6 +313,7 @@ Some links to [related resources](#resources).
|
||||
* [onefetch](https://github.com/o2sh/onefetch) - Git repository summary on your terminal.
|
||||
* [sad](https://github.com/ms-jpq/sad) - CLI search and replace. Show you a nice diff of proposed changes before you commit them.
|
||||
* [Soft Serve](https://github.com/charmbracelet/soft-serve) - Self-hostable Git server for the command line. One distinguished feature is the possibility to create new repositories with a push.
|
||||
* [stargazer](https://github.com/gennaro-tedesco/stargazer) - Github stats from the command line
|
||||
* [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.
|
||||
|
||||
## <a name="graphics"></a>Graphics
|
||||
|
@ -473,7 +473,9 @@ file-handling,ictree,https://github.com/NikitaIvanovV/ictree,Like tree but inter
|
||||
office,Quoter,https://github.com/frossm/quoter,The console based stock quote tool.
|
||||
system,nala,https://gitlab.com/volian/nala,apt package manager front-end with cleaner interface.
|
||||
games,terminordle,https://github.com/HP4k1h5/terminordle,"Inspired by the popular online game wordle made, you can play a pretty close replica of the original locally or multiplayer over the network."
|
||||
git,gh-s,https://github.com/gennaro-tedesco/gh-s,"Search github repositories interactively "
|
||||
git,gh-f,https://github.com/gennaro-tedesco/gh-f,"The ultimate, compact and snappy fzf extension for gh cli."
|
||||
git,stargazer,https://github.com/gennaro-tedesco/stargazer,"Github stats from the command line"
|
||||
webdev,http-tanker,https://github.com/PierreKieffer/http-tanker,"Terminal application used for API testing; easily create, manage and execute http requests from the terminal."
|
||||
system,Bevel,https://github.com/NorfairKing/bevel,Command line history in an SQLite database for effective re-use.
|
||||
system,atuin,https://github.com/ellie/atuin,"History manager that uses an encrypted SQLlite database for storage, enabling enhanced features such as search and statistics."
|
||||
|
|
Loading…
Reference in New Issue
Block a user