ADD: cloc

pull/3/head
Tullio Facchinetti 2 years ago
parent 6e57a937b6
commit 9a3f1d0077

@ -21,11 +21,11 @@ If you want to contribute through a pull request, make sure to add new entries t
# Summary # Summary
To date, **586** apps/tools covered, divided in **43** categories. To date, **587** apps/tools covered, divided in **43** categories.
# Index # Index
[Backup](#backup) (8) | [Calculators](#calc) (4) | [Chat and instant messaging](#chat) (8) | [Conversion](#conversion) (6) | [Data management](#data-management) (25) | [Data transfer](#transfer) (27) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (19) | [Email](#email) (9) | [File and file system handling](#file-handling) (32) | [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) (3) | [Networking](#networking) (15) | [Note taking](#note-taking) (12) | [Office tools](#office) (14) | [Organizers and calendars](#organizers) (12) | [Online search and resources](#online) (7) | [Password managers](#password-manager) (10) | [Productivity](#productivity) (16) | [Programming](#programming) (15) | [Science](#science) (8) | [Security and encryption](#security) (9) | [Shells](#shells) (5) | [Sound and music](#music) (22) | [System monitoring](#monitor) (26) | [System tools](#system) (19) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (32) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (14) | [Utilities](#utility) (22) | [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) (25) | [Data transfer](#transfer) (27) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (19) | [Email](#email) (9) | [File and file system handling](#file-handling) (32) | [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) (3) | [Networking](#networking) (15) | [Note taking](#note-taking) (12) | [Office tools](#office) (14) | [Organizers and calendars](#organizers) (12) | [Online search and resources](#online) (7) | [Password managers](#password-manager) (10) | [Productivity](#productivity) (16) | [Programming](#programming) (16) | [Science](#science) (8) | [Security and encryption](#security) (9) | [Shells](#shells) (5) | [Sound and music](#music) (22) | [System monitoring](#monitor) (26) | [System tools](#system) (19) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (32) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (14) | [Utilities](#utility) (22) | [Versioning](#versioning) (5) | [Viewers](#viewers) (25) | [Web browser](#browser) (16) | [Web development](#webdev) (13)
Some links to [related resources](#resources). Some links to [related resources](#resources).
@ -450,6 +450,7 @@ Some links to [related resources](#resources).
## <a name="programming"></a>Programming ## <a name="programming"></a>Programming
* [chars](https://github.com/antifuchs/chars) - Display names and codes for various ASCII (and unicode) characters / code points. * [chars](https://github.com/antifuchs/chars) - Display names and codes for various ASCII (and unicode) characters / code points.
* [cloc](https://github.com/AlDanial/cloc) - Tool for counting blank lines, comment lines, and physical lines of source code in many programming languages.
* [dtool](https://github.com/guoxbin/dtool) - Collection of development tools. * [dtool](https://github.com/guoxbin/dtool) - Collection of development tools.
* [gdb-dashboard](https://github.com/cyrus-and/gdb-dashboard) - Modular visual interface for GDB in Python. * [gdb-dashboard](https://github.com/cyrus-and/gdb-dashboard) - Modular visual interface for GDB in Python.
* [grex](https://github.com/pemistahl/grex) - A command-line tool for generating regular expressions from user-provided test cases. * [grex](https://github.com/pemistahl/grex) - A command-line tool for generating regular expressions from user-provided test cases.

@ -585,3 +585,4 @@ networking,bluetuith,https://github.com/darkhz/bluetuith,"A TUI-based Bluetooth
file-handling,Brash,https://github.com/zakariagatter/brash,CLI Trash Manager in Pure Bash. file-handling,Brash,https://github.com/zakariagatter/brash,CLI Trash Manager in Pure Bash.
transfer,torrentCLI,https://github.com/amogusussy/torrentCLI,Get torrents from the Terminal. transfer,torrentCLI,https://github.com/amogusussy/torrentCLI,Get torrents from the Terminal.
shells,Spaceship,https://spaceship-prompt.sh/,"Minimalistic, powerful and extremely customizable Zsh prompt." shells,Spaceship,https://spaceship-prompt.sh/,"Minimalistic, powerful and extremely customizable Zsh prompt."
programming,cloc,https://github.com/AlDanial/cloc,"Tool for counting blank lines, comment lines, and physical lines of source code in many programming languages."

1 category name url description
585 file-handling Brash https://github.com/zakariagatter/brash CLI Trash Manager in Pure Bash.
586 transfer torrentCLI https://github.com/amogusussy/torrentCLI Get torrents from the Terminal.
587 shells Spaceship https://spaceship-prompt.sh/ Minimalistic, powerful and extremely customizable Zsh prompt.
588 programming cloc https://github.com/AlDanial/cloc Tool for counting blank lines, comment lines, and physical lines of source code in many programming languages.
Loading…
Cancel
Save