From 32c0e0fa6b788f608bef0cc9c714d112435e9435 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Fri, 1 Oct 2021 10:22:43 +0200 Subject: [PATCH] Cleanup list (#482) --- readme.md | 79 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 40 insertions(+), 39 deletions(-) diff --git a/readme.md b/readme.md index 73b832e..c9bb3e7 100644 --- a/readme.md +++ b/readme.md @@ -48,6 +48,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [System Interaction Utilities](#system-interaction-utilities) - [Markdown](#markdown) - [Security](#security) + - [Math](#math) - [Command Line Learning](#command-line-learning) - [Data Manipulation](#data-manipulation) - [Processors](#processors) @@ -64,10 +65,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Search](#search) - [Version Control](#version-control) - [Git](#git) + - [GitHub](#github) - [Images](#images) - [Gif Creation](#gif-creation) - [Image Conversion](#image-conversion) - - [SVG](#svg) - [Screensavers](#screensavers) - [Graphics](#graphics) - [Just for Fun](#just-for-fun) @@ -136,6 +137,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [epr](https://github.com/wustho/epr) - epub reader. - [Bible.Js CLI](https://github.com/BibleJS/BibleApp) - Bible. - [SpeedRead](https://github.com/sunsations/speed_read) - Spritz-alike speedreader. +- [medium-cli](https://github.com/djadmin/medium-cli) - Read [medium.com](https://medium.com/) stories. ## Development @@ -148,6 +150,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [foy](https://github.com/zaaack/foy) - Lightweight general purpose task runner/build tool. - [just](https://github.com/casey/just) - Modern `make`-like command runner. - [grex](https://github.com/pemistahl/grex) - Generate regular expressions from user-provided test cases. +- [gdb-dashboard](https://github.com/cyrus-and/gdb-dashboard) - Modular visual interface for GDB. ### Text Editors @@ -383,6 +386,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [mdv](https://github.com/axiros/terminal_markdown_viewer) - Styled terminal markdown viewer. ### Security + - [pass](https://www.passwordstore.org) - Password manager. - [gopass](https://github.com/gopasspw/gopass) - Fully-featured password manager. - [xiringuito](https://github.com/ivanilves/xiringuito) - SSH-based VPN. @@ -390,6 +394,11 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [certificate-ripper](https://github.com/Hakky54/certificate-ripper) - Extract server certificates. - [ots](https://github.com/sniptt-official/ots) - Share secrets with others via a one-time URL. +### Math + +- [mdlt](https://github.com/metadelta/mdlt) - Do quick math right from the command line. +- [Qalculate](https://github.com/Qalculate/libqalculate) - Calculate non-trival math expressions. Unit conversions, symbolic calculations and more. + ## Command Line Learning - [cmdchallenge](https://cmdchallenge.com) - Presents small shell challenge with user submitted solutions. @@ -512,27 +521,32 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Git -- [CLI GitHub](https://github.com/IonicaBizau/cli-github) - :tv: A fancy GitHub client for command line. -- [Gistup](https://github.com/mbostock/gistup) - Create a gist from terminal, then use git to update it. -- [git commander](https://github.com/golbin/git-commander) - A git tool with a easy terminal interface. -- [git-stats](https://github.com/IonicaBizau/git-stats) - :four_leaf_clover: A GitHub-like contributions calendar, but locally, with all your git commits. -- [hub](https://github.com/github/hub) - A command-line wrapper for git that makes you better at GitHub. +- [git commander](https://github.com/golbin/git-commander) - Interactive git tool. +- [git-stats](https://github.com/IonicaBizau/git-stats) - A local GitHub-like contributions calendar. - [dev-time](https://github.com/samverschueren/dev-time-cli) - Get the current local time of a GitHub user. -- [git-labelmaker](https://github.com/himynameisdave/git-labelmaker) - Edit GitHub labels from the command line. -- [tig](https://github.com/jonas/tig) - Text-mode interface for Git. -- [grv](https://github.com/rgburke/grv) - Text-mode interface for Git with customisable vi bindings. +- [tig](https://github.com/jonas/tig) - Text-mode interface for git. +- [grv](https://github.com/rgburke/grv) - Text-mode interface for git with customisable vi bindings. - [git-standup](https://github.com/kamranahmedse/git-standup) - Recall what you did on the last working day. - [git-secret](https://github.com/sobolevn/git-secret) - Store your private data inside a git repository. -- [gitlab-cli](https://github.com/vishwanatharondekar/gitlab-cli) - gitlab cli for creating merge request from the command line. -- [git-extras](https://github.com/tj/git-extras) - Little git extras like git-ignore, git-setup, git-changelog, git-release, git-effort and more. -- [gita](https://github.com/nosarthur/gita) - Manage multiple git repos side by side for sanity. -- [readme-md-generator](https://github.com/kefranabg/readme-md-generator) - Generate README.md files interactively. +- [gitlab-cli](https://github.com/vishwanatharondekar/gitlab-cli) - Create GitLab merge requests. +- [git-extras](https://github.com/tj/git-extras) - Git utilities. +- [gita](https://github.com/nosarthur/gita) - Manage multiple git repos side by side. +- [readme-md-generator](https://github.com/kefranabg/readme-md-generator) - Interactively generate README.md files. - [semantic-git-commit-cli](https://github.com/JPeer264/node-semantic-git-commit-cli) - Ensure semantic commits messages. - [import-github-labels-cli](https://github.com/abhijithvijayan/import-github-labels-cli) - Sync labels between Github repos. - [git-all-branches](https://github.com/zacanger/git-all-branches) - Improved `git branch -a`. +### GitHub + +- [CLI GitHub](https://github.com/IonicaBizau/cli-github) - Fancy GitHub client. +- [Gistup](https://github.com/mbostock/gistup) - Manage GitHub gists. +- [hub](https://github.com/github/hub) - Make git easier to use with GitHub. +- [git-labelmaker](https://github.com/himynameisdave/git-labelmaker) - Edit GitHub labels. + ## Images +- [SVGO](https://github.com/svg/svgo) - Optimize SVG files. + ### Gif Creation - [gifgen](https://github.com/lukechilds/gifgen) - Simple high quality GIF encoding. @@ -540,28 +554,24 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [ttygif](https://github.com/icholy/ttygif) - Convert terminal recordings to animated gifs. - [ttygif](https://github.com/sugyan/ttygif) - ttyrec to gif. - [ttystudio](https://github.com/chjj/ttystudio) - A terminal-to-gif recorder minus the headaches. -- [asciinema](https://github.com/asciinema/asciinema) - Terminal session recorder and the best companion of asciinema.org. +- [asciinema](https://github.com/asciinema/asciinema) - Terminal session recorder and companion app for asciinema.org. - [givegif](https://github.com/passy/givegif) - GIFs on the command line. ### Image Conversion +- [imagemagick](https://imagemagick.org) - Gold standard for anything images. - [imgp](https://github.com/jarun/imgp) - Blazing fast batch image resizer and rotator. - [korkut](https://github.com/oguzhaninan/korkut) - Quick and simple image processing. -- [imagemagick](https://imagemagick.org) - Gold standard for anything images. - -### SVG - -- [SVGO](https://github.com/svg/svgo) - SVG Optimizer is a Nodejs-based tool for optimizing SVG vector graphics files. ## Screensavers -- [cmatrix](https://github.com/Treri/cmatrix) - Show a scrolling 'Matrix' like screen. -- [pipes.sh](https://github.com/pipeseroni/pipes.sh) - Shows random pipes that grow across the screen. -- [YuleLog](https://github.com/Duroktar/YuleLog) - Terminal based Christmas YuleLog fireplace. -- [cli-fireplace](https://github.com/dolsup/cli-fireplace) - Shows digital fireplace. +- [cmatrix](https://github.com/Treri/cmatrix) - Scrolling 'Matrix'-like screen. +- [pipes.sh](https://github.com/pipeseroni/pipes.sh) - Random pipes that grow across the screen. +- [YuleLog](https://github.com/Duroktar/YuleLog) - Christmas Yule Log fireplace. +- [cli-fireplace](https://github.com/dolsup/cli-fireplace) - Digital fireplace. ## Graphics -- [cli-mandelbrot](https://github.com/danyshaanan/cli-mandelbrot) - A cli for traversing the Mandelbrot fractal. +- [cli-mandelbrot](https://github.com/danyshaanan/cli-mandelbrot) - Traverse the Mandelbrot fractal. - [sparkly-cli](https://github.com/sindresorhus/sparkly-cli) - Generate sparklines ▁▂▃▅▂▇.. - [pastel](https://github.com/sharkdp/pastel) - Generate, analyze, convert and manipulate colors. - [lowcharts](https://github.com/juan-leon/lowcharts) - Draw low-resolution graphs. @@ -583,25 +593,16 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [birthday](https://github.com/IonicaBizau/birthday) - Know when a friend's birthday is coming. - [detect-indent-cli](https://github.com/sindresorhus/detect-indent-cli) - Detect the indentation of code. - [fullname-cli](https://github.com/sindresorhus/fullname-cli) - Get the fullname of the current user. -- [gzip-size-cli](https://github.com/sindresorhus/gzip-size-cli) - Get the gzipped size of a file or stdin. +- [gzip-size-cli](https://github.com/sindresorhus/gzip-size-cli) - Get the gzipped size of a file. - [HASHA -cli](https://github.com/sindresorhus/hasha-cli) - Hashing made simple. Get the hash of text or stdin. - [kill-tabs](https://github.com/sindresorhus/kill-tabs) - Kill all Chrome tabs to improve performance, decrease battery usage, and save memory. - [leven-cli](https://github.com/sindresorhus/leven-cli) - Measure the difference between two strings using the Levenshtein distance algorithm. -- [mdlt](https://github.com/metadelta/mdlt) - Do quick math right from the command line. -- [medium-cli](https://github.com/djadmin/medium-cli) - Read [medium.com](https://medium.com/) stories within your terminal, also gives top stories. -- [open-shortcut-cli](https://github.com/sindresorhus/open-shortcut-cli) - Open the URL from a web shortcut file in the browser. -- [shortcut-url-cli](https://github.com/sindresorhus/shortcut-url-cli) - Get the URL from a web shortcut file. -- [to-double-quotes](https://github.com/sindresorhus/to-double-quotes-cli) - Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns. -- [to-single-quotes](https://github.com/sindresorhus/to-single-quotes-cli) - Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns. -- [gdb-dashboard](https://github.com/cyrus-and/gdb-dashboard) - Modular visual interface for GDB in Python. +- [to-double-quotes](https://github.com/sindresorhus/to-double-quotes-cli) - Convert matching single-quotes to double-quotes. +- [to-single-quotes](https://github.com/sindresorhus/to-single-quotes-cli) - Convert matching double-quotes to single-quotes. - [hget](https://github.com/bevacqua/hget) - Render websites in plain text from your terminal. -- [google-wifi-status](https://github.com/joelgeorgev/google-wifi-status) - A Node.js CLI app that displays status of your Google Wifi / OnHub router. -- [calories](https://github.com/zupzup/calories) - Calories and weight tracker. -- [trino](https://github.com/eneserdogan/trino) - Trino CLI allows a quick and easy translation of words and phrases entered in the command line. -- [alex](https://github.com/wooorm/alex) - This enhances texts with checking for insensitive, inconsiderate writing by catching many possible offences. -- [nasa-cli](https://github.com/xxczaki/nasa-cli) - Download NASA Picture of the Day from your terminal. -- [googlr](https://github.com/Camji55/googlr) - Search Google from the command line. -- [Qalculate](https://github.com/Qalculate/libqalculate) - Calculate non-trival math expressions. Unit conversions, symbolic calculations and more. +- [alex](https://github.com/wooorm/alex) - Catch insensitive, inconsiderate writing. +- [nasa-cli](https://github.com/xxczaki/nasa-cli) - Download NASA Picture of the Day. +- [trino](https://github.com/eneserdogan/trino) - Translation of words and phrases. - [translate-shell](https://github.com/soimort/translate-shell) - Google Translate interface. ### Emoji