Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
apps:command-line [2020/05/03 10:33] alexioapps:command-line [2021/10/30 11:41] (current) – external edit 127.0.0.1
Line 240: Line 240:
 ===== macOS ===== ===== macOS =====
  
-    [[open-pip-cli]] - Watch videos in picture-in-picture player. +  *     [[open-pip-cli]] - Watch videos in picture-in-picture player. 
-    [[app-path-cli]] - Get the path to an app. +      [[app-path-cli]] - Get the path to an app. 
-    [[bundle-id-cli]] - Get bundle identifier from a bundle name: Safari → com.apple.Safari. +      [[bundle-id-cli]] - Get bundle identifier from a bundle name: Safari → com.apple.Safari. 
-    [[bundle-name-cli]] - Get bundle name from a bundle identifier: com.apple.Safari → Safari. +      [[bundle-name-cli]] - Get bundle name from a bundle identifier: com.apple.Safari → Safari. 
-    [[lnfs-cli]] - Safely force create symlinks. +      [[lnfs-cli]] - Safely force create symlinks. 
-    [[osx-version-cli]] - Get the macOS version. +      [[osx-version-cli]] - Get the macOS version. 
-    [[osx-wifi-cli]] - Manage wifi connections. +      [[osx-wifi-cli]] - Manage wifi connections. 
-    [[active-win-cli]] - Get the title/id/etc of the active window. +      [[active-win-cli]] - Get the title/id/etc of the active window. 
-    [[stronghold]] - Configure security settings from the terminal. +      [[stronghold]] - Configure security settings from the terminal. 
-    [[website-popup-cli]] - Open a website in a popup. +      [[website-popup-cli]] - Open a website in a popup. 
-    [[dark-mode]] - Toggle dark mode.+      [[dark-mode]] - Toggle dark mode.
  
 ===== Terminal Sharing Utilities ===== ===== Terminal Sharing Utilities =====
  
-    [[gotty]] - Share your terminal as a web application. +  *     [[gotty]] - Share your terminal as a web application. 
-    [[localtunnel]] - Expose your localhost to the world for easy testing and sharing. +      [[localtunnel]] - Expose your localhost to the world for easy testing and sharing. 
-    [[mosh]] - Remote SSH client that allows roaming with intermittent connectivity. +      [[mosh]] - Remote SSH client that allows roaming with intermittent connectivity. 
-    [[ngrok]] - Secure introspectable tunnels to localhost. +      [[ngrok]] - Secure introspectable tunnels to localhost. 
-    [[serveo]] - Expose local servers to the internet using only a SSH client. +      [[serveo]] - Expose local servers to the internet using only a SSH client. 
-    [[seashells.io]] - Pipe output to the web. +      [[seashells.io]] - Pipe output to the web. 
-    [[teleconsole]] - Share your UNIX terminal. +      [[teleconsole]] - Share your UNIX terminal. 
-    [[tmate]] - Instant terminal (tmux) sharing. +      [[tmate]] - Instant terminal (tmux) sharing. 
-    [[warp]] - Secure and simple terminal sharing. +      [[warp]] - Secure and simple terminal sharing. 
-    [[OverTime]] - Time-overlap tables for remote teams.+      [[OverTime]] - Time-overlap tables for remote teams.
  
 ===== Network Utilities ===== ===== Network Utilities =====
  
-    [[get-port-cli]] - Get an available port. +  *     [[get-port-cli]] - Get an available port. 
-    [[is-reachable-cli]] - Check if hostnames are reachable or not. +      [[is-reachable-cli]] - Check if hostnames are reachable or not. 
-    [[speedtest-net]] - Test internet connection speed and ping using speedtest.net. +      [[speedtest-net]] - Test internet connection speed and ping using speedtest.net. 
-    [[speed-test]] - speedtest-net wrapper with different UI. +      [[speed-test]] - speedtest-net wrapper with different UI. 
-    [[speedtest-cli]] - Test internet bandwidth using speedtest.net.+      [[speedtest-cli]] - Test internet bandwidth using speedtest.net.
  
 ===== Theming and Customization ===== ===== Theming and Customization =====
  
-    [[splash-cli]] - Beautiful wallpapers from Unsplash. +  *     [[splash-cli]] - Beautiful wallpapers from Unsplash. 
-    [[wallpaper-cli]] - Get or set the desktop wallpaper. +      [[wallpaper-cli]] - Get or set the desktop wallpaper. 
-    [[themer]] - Generate personalized themes for your editor, terminal, wallpaper, Slack, and more. +      [[themer]] - Generate personalized themes for your editor, terminal, wallpaper, Slack, and more. 
-    [[JackPaper]] - Set images from Unsplash as wallpaper. +      [[JackPaper]] - Set images from Unsplash as wallpaper. 
-    [[pywal]] - Generate and change color-schemes, then apply them system-wide to all of your favourite programs. +      [[pywal]] - Generate and change color-schemes, then apply them system-wide to all of your favourite programs. 
-    [[QuickWall]] - Directly set wallpapers from Unsplash.+      [[QuickWall]] - Directly set wallpapers from Unsplash.
  
 ===== Shell Utilities ===== ===== Shell Utilities =====
  
-    [[has]] - Checks for the presence of various commands and their versions on the path. +  *     [[has]] - Checks for the presence of various commands and their versions on the path. 
-    [[Ultimate Plumber]] - Write Linux pipes with live previews. +      [[Ultimate Plumber]] - Write Linux pipes with live previews. 
-    [[fkill-cli]] - Simple cross-platform process killer. +      [[fkill-cli]] - Simple cross-platform process killer. 
-    [[task-spooler]] - Queue jobs for linear execution. +      [[task-spooler]] - Queue jobs for linear execution. 
-    [[undollar]] - Strip the '$' preceding copy-pasted terminal commands. +      [[undollar]] - Strip the '$' preceding copy-pasted terminal commands. 
-    [[pipe_exec]] - Run executables from stdin, pipes and ttys without creating a temporary file.+      [[pipe_exec]] - Run executables from stdin, pipes and ttys without creating a temporary file.
  
 ===== System Interaction Utilities ===== ===== System Interaction Utilities =====
  
-    [[battery-level-cli]] - Get current battery level. +  *     [[battery-level-cli]] - Get current battery level. 
-    [[brightness-cli]] - Change screen brightness (windows). +      [[brightness-cli]] - Change screen brightness (windows). 
-    [[yank]] - Yank terminal output to clipboard. +      [[yank]] - Yank terminal output to clipboard. 
-    [[screensaver]] - Start the screensaver. +      [[screensaver]] - Start the screensaver. 
-    [[google-font-installer]] - Download and install Google Web Fonts on your local machine. +      [[google-font-installer]] - Download and install Google Web Fonts on your local machine. 
-    [[neofetch]] - System information tool. +      [[neofetch]] - System information tool. 
-    [[Glances]] - System monitoring tool.+      [[Glances]] - System monitoring tool.
  
 ===== Command Line Learning ===== ===== Command Line Learning =====
  
-    [[cmdchallenge]] - presents small shell challenge with user submitted solutions. +  *     [[cmdchallenge]] - presents small shell challenge with user submitted solutions. 
-    [[explainshell]] - type a command line snippet to see the help text for each argument. +      [[explainshell]] - type a command line snippet to see the help text for each argument. 
-    [[howdoi]] - Instant coding answers via the command line. +      [[howdoi]] - Instant coding answers via the command line. 
-    [[how2]] - Finds the simplest way to do something on a unix bash command line (Nodejs implementation of howdoi). +      [[how2]] - Finds the simplest way to do something on a unix bash command line (Nodejs implementation of howdoi). 
-    [[The Fuck]] - Magnificent app which corrects your previous console command. +      [[The Fuck]] - Magnificent app which corrects your previous console command. 
-    [[tldr]] - Simplified and community-driven man pages. +      [[tldr]] - Simplified and community-driven man pages. 
-    [[Wat]] - Instant, central, community-built docs. +      [[Wat]] - Instant, central, community-built docs. 
-    [[teachcode]] - A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding. +      [[teachcode]] - A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding. 
-    [[navi]] - Interactive cheatsheet tool.+      [[navi]] - Interactive cheatsheet tool.
  
 ===== Data Manipulation ===== ===== Data Manipulation =====
  
-    [[underscore-cli]] - Command-line utility-belt for hacking JSON and Javascript. +  *     [[underscore-cli]] - Command-line utility-belt for hacking JSON and Javascript. 
-    [[ramda-cli]] - A CLI tool for processing data with functional pipelines. +      [[ramda-cli]] - A CLI tool for processing data with functional pipelines. 
-    [[yaml-cli]] - A simple CLI for querying and updating YAML files. +      [[yaml-cli]] - A simple CLI for querying and updating YAML files. 
-    [[q]] - A command line tool that allows execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). +      [[q]] - A command line tool that allows execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). 
-    [[yq]] - Command-line YAML processor (Uses the same syntax as jq).+      [[yq]] - Command-line YAML processor (Uses the same syntax as jq).
  
 ===== JSON ===== ===== JSON =====
  
-    [[jq]] - JSON processor. +  *     [[jq]] - JSON processor. 
-    [[jp]] - Simply parse and drill into JSON on the commandline, with jsonpath and stdin stream support (jq compatible, not a replacement). +      [[jp]] - Simply parse and drill into JSON on the commandline, with jsonpath and stdin stream support (jq compatible, not a replacement). 
-    [[fx]] - Command-line JSON viewer. +      [[fx]] - Command-line JSON viewer. 
-    [[vj]] - Makes JSON human readable. +      [[vj]] - Makes JSON human readable. 
-    [[strip-json-comments-cli]] - Strip comments from JSON. +      [[strip-json-comments-cli]] - Strip comments from JSON. 
-    [[GROQ]] – JSON processor with queries and projections.+      [[GROQ]] – JSON processor with queries and projections.
  
 ===== Text ===== ===== Text =====
  
-    [[parse-columns-cli]] - Parse text columns, like the output of unix commands. Returns JSON that you can manipulate with tools like jq or underscore-cli. +  *     [[parse-columns-cli]] - Parse text columns, like the output of unix commands. Returns JSON that you can manipulate with tools like jq or underscore-cli. 
-    [[figlet]] - Creates large text out of ASCII characters.+      [[figlet]] - Creates large text out of ASCII characters.
  
 ===== Files and Directories - File Managers ===== ===== Files and Directories - File Managers =====
  
-    [[ranger]] - A console file manager with VI key bindings. +  *     [[ranger]] - A console file manager with VI key bindings. 
-    [[midnight-commander]] - A feature rich visual file manager. +      [[midnight-commander]] - A feature rich visual file manager. 
-    [[organize-cli]] - Organize your files, imagine cleaning up your downloads in an instant. +      [[organize-cli]] - Organize your files, imagine cleaning up your downloads in an instant. 
-    [[Vifm]] - Vifm is an ncurses based file manager with vi like keybindings/modes/options/commands/configuration, which also borrows some useful ideas from mutt. +      [[Vifm]] - Vifm is an ncurses based file manager with vi like keybindings/modes/options/commands/configuration, which also borrows some useful ideas from mutt. 
-    [[nnn]] - File browser and disk usage analyzer with excellent desktop integration. +      [[nnn]] - File browser and disk usage analyzer with excellent desktop integration. 
-    [[lf]] - Fast, extensively customizable file manager. +      [[lf]] - Fast, extensively customizable file manager. 
-    [[fff]] - Fast, simple file manager.+      [[fff]] - Fast, simple file manager.
  
 ===== Files and Directories - Deleting, Copying, and Renaming ===== ===== Files and Directories - Deleting, Copying, and Renaming =====
  
-    [[trash-cli]] - Move files and directories to the trash. +  *     [[trash-cli]] - Move files and directories to the trash. 
-    [[empty-trash-cli]] - Empty the trash. +      [[empty-trash-cli]] - Empty the trash. 
-    [[del-cli]] - Delete files and folders. +      [[del-cli]] - Delete files and folders. 
-    [[cpy-cli]] - Copies files. +      [[cpy-cli]] - Copies files. 
-    [[rename-cli]] - A cross-platform tool for renaming files quickly, especially multiple files at once.+      [[rename-cli]] - A cross-platform tool for renaming files quickly, especially multiple files at once.
  
 ===== Files and Directories - Files ===== ===== Files and Directories - Files =====
  
-    [[chokidar-cli]] - CLI to watch file system changes. +  *     [[chokidar-cli]] - CLI to watch file system changes. 
-    [[file-type-cli]] - Detect the file type of a file or stdin. +      [[file-type-cli]] - Detect the file type of a file or stdin. 
-    [[DocToc]] - Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites. +      [[DocToc]] - Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites. 
-    [[bat]] - A cat clone with syntax highlighting. +      [[bat]] - A cat clone with syntax highlighting. 
-    [[NCDu]] - A disk usage analyzer with an ncurses interface. +      [[NCDu]] - A disk usage analyzer with an ncurses interface. 
-    [[unix-permissions]] - Swiss Army knife for Unix permissions +      [[unix-permissions]] - Swiss Army knife for Unix permissions 
-    [[rclone]] - Sync files to and from various cloud providers (Dropbox, Google Drive, Onedrive, etc.). +      [[rclone]] - Sync files to and from various cloud providers (Dropbox, Google Drive, Onedrive, etc.). 
-    [[transmission-cli]] - Torrent client for your command line. +      [[transmission-cli]] - Torrent client for your command line. 
-    [[ffsend]] - Fully featured CLI for Firefox Send - simple and private file sharing. +      [[ffsend]] - Fully featured CLI for Firefox Send - simple and private file sharing. 
-    [[webtorrent-cli]] – Streaming torrent client. +      [[webtorrent-cli]] – Streaming torrent client. 
-    [[share-cli]] - Share files with your local network.+      [[share-cli]] - Share files with your local network.
  
 ===== Files and Directories - Directory Listing ===== ===== Files and Directories - Directory Listing =====
  
-    [[alder]] - Minimal tree with colors. +  *     [[alder]] - Minimal tree with colors. 
-    [[exa]] - Improved version of ls. +      [[exa]] - Improved version of ls. 
-    [[tre]] - tree with git awareness, editor aliasing, and more. +      [[tre]] - tree with git awareness, editor aliasing, and more. 
-    [[ll]] - ls with git status.+      [[ll]] - ls with git status.
  
 ===== Files and Directories - Directory Navigation ===== ===== Files and Directories - Directory Navigation =====
  
-    [[autojump]] - A cd command that learns - easily navigate directories from the command line. +  *     [[autojump]] - A cd command that learns - easily navigate directories from the command line. 
-    [[fasd]] - Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v. +      [[fasd]] - Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v. 
-    [[pm]] - The easy way to switch to your projects on the shell. +      [[pm]] - The easy way to switch to your projects on the shell. 
-    [[z]] - z is the new j, yo. +      [[z]] - z is the new j, yo. 
-    [[PathPicker]] - After parsing the output from a command, PathPicker presents you with a nice UI to select which files you're interested in. +      [[PathPicker]] - After parsing the output from a command, PathPicker presents you with a nice UI to select which files you're interested in. 
-    [[fz]] - Seamless fuzzy tab completion for z. +      [[fz]] - Seamless fuzzy tab completion for z. 
-    [[goto]] - Directory aliases for the shell with autocomplete. +      [[goto]] - Directory aliases for the shell with autocomplete. 
-    [[z.lua]] - cd command that learns your habits. +      [[z.lua]] - cd command that learns your habits. 
-    [[zoxide]] - Fast directory jumper in Rust.+      [[zoxide]] - Fast directory jumper in Rust.
  
 ===== Files and Directories - Search ===== ===== Files and Directories - Search =====
  
-    [[happyfinder]] - (another) Fuzzy file finder for the command line. +  *     [[happyfinder]] - (another) Fuzzy file finder for the command line. 
-    [[find-up-cli]] - Find a file by walking up parent directories. +      [[find-up-cli]] - Find a file by walking up parent directories. 
-    [[ripgrep]] - A line-oriented search tool that recursively searches your current directory for a regex pattern. +      [[ripgrep]] - A line-oriented search tool that recursively searches your current directory for a regex pattern. 
-    [[fzf]] - A general purpose command-line fuzzy finder, can be used with any list: files/directories, command history, processes, hostnames, bookmarks, git commits, etc. +      [[fzf]] - A general purpose command-line fuzzy finder, can be used with any list: files/directories, command history, processes, hostnames, bookmarks, git commits, etc. 
-    [[fselect]] - Find files with SQL-like queries. +      [[fselect]] - Find files with SQL-like queries. 
-    [[fd]] - A simple, fast and user-friendly alternative to find. +      [[fd]] - A simple, fast and user-friendly alternative to find. 
-    [[broot]] - Fuzzy finder similar to fzf, but with space usage visualization.+      [[broot]] - Fuzzy finder similar to fzf, but with space usage visualization.
  
 ===== Version Control - Git ===== ===== Version Control - Git =====
  
-    [[CLI GitHub]] - :tv: A fancy GitHub client for command line. +  *     [[CLI GitHub]] - :tv: A fancy GitHub client for command line. 
-    [[Gistup]] - Create a gist from terminal, then use git to update it. +      [[Gistup]] - Create a gist from terminal, then use git to update it. 
-    [[git commander]] - A git tool with a easy terminal interface. +      [[git commander]] - A git tool with a easy terminal interface. 
-    [[git-stats]] - :four_leaf_clover: A GitHub-like contributions calendar, but locally, with all your git commits. +      [[git-stats]] - :four_leaf_clover: A GitHub-like contributions calendar, but locally, with all your git commits. 
-    [[hub]] - A command-line wrapper for git that makes you better at GitHub. +      [[hub]] - A command-line wrapper for git that makes you better at GitHub. 
-    [[dev-time]] - Get the current local time of a GitHub user. +      [[dev-time]] - Get the current local time of a GitHub user. 
-    [[git-labelmaker]] - Edit GitHub labels from the command line. +      [[git-labelmaker]] - Edit GitHub labels from the command line. 
-    [[tig]] - Text-mode interface for Git. +      [[tig]] - Text-mode interface for Git. 
-    [[grv]] - Text-mode interface for Git with customisable vi bindings. +      [[grv]] - Text-mode interface for Git with customisable vi bindings. 
-    [[git-standup]] - Recall what you did on the last working day. +      [[git-standup]] - Recall what you did on the last working day. 
-    [[git-secret]] - Store your private data inside a git repository. +      [[git-secret]] - Store your private data inside a git repository. 
-    [[gitlab-cli]] - gitlab cli for creating merge request from the command line. +      [[gitlab-cli]] - gitlab cli for creating merge request from the command line. 
-    [[git-extras]] - Little git extras like git-ignore, git-setup, git-changelog, git-release, git-effort and more. +      [[git-extras]] - Little git extras like git-ignore, git-setup, git-changelog, git-release, git-effort and more. 
-    [[gita]] - Manage multiple git repos side by side for sanity. +      [[gita]] - Manage multiple git repos side by side for sanity. 
-    [[readme-md-generator]] - Generate README.md files interactively. +      [[readme-md-generator]] - Generate README.md files interactively. 
-    [[semantic-git-commit-cli]] - Ensure semantic commits messages.+      [[semantic-git-commit-cli]] - Ensure semantic commits messages.
  
 ===== Images - Gif Creation ===== ===== Images - Gif Creation =====
  
-    [[gifgen]] - Simple high quality GIF encoding. +  *     [[gifgen]] - Simple high quality GIF encoding. 
-    [[gifsicle]] - Create, manipulate, and optimize GIF images and animations. +      [[gifsicle]] - Create, manipulate, and optimize GIF images and animations. 
-    [[ttygif]] - Convert terminal recordings to animated gifs. +      [[ttygif]] - Convert terminal recordings to animated gifs. 
-    [[ttygif]] - ttyrec to gif. +      [[ttygif]] - ttyrec to gif. 
-    [[ttystudio]] - A terminal-to-gif recorder minus the headaches. +      [[ttystudio]] - A terminal-to-gif recorder minus the headaches. 
-    [[asciinema]] - Terminal session recorder and the best companion of asciinema.org. +      [[asciinema]] - Terminal session recorder and the best companion of asciinema.org. 
-    [[givegif]] - GIFs on the command line.+      [[givegif]] - GIFs on the command line.
  
 ===== Image Conversion ===== ===== Image Conversion =====
  
-    [[imgp]] - Blazing fast batch image resizer and rotator. +  *     [[imgp]] - Blazing fast batch image resizer and rotator. 
-    [[korkut]] - Quick and simple image processing. +      [[korkut]] - Quick and simple image processing. 
-    [[imagemagick]] - Gold standard for anything images.+      [[imagemagick]] - Gold standard for anything images.
  
 ===== SVG ===== ===== SVG =====
  
-    [[SVGO]] - SVG Optimizer is a Nodejs-based tool for optimizing SVG vector graphics files.+  *     [[SVGO]] - SVG Optimizer is a Nodejs-based tool for optimizing SVG vector graphics files.
  
 ===== Screensavers ===== ===== Screensavers =====
  
-    [[cmatrix]] - Show a scrolling 'Matrix' like screen. +  *     [[cmatrix]] - Show a scrolling 'Matrix' like screen. 
-    [[pipes.sh]] - Shows random pipes that grow across the screen. +      [[pipes.sh]] - Shows random pipes that grow across the screen. 
-    [[YuleLog]] - Terminal based Christmas YuleLog fireplace. +      [[YuleLog]] - Terminal based Christmas YuleLog fireplace. 
-    [[cli-fireplace]] - Shows digital fireplace.+      [[cli-fireplace]] - Shows digital fireplace.
  
 ===== Graphics ===== ===== Graphics =====
  
-    [[cli-mandelbrot]] - A cli for traversing the Mandelbrot fractal. +  *     [[cli-mandelbrot]] - A cli for traversing the Mandelbrot fractal. 
-    [[sparkly-cli]] - Generate sparklines ▁▂▃▅▂▇.. +      [[sparkly-cli]] - Generate sparklines ▁▂▃▅▂▇.. 
-    [[pastel]] - Generate, analyze, convert and manipulate colors.+      [[pastel]] - Generate, analyze, convert and manipulate colors.
  
 ===== Just for Fun ===== ===== Just for Fun =====
  
-    [[cowsay]] - A configurable talking cow (and other animals). +  *     [[cowsay]] - A configurable talking cow (and other animals). 
-    [[quote-cli]] - Get a random quote or the quote of the day in your CLI. +      [[quote-cli]] - Get a random quote or the quote of the day in your CLI. 
-    [[fortune]] - Shows a random fortune. +      [[fortune]] - Shows a random fortune. 
-    [[ponysay]] - Pony rewrite of cowsay. +      [[ponysay]] - Pony rewrite of cowsay. 
-    [[yosay]] - Like cowsay, but for yeoman. +      [[yosay]] - Like cowsay, but for yeoman. 
-    [[lolcat]] - Outputs text in rainbow colors. +      [[lolcat]] - Outputs text in rainbow colors. 
-    [[text-meme]] - Generate text memes. +      [[text-meme]] - Generate text memes. 
-    [[dankcli]] - Add text to meme image templates.+      [[dankcli]] - Add text to meme image templates.
  
 ===== Other ===== ===== Other =====
  
-    [[birthday]] - Know when a friend's birthday is coming. +  *     [[birthday]] - Know when a friend's birthday is coming. 
-    [[detect-indent-cli]] - Detect the indentation of code. +      [[detect-indent-cli]] - Detect the indentation of code. 
-    [[fullname-cli]] - Get the fullname of the current user. +      [[fullname-cli]] - Get the fullname of the current user. 
-    [[gzip-size-cli]] - Get the gzipped size of a file or stdin. +      [[gzip-size-cli]] - Get the gzipped size of a file or stdin. 
-    [[HASHA -cli]] - Hashing made simple. Get the hash of text or stdin. +      [[HASHA -cli]] - Hashing made simple. Get the hash of text or stdin. 
-    [[kill-tabs]] - Kill all Chrome tabs to improve performance, decrease battery usage, and save memory. +      [[kill-tabs]] - Kill all Chrome tabs to improve performance, decrease battery usage, and save memory. 
-    [[leven-cli]] - Measure the difference between two strings using the Levenshtein distance algorithm. +      [[leven-cli]] - Measure the difference between two strings using the Levenshtein distance algorithm. 
-    [[mdlt]] - Do quick math right from the command line. +      [[mdlt]] - Do quick math right from the command line. 
-    [[medium-cli]] - Read medium.com stories within your terminal, also gives top stories. +      [[medium-cli]] - Read medium.com stories within your terminal, also gives top stories. 
-    [[open-shortcut-cli]] - Open the URL from a web shortcut file in the browser. +      [[open-shortcut-cli]] - Open the URL from a web shortcut file in the browser. 
-    [[shortcut-url-cli]] - Get the URL from a web shortcut file. +      [[shortcut-url-cli]] - Get the URL from a web shortcut file. 
-    [[to-double-quotes]] - Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns. +      [[to-double-quotes]] - Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns. 
-    [[to-single-quotes]] - Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns. +      [[to-single-quotes]] - Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns. 
-    [[gdb-dashboard]] - Modular visual interface for GDB in Python. +      [[gdb-dashboard]] - Modular visual interface for GDB in Python. 
-    [[hget]] - Render websites in plain text from your terminal. +      [[hget]] - Render websites in plain text from your terminal. 
-    [[google-wifi-status]] - A Node.js CLI app that displays status of your Google Wifi / OnHub router. +      [[google-wifi-status]] - A Node.js CLI app that displays status of your Google Wifi / OnHub router. 
-    [[calories]] - Calories and weight tracker. +      [[calories]] - Calories and weight tracker. 
-    [[trino]] - Trino CLI allows a quick and easy translation of words and phrases entered in the command line. +      [[trino]] - Trino CLI allows a quick and easy translation of words and phrases entered in the command line. 
-    [[alex]] - This enhances texts with checking for insensitive, inconsiderate writing by catching many possible offences. +      [[alex]] - This enhances texts with checking for insensitive, inconsiderate writing by catching many possible offences. 
-    [[xiringuito]] - A "poor man's VPN". An SSH-based "VPN" that's easy to install, but with slower performance than a real VPN. +      [[xiringuito]] - A "poor man's VPN". An SSH-based "VPN" that's easy to install, but with slower performance than a real VPN. 
-    [[nasa-cli]] - Download NASA Picture of the Day from your terminal. +      [[nasa-cli]] - Download NASA Picture of the Day from your terminal. 
-    [[googlr]] - Search Google from the command line. +      [[googlr]] - Search Google from the command line. 
-    [[Qalculate]] - Calculate non-trival math expressions. Unit conversions, symbolic calculations and more. +      [[Qalculate]] - Calculate non-trival math expressions. Unit conversions, symbolic calculations and more. 
-    [[translate-shell]] - Google Translate interface.+      [[translate-shell]] - Google Translate interface.
  
 ===== Emoji ===== ===== Emoji =====
  • apps/command-line.1588502014.txt.gz
  • Last modified: 2021/10/30 11:40
  • (external edit)