add: clog

pull/9/head
Tullio Facchinetti 2 years ago
parent 0e51561d81
commit 1daba113e4

@ -27,11 +27,11 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
To date, **710** apps/tools covered, divided in **43** categories.
To date, **711** apps/tools covered, divided in **43** categories.
# Index
[Backup](#backup) (8) | [Calculators](#calc) (6) | [Chat and instant messaging](#chat) (9) | [Conversion](#conversion) (7) | [Data management](#data-management) (31) | [Data transfer](#transfer) (33) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (21) | [Email](#email) (10) | [File and file system handling](#file-handling) (35) | [File manager](#file-manager) (11) | [File renamers](#file-renamer) (7) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (18) | [Games](#games) (35) | [Git and accessories](#git) (26) | [Graphics](#graphics) (20) | [Multimedia](#multimedia) (3) | [Networking](#networking) (19) | [Note taking](#note-taking) (14) | [Office tools](#office) (15) | [Organizers and calendars](#organizers) (14) | [Online search and resources](#online) (8) | [Password managers](#password-manager) (11) | [Productivity](#productivity) (25) | [Programming](#programming) (25) | [Science](#science) (8) | [Security and encryption](#security) (14) | [Shells](#shells) (6) | [Sound and music](#music) (24) | [System monitoring](#monitor) (26) | [System tools](#system) (27) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (41) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (18) | [Utilities](#utility) (31) | [Versioning](#versioning) (6) | [Viewers](#viewers) (27) | [Web browser](#browser) (16) | [Web development](#webdev) (16)
[Backup](#backup) (8) | [Calculators](#calc) (6) | [Chat and instant messaging](#chat) (9) | [Conversion](#conversion) (7) | [Data management](#data-management) (31) | [Data transfer](#transfer) (33) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (21) | [Email](#email) (10) | [File and file system handling](#file-handling) (35) | [File manager](#file-manager) (11) | [File renamers](#file-renamer) (7) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (18) | [Games](#games) (35) | [Git and accessories](#git) (26) | [Graphics](#graphics) (20) | [Multimedia](#multimedia) (3) | [Networking](#networking) (19) | [Note taking](#note-taking) (14) | [Office tools](#office) (15) | [Organizers and calendars](#organizers) (14) | [Online search and resources](#online) (8) | [Password managers](#password-manager) (11) | [Productivity](#productivity) (25) | [Programming](#programming) (26) | [Science](#science) (8) | [Security and encryption](#security) (14) | [Shells](#shells) (6) | [Sound and music](#music) (24) | [System monitoring](#monitor) (26) | [System tools](#system) (27) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (41) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (18) | [Utilities](#utility) (31) | [Versioning](#versioning) (6) | [Viewers](#viewers) (27) | [Web browser](#browser) (16) | [Web development](#webdev) (16)
Some links to [related resources](#resources).
@ -549,6 +549,7 @@ Calendar managers.
* [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.
* [clog](https://github.com/clog-tool/clog-cli) - Creates a changelog automatically from local git metadata.
* [Cppcheck](https://github.com/danmar/cppcheck/) - Static analysis tool for C/C++ code providing unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs.
* [dtool](https://github.com/guoxbin/dtool) - Collection of development tools.
* [fastmod](https://github.com/facebookincubator/fastmod) - A tool to assist you with large-scale codebase refactors, and it supports most of codemod's options. It is focused on improving the use case "I want to use interactive mode to make sure my regex is correct, and then I want to apply the regex everywhere".

@ -709,3 +709,4 @@ webdev,s3cmd,,https://github.com/s3tools/s3cmd,Command line tool for managing Am
utility,flog,,http://github.com/mingrammer/flog,"A fake log generator for log formats such as apache-common, apache error and RFC3164 syslog."
chat,PingMe,,https://github.com/kha7iq/pingme,"Sends messages or alerts to multiple messaging platforms & email, including Slack, Telegram, Mattermost, WeChat and others."
programming,release-it,,https://github.com/webpro/release-it,Automate releases for Git repositories and/or Node.js packages.
programming,clog,,https://github.com/clog-tool/clog-cli,Creates a changelog automatically from local git metadata.

1 category name homepage git description
709 utility flog http://github.com/mingrammer/flog A fake log generator for log formats such as apache-common, apache error and RFC3164 syslog.
710 chat PingMe https://github.com/kha7iq/pingme Sends messages or alerts to multiple messaging platforms & email, including Slack, Telegram, Mattermost, WeChat and others.
711 programming release-it https://github.com/webpro/release-it Automate releases for Git repositories and/or Node.js packages.
712 programming clog https://github.com/clog-tool/clog-cli Creates a changelog automatically from local git metadata.
Loading…
Cancel
Save