Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
apps:command-line [2020/05/03 10:33] – alexio | apps: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. | + | |
- | [[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. | + | |
- | [[lnfs-cli]] - Safely force create symlinks. | + | |
- | [[osx-version-cli]] - Get the macOS version. | + | |
- | [[osx-wifi-cli]] - Manage wifi connections. | + | |
- | [[active-win-cli]] - Get the title/ | + | |
- | [[stronghold]] - Configure security settings from the terminal. | + | |
- | [[website-popup-cli]] - Open a website in a popup. | + | |
- | [[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. | + | |
- | [[mosh]] - Remote SSH client that allows roaming with intermittent connectivity. | + | |
- | [[ngrok]] - Secure introspectable tunnels to localhost. | + | |
- | [[serveo]] - Expose local servers to the internet using only a SSH client. | + | |
- | [[seashells.io]] - Pipe output to the web. | + | |
- | [[teleconsole]] - Share your UNIX terminal. | + | |
- | [[tmate]] - Instant terminal (tmux) sharing. | + | |
- | [[warp]] - Secure and simple terminal sharing. | + | |
- | [[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. | + | |
- | [[speedtest-net]] - Test internet connection speed and ping using speedtest.net. | + | |
- | [[speed-test]] - speedtest-net wrapper with different UI. | + | |
- | [[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. | + | |
- | [[themer]] - Generate personalized themes for your editor, terminal, wallpaper, Slack, and more. | + | |
- | [[JackPaper]] - Set images from Unsplash as wallpaper. | + | |
- | [[pywal]] - Generate and change color-schemes, | + | |
- | [[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. | + | |
- | [[fkill-cli]] - Simple cross-platform process killer. | + | |
- | [[task-spooler]] - Queue jobs for linear execution. | + | |
- | [[undollar]] - Strip the ' | + | |
- | [[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). | + | |
- | [[yank]] - Yank terminal output to clipboard. | + | |
- | [[screensaver]] - Start the screensaver. | + | |
- | [[google-font-installer]] - Download and install Google Web Fonts on your local machine. | + | |
- | [[neofetch]] - System information 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. | + | |
- | [[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). | + | |
- | [[The Fuck]] - Magnificent app which corrects your previous console command. | + | |
- | [[tldr]] - Simplified and community-driven man pages. | + | |
- | [[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. | + | |
- | [[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. | + | |
- | [[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). | + | |
- | [[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, | + | |
- | [[fx]] - Command-line JSON viewer. | + | |
- | [[vj]] - Makes JSON human readable. | + | |
- | [[strip-json-comments-cli]] - Strip comments from JSON. | + | |
- | [[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. | + | |
===== 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. | + | |
- | [[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/ | + | |
- | [[nnn]] - File browser and disk usage analyzer with excellent desktop integration. | + | |
- | [[lf]] - Fast, extensively customizable 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. | + | |
- | [[del-cli]] - Delete files and folders. | + | |
- | [[cpy-cli]] - Copies files. | + | |
- | [[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. | + | |
- | [[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. | + | |
- | [[NCDu]] - A disk usage analyzer with an ncurses interface. | + | |
- | [[unix-permissions]] - Swiss Army knife for Unix permissions | + | |
- | [[rclone]] - Sync files to and from various cloud providers (Dropbox, Google Drive, Onedrive, etc.). | + | |
- | [[transmission-cli]] - Torrent client for your command line. | + | |
- | [[ffsend]] - Fully featured CLI for Firefox Send - simple and private file sharing. | + | |
- | [[webtorrent-cli]] – Streaming torrent client. | + | |
- | [[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. | + | |
- | [[tre]] - tree with git awareness, editor aliasing, and more. | + | |
- | [[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, | + | |
- | [[pm]] - The easy way to switch to your projects on the shell. | + | |
- | [[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. | + | |
- | [[fz]] - Seamless fuzzy tab completion for z. | + | |
- | [[goto]] - Directory aliases for the shell with autocomplete. | + | |
- | [[z.lua]] - cd command that learns your habits. | + | |
- | [[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. | + | |
- | [[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/ | + | |
- | [[fselect]] - Find files with SQL-like queries. | + | |
- | [[fd]] - A simple, fast and user-friendly alternative to find. | + | |
- | [[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. | + | |
- | [[git commander]] - A git tool with a easy terminal interface. | + | |
- | [[git-stats]] - : | + | |
- | [[hub]] - A command-line wrapper for git that makes you better at GitHub. | + | |
- | [[dev-time]] - Get the current local time of a GitHub user. | + | |
- | [[git-labelmaker]] - Edit GitHub labels from the command line. | + | |
- | [[tig]] - Text-mode interface for Git. | + | |
- | [[grv]] - Text-mode interface for Git with customisable vi bindings. | + | |
- | [[git-standup]] - Recall what you did on the last working day. | + | |
- | [[git-secret]] - Store your private data inside a git repository. | + | |
- | [[gitlab-cli]] - gitlab cli for creating merge request from the command line. | + | |
- | [[git-extras]] - Little git extras like git-ignore, git-setup, git-changelog, | + | |
- | [[gita]] - Manage multiple git repos side by side for sanity. | + | |
- | [[readme-md-generator]] - Generate README.md files interactively. | + | |
- | [[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. | + | |
- | [[ttygif]] - Convert terminal recordings to animated gifs. | + | |
- | [[ttygif]] - ttyrec to gif. | + | |
- | [[ttystudio]] - A terminal-to-gif recorder minus the headaches. | + | |
- | [[asciinema]] - Terminal session recorder and the best companion of asciinema.org. | + | |
- | [[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. | + | |
- | [[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 ' | + | * [[cmatrix]] - Show a scrolling ' |
- | [[pipes.sh]] - Shows random pipes that grow across the screen. | + | |
- | [[YuleLog]] - Terminal based Christmas YuleLog 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 ▁▂▃▅▂▇.. | + | |
- | [[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. | + | |
- | [[fortune]] - Shows a random fortune. | + | |
- | [[ponysay]] - Pony rewrite of cowsay. | + | |
- | [[yosay]] - Like cowsay, but for yeoman. | + | |
- | [[lolcat]] - Outputs text in rainbow colors. | + | |
- | [[text-meme]] - Generate text memes. | + | |
- | [[dankcli]] - Add text to meme image templates. | + | |
===== Other ===== | ===== Other ===== | ||
- | [[birthday]] - Know when a friend' | + | * [[birthday]] - Know when a friend' |
- | [[detect-indent-cli]] - Detect the indentation of code. | + | |
- | [[fullname-cli]] - Get the fullname of the current user. | + | |
- | [[gzip-size-cli]] - Get the gzipped size of a file or stdin. | + | |
- | [[HASHA -cli]] - Hashing made simple. Get the hash of text or stdin. | + | |
- | [[kill-tabs]] - Kill all Chrome tabs to improve performance, | + | |
- | [[leven-cli]] - Measure the difference between two strings using the Levenshtein distance algorithm. | + | |
- | [[mdlt]] - Do quick math right from the command line. | + | |
- | [[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. | + | |
- | [[shortcut-url-cli]] - Get the URL from a web shortcut file. | + | |
- | [[to-double-quotes]] - Convert matching single-quotes to double-quotes: | + | |
- | [[to-single-quotes]] - Convert matching double-quotes to single-quotes: | + | |
- | [[gdb-dashboard]] - Modular visual interface for GDB in Python. | + | |
- | [[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. | + | |
- | [[calories]] - Calories and weight tracker. | + | |
- | [[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, | + | |
- | [[xiringuito]] - A "poor man's VPN". An SSH-based " | + | |
- | [[nasa-cli]] - Download NASA Picture of the Day from your terminal. | + | |
- | [[googlr]] - Search Google from the command line. | + | |
- | [[Qalculate]] - Calculate non-trival math expressions. Unit conversions, | + | |
- | [[translate-shell]] - Google Translate interface. | + | |
===== Emoji ===== | ===== Emoji ===== |