Added missing full stops at the end of two descriptions

pull/52/head
Tullio Facchinetti 2 months ago
parent fa1a8e4bfd
commit 0229e20561

@ -1129,7 +1129,7 @@ Package managers to manage/install/uninstall software packages, as source code o
* [hysp](https://github.com/pwnwriter/hysp) - An independent package manager that every hacker deserves.
* [JAPM](https://github.com/TheAlexDev23/japm) - A package manager that uses curses to provide a friendly UI
* [nala](https://gitlab.com/volian/nala) - apt package manager front-end with cleaner interface.
* [pmt](https://github.com/olexij-christian/pmt) - Translator of package names between different package managers of Linux distributions
* [pmt](https://github.com/olexij-christian/pmt) - Translator of package names between different package managers of Linux distributions.
* [pypi-command-line](https://github.com/wasi-master/pypi-command-line) - A powerful, colorful, beautiful command-line-interface for pypi.org.
* [Shell Bling Ubuntu](https://github.com/hiAndrewQuinn/shell-bling-ubuntu) - A few scripts to be run on a fresh-off-the-presses Ubuntu VM, in order to get its shell nice 'n purdy.
* [stew](https://github.com/marwanhawari/stew) - An independent package manager for compiled binaries.
@ -1281,7 +1281,7 @@ Prompts and welcome messages at the command line.
* [Basta!](https://www.kylheku.com/cgit/basta/about/) - A small amount of GNU Bash code that maintains a scroll-protected status line at the bottom of the terminal.
* [geometry](https://github.com/geometry-zsh/geometry) - A minimalistic, fully customizable Zsh prompt theme with support for asynchronous functions.
* [Liquid Prompt](https://github.com/liquidprompt/liquidprompt) - Carefully designed prompt with useful information to show changes when it changes, saving time and frustration, and to show meaninful information with minimal visual clutter.
* [Oh My Posh](https://ohmyposh.dev) - From their README: "The most customisable and low-latency cross platform/shell prompt renderer"
* [Oh My Posh](https://ohmyposh.dev) - From their README: "The most customisable and low-latency cross platform/shell prompt renderer".
* [Polus](https://github.com/rashed145/polus-bash-theme) - A fast, lightweight and modern Bash prompt theme written in 100 lines of Bash code.
* [Polyglot Prompt](https://github.com/agkozak/polyglot) - A dynamic prompt for `zsh`, `bash`, `ksh93`, `mksh`, `pdksh`, `oksh`, `dash`, `yash`, `busybox ash`, and `osh` that uses basic ASCII symbols (and color, when possible).
* [Powerlevel10k](https://github.com/romkatv/powerlevel10k) - A theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.

@ -1473,10 +1473,10 @@ prompt,Polyglot Prompt,,https://github.com/agkozak/polyglot,"A dynamic prompt fo
prompt,Powerlevel10k,,https://github.com/romkatv/powerlevel10k,"A theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience."
prompt,geometry,,https://github.com/geometry-zsh/geometry,"A minimalistic, fully customizable Zsh prompt theme with support for asynchronous functions."
prompt,Polus,,https://github.com/rashed145/polus-bash-theme,"A fast, lightweight and modern Bash prompt theme written in 100 lines of Bash code."
prompt,Oh My Posh,https://ohmyposh.dev,https://github.com/jandedobbeleer/oh-my-posh,"From their README: ""The most customisable and low-latency cross platform/shell prompt renderer"" "
conversion,scss-to-css,https://github.com/adamlui/js-utils/tree/main/scss-to-css#readme,https://github.com/adamlui/js-utils,"Recursively compile all SCSS files into minified CSS."
package-manager,pmt,,https://github.com/olexij-christian/pmt,"Translator of package names between different package managers of Linux distributions"
conversion,minify.js,https://js-utils.com/minify.js,https://github.com/adamlui/js-utils,"Recursively minify all JavaScript files."
prompt,Oh My Posh,https://ohmyposh.dev,https://github.com/jandedobbeleer/oh-my-posh,"From their README: ""The most customisable and low-latency cross platform/shell prompt renderer""."
conversion,scss-to-css,https://github.com/adamlui/js-utils/tree/main/scss-to-css#readme,https://github.com/adamlui/js-utils,Recursively compile all SCSS files into minified CSS.
package-manager,pmt,,https://github.com/olexij-christian/pmt,Translator of package names between different package managers of Linux distributions.
conversion,minify.js,https://js-utils.com/minify.js,https://github.com/adamlui/js-utils,Recursively minify all JavaScript files.
rm,extundelete,https://extundelete.sourceforge.net/,https://sourceforge.net/p/extundelete/code/ci/master/tree/,Recover deleted files from an ext3 or ext4 partition through its journal.
rm,undelete-btrfs,,https://github.com/danthem/undelete-btrfs,"Automate the generation of path regex for BTRFS restore and attempt the restore for you in 3 levels. The longer a file has existed prior to being deleted, the more likely it is to be recovered."
rm,testdisk,https://www.cgsecurity.org/wiki/TestDisk,https://git.cgsecurity.org/cgit/testdisk/tree/,"Lets you undelete files from FAT, exFAT, NTFS, and ext2 filesystems and do many other things, e.g., fix partition tables and recover deleted partitions."

1 category name homepage git description
1473 prompt Powerlevel10k https://github.com/romkatv/powerlevel10k A theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience.
1474 prompt geometry https://github.com/geometry-zsh/geometry A minimalistic, fully customizable Zsh prompt theme with support for asynchronous functions.
1475 prompt Polus https://github.com/rashed145/polus-bash-theme A fast, lightweight and modern Bash prompt theme written in 100 lines of Bash code.
1476 prompt Oh My Posh https://ohmyposh.dev https://github.com/jandedobbeleer/oh-my-posh From their README: "The most customisable and low-latency cross platform/shell prompt renderer" From their README: "The most customisable and low-latency cross platform/shell prompt renderer".
1477 conversion scss-to-css https://github.com/adamlui/js-utils/tree/main/scss-to-css#readme https://github.com/adamlui/js-utils Recursively compile all SCSS files into minified CSS.
1478 package-manager pmt https://github.com/olexij-christian/pmt Translator of package names between different package managers of Linux distributions Translator of package names between different package managers of Linux distributions.
1479 conversion minify.js https://js-utils.com/minify.js https://github.com/adamlui/js-utils Recursively minify all JavaScript files.
1480 rm extundelete https://extundelete.sourceforge.net/ https://sourceforge.net/p/extundelete/code/ci/master/tree/ Recover deleted files from an ext3 or ext4 partition through its journal.
1481 rm undelete-btrfs https://github.com/danthem/undelete-btrfs Automate the generation of path regex for BTRFS restore and attempt the restore for you in 3 levels. The longer a file has existed prior to being deleted, the more likely it is to be recovered.
1482 rm testdisk https://www.cgsecurity.org/wiki/TestDisk https://git.cgsecurity.org/cgit/testdisk/tree/ Lets you undelete files from FAT, exFAT, NTFS, and ext2 filesystems and do many other things, e.g., fix partition tables and recover deleted partitions.
Loading…
Cancel
Save