fix: missing full stop

pull/9/head
Tullio Facchinetti 2 years ago
parent 958cd72a78
commit 44a094ff99

@ -669,7 +669,7 @@ Music players.
* [lshw](https://ezix.org/src/pkg/lshw) - A small tool to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc.
* [mackup](https://github.com/lra/mackup) - Keep your application settings in sync (OS X/Linux).
* [mprocs](https://github.com/pvolok/mprocs) - mprocs runs multiple commands in parallel and shows output of each command separately.
* [Mxflow-cli](https://github.com/metaory/mxflow-cli) - A modern, general purpose CLI task runner with human readable yaml config file
* [Mxflow-cli](https://github.com/metaory/mxflow-cli) - A modern, general purpose CLI task runner with human readable yaml config file.
* [nala](https://gitlab.com/volian/nala) - apt package manager front-end with cleaner interface.
* [Ntfy](https://github.com/dschep/ntfy) - Cross-platform Python utility that enables you to automatically get desktop notifications on demand or when long running commands complete. It can as well send push notifications to your phone once a particular command completes.
* [parallel](https://git.savannah.gnu.org/cgit/parallel.git) - A shell tool from GNU for executing jobs in parallel using one or more computers; it can split the input and pipe it into commands in parallel.

@ -661,7 +661,7 @@ git,git-secret,,https://github.com/sobolevn/git-secret,"A bash tool which stores
git,gita,,https://github.com/nosarthur/gita,A command-line tool to manage multiple git repos.
games,anonymine,https://oskog97.com/projects/anonymine/,https://gitlab.com/oskog97/anonymine/,Curses mode minesweeper without guessing and other original features.
games,greed,http://www.catb.org/~esr/greed/,https://gitlab.com/esr/greed,A game of consumption. Eat as much as you can before munching yourself into a corner.
system,Mxflow-cli,,https://github.com/metaory/mxflow-cli,"A modern, general purpose CLI task runner with human readable yaml config file"
system,Mxflow-cli,,https://github.com/metaory/mxflow-cli,"A modern, general purpose CLI task runner with human readable yaml config file."
graphics,vhs,,https://github.com/charmbracelet/vhs,Write terminal GIFs as code for integration testing and demoing your CLI tools.
system,checksum.sh,https://checksum.sh/,,"Checksum.sh is a simple way to download, review, and verify install scripts. If the checksum is OK the script will be printed to stdout, which can be piped to sh or elsewhere."
data-management,crudini,,https://github.com/pixelb/crudini,A utility for manipulating ini files.

1 category name homepage git description
661 git gita https://github.com/nosarthur/gita A command-line tool to manage multiple git repos.
662 games anonymine https://oskog97.com/projects/anonymine/ https://gitlab.com/oskog97/anonymine/ Curses mode minesweeper without guessing and other original features.
663 games greed http://www.catb.org/~esr/greed/ https://gitlab.com/esr/greed A game of consumption. Eat as much as you can before munching yourself into a corner.
664 system Mxflow-cli https://github.com/metaory/mxflow-cli A modern, general purpose CLI task runner with human readable yaml config file A modern, general purpose CLI task runner with human readable yaml config file.
665 graphics vhs https://github.com/charmbracelet/vhs Write terminal GIFs as code for integration testing and demoing your CLI tools.
666 system checksum.sh https://checksum.sh/ Checksum.sh is a simple way to download, review, and verify install scripts. If the checksum is OK the script will be printed to stdout, which can be piped to sh or elsewhere.
667 data-management crudini https://github.com/pixelb/crudini A utility for manipulating ini files.
Loading…
Cancel
Save