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 09:32] alexioapps:command-line [2021/10/30 11:41] (current) – external edit 127.0.0.1
Line 90: Line 90:
 ===== Web Development ===== ===== Web Development =====
  
-    caniuse-cmd - Search caniuse.com about browser support of feature. +  *     [[caniuse-cmd]] - Search caniuse.com about browser support of feature. 
-    is-up-cli - Check whether a website is up. +      [[is-up-cli]] - Check whether a website is up. 
-    pageres-cli - Capture website screenshots. +      [[pageres-cli]] - Capture website screenshots. 
-    strip-css-comments-cli - Strip comments from CSS. +      [[strip-css-comments-cli]] - Strip comments from CSS. 
-    viewport-list-cli - Return a list of devices and their viewports. +      [[viewport-list-cli]] - Return a list of devices and their viewports. 
-    surge - Deploy a directory to the web. +      [[surge]] - Deploy a directory to the web. 
-    acmetool - An automatic certificate acquisition tool for ACME (Let's Encrypt). +      [[acmetool]] - An automatic certificate acquisition tool for ACME (Let's Encrypt). 
-    loadtest - Runs a load test on the selected URL. Easy to extend minimally for your own ends. +      [[loadtest]] - Runs a load test on the selected URL. Easy to extend minimally for your own ends. 
-    wp-cli - Manage WordPress installations, update plugins, set up multisite installs and much more. +      [[wp-cli]] - Manage WordPress installations, update plugins, set up multisite installs and much more. 
-    diff2html-cli - Parse git diffs as JSON and generate pretty HTML. +      [[diff2html-cli]] - Parse git diffs as JSON and generate pretty HTML. 
-    HTTPie - A user-friendly HTTP client. +      [[HTTPie]] - A user-friendly HTTP client. 
-    serve - Easy to use static file server with features like https, CORS and GZIP compression. +      [[serve]] - Easy to use static file server with features like https, CORS and GZIP compression. 
-    add-gitignore - Interactively generate a .gitignore for your project based on your needs. +      [[add-gitignore]] - Interactively generate a .gitignore for your project based on your needs. 
-    Discharge - Deploy static websites to Amazon S3. +      [[Discharge]] - Deploy static websites to Amazon S3. 
-    reachable - Check if a domain is up. +      [[reachable]] - Check if a domain is up. 
-    simplehttp - Easily serve a local directory over http. +      [[simplehttp]] - Easily serve a local directory over http. 
-    shell2http - Execute shell commands via HTTP server. +      [[shell2http]] - Execute shell commands via HTTP server. 
-    HTTP Prompt - Interactive HTTP client featuring autocomplete and syntax highlighting. +      [[HTTP Prompt]] - Interactive HTTP client featuring autocomplete and syntax highlighting. 
-    ipfs-deploy - Deploy static websites to IPFS.+      [[ipfs-deploy]] - Deploy static websites to IPFS.
  
 ===== Mobile Development ===== ===== Mobile Development =====
  
-    mobicon-cli - Mobile app icon generator. +  *     [[mobicon-cli]] - Mobile app icon generator. 
-    mobisplash-cli - Mobile app splash screen generator. +      [[mobisplash-cli]] - Mobile app splash screen generator. 
-    deviceframe - Put device frames around your mobile/web/progressive app screenshots.+      [[deviceframe]] - Put device frames around your mobile/web/progressive app screenshots.
  
 ===== Database ===== ===== Database =====
  
-    mycli - MySQL client with autocompletion and syntax highlighting. +  *     [[mycli]] - MySQL client with autocompletion and syntax highlighting. 
-    pgcli - Postgres client with autocompletion and syntax highlighting. +      [[pgcli]] - Postgres client with autocompletion and syntax highlighting. 
-    sqlline - Shell for issuing SQL via JDBC. +      [[sqlline]] - Shell for issuing SQL via JDBC. 
-    iredis - Redis client with autocompletion and syntax highlighting.+      [[iredis]] - Redis client with autocompletion and syntax highlighting.
  
 ===== Devops ===== ===== Devops =====
  
-    htconvert - Convert .htaccess redirects to nginx.conf redirects. +  *     [[htconvert]] - Convert .htaccess redirects to nginx.conf redirects. 
-    aws-cli - Universal Interface for Amazon Web Services. +      [[aws-cli]] - Universal Interface for Amazon Web Services. 
-    azure-cli - Command-line tools for Azure. +      [[azure-cli]] - Command-line tools for Azure. 
-    SAWS - Supercharged AWS CLI. +      [[SAWS]] - Supercharged AWS CLI. 
-    s3cmd - Fully-Featured S3 client. +      [[s3cmd]] - Fully-Featured S3 client. 
-    lstags - Synchronize Docker images across different registries. +      [[lstags]] - Synchronize Docker images across different registries. 
-    pm2 - Production Process Manager for Node.js. +      [[pm2]] - Production Process Manager for Node.js. 
-    dockly - Interactively manage Docker containers. +      [[dockly]] - Interactively manage Docker containers. 
-    ops - Unikernel compilation and orchestration tool. +      [[ops]] - Unikernel compilation and orchestration tool. 
-    lazydocker - Simple docker/docker-compose interface. +      [[lazydocker]] - Simple docker/docker-compose interface. 
-    flog - A fake log generator for log formats such as apache-common, apache error and RFC3164 syslog. +      [[flog]] - A fake log generator for log formats such as apache-common, apache error and RFC3164 syslog. 
-    isitfit - Manage AWS EC2 rightsizing. +      [[isitfit]] - Manage AWS EC2 rightsizing. 
-    docker-shell - Simple interactive docker interface.+      [[docker-shell]] - Simple interactive docker interface.
  
 ===== Release ===== ===== Release =====
  
-    release-it - Automate releases for Git repositories and/or npm packages. Changelog generation, GitHub/GitLab releases, etc. +  *     [[release-it]] - Automate releases for Git repositories and/or npm packages. Changelog generation, GitHub/GitLab releases, etc. 
-    clog - A conventional changelog for the rest of us. +      [[clog]] - A conventional changelog for the rest of us. 
-    np - A better npm publish. +      [[np]] - A better npm publish. 
-    release - Generate changelogs with a single command.+      [[release]] - Generate changelogs with a single command.
  
 ===== Npm ===== ===== Npm =====
  
-    npm-name-cli - Check whether a package name is available on npm. +  *     [[npm-name-cli]] - Check whether a package name is available on npm. 
-    npm-user-cli - Get user info of a npm user. +      [[npm-user-cli]] - Get user info of a npm user. 
-    npm-home - Open the npm page of the package in the current directory. +      [[npm-home]] - Open the npm page of the package in the current directory. 
-    pkg-dir-cli - Find the root directory of a npm package. +      [[pkg-dir-cli]] - Find the root directory of a npm package. 
-    npm-check-updates - Find newer versions of package dependencies than what your package.json allows. +      [[npm-check-updates]] - Find newer versions of package dependencies than what your package.json allows. 
-    updates - Flexible npm dependency update tool. +      [[updates]] - Flexible npm dependency update tool. 
-    wipe-modules - Remove node_modules of inactive projects.+      [[wipe-modules]] - Remove node_modules of inactive projects.
  
 ===== Boilerplate ===== ===== Boilerplate =====
  
-    yo - Scaffolding tool for running Yeoman generators. +  *     [[yo]] - Scaffolding tool for running Yeoman generators. 
-    boilr - Create projects from boilerplate templates. +      [[boilr]] - Create projects from boilerplate templates. 
-    cookiecutter - Create projects from templates. +      [[cookiecutter]] - Create projects from templates. 
-    mevn-cli - Light speed setup for MEVN (Mongo Express Vue Node) Apps. +      [[mevn-cli]] - Light speed setup for MEVN (Mongo Express Vue Node) Apps. 
-    scaffold-static - Scaffolding utility for vanilla JS.+      [[scaffold-static]] - Scaffolding utility for vanilla JS.
  
 ===== Productivity ===== ===== Productivity =====
  
-    AutoScreenshotUploader - Capture and upload screenshots to imgur. +  *     [[AutoScreenshotUploader]] - Capture and upload screenshots to imgur. 
-    bitly-client - Bitly client. +      [[bitly-client]] - Bitly client. 
-    doing - Keep track of what you’re doing and track what you’ve done. +      [[doing]] - Keep track of what you’re doing and track what you’ve done. 
-    ffscreencast - A ffmpeg screencast with video overlay and multi monitor support. +      [[ffscreencast]] - A ffmpeg screencast with video overlay and multi monitor support. 
-    imgur-uploader-cli - Upload images to imgur. +      [[imgur-uploader-cli]] - Upload images to imgur. 
-    meetup-cli - Meetup.com client. +      [[meetup-cli]] - Meetup.com client. 
-    NeoMutt - Email client. +      [[NeoMutt]] - Email client. 
-    terjira - Jira client. +      [[terjira]] - Jira client. 
-    ipt - Pivotal Tracker client. +      [[ipt]] - Pivotal Tracker client. 
-    g3l - Easiest git cli in the w0rld! +      [[g3l]] - Easiest git cli in the w0rld! 
-    uber-cli - Uber client. +      [[uber-cli]] - Uber client. 
-    Buku - Browser-independent bookmark manager. +      [[Buku]] - Browser-independent bookmark manager. 
-    googler - Google from the terminal. +      [[googler]] - Google from the terminal. 
-    papis - Extensible document and bibliography manager.+      [[papis]] - Extensible document and bibliography manager.
  
 ===== Time Tracking ===== ===== Time Tracking =====
  
-    Timetrap - Simple command-line timetracker. +  *     [[Timetrap]] - Simple command-line timetracker. 
-    moro - Simple tool for tracking work hours. +      [[moro]] - Simple tool for tracking work hours. 
-    Timewarrior - Utility with simple stopwatch, calendar-based backfill and flexible reporting. +      [[Timewarrior]] - Utility with simple stopwatch, calendar-based backfill and flexible reporting. 
-    Watson - Generate reports for clients and manage your time. +      [[Watson]] - Generate reports for clients and manage your time. 
-    utt - Simple time tracking tool.+      [[utt]] - Simple time tracking tool.
  
 ===== Note Taking and Lists ===== ===== Note Taking and Lists =====
  
-    idea - A lightweight tool for keeping ideas in a safe place quick and easy. +  *     [[idea]] - A lightweight tool for keeping ideas in a safe place quick and easy. 
-    geeknote - Evernote client. +      [[geeknote]] - Evernote client. 
-    Taskwarrior - Manage your TODO list from your command-line. +      [[Taskwarrior]] - Manage your TODO list from your command-line. 
-    Terminal velocity - A fast note-taking app for the terminal. +      [[Terminal velocity]] - A fast note-taking app for the terminal. 
-    eureka - Store your ideas without leaving the terminal. +      [[eureka]] - Store your ideas without leaving the terminal. 
-    sncli - Simplenote client. +      [[sncli]] - Simplenote client. 
-    td-cli - A TODO manager to organize and manage your TODO's across multiple projects. +      [[td-cli]] - A TODO manager to organize and manage your TODO's across multiple projects. 
-    taskell - Interactive kanban board/task manager. +      [[taskell]] - Interactive kanban board/task manager. 
-    taskbook - Tasks, boards & notes for the command-line habitat. +      [[taskbook]] - Tasks, boards & notes for the command-line habitat. 
-    dnote - A interactive, multi-device notebook.+      [[dnote]] - A interactive, multi-device notebook.
  
 ===== Finance ===== ===== Finance =====
  
-    ledger - Powerful, double-entry accounting system on the terminal +  *     [[ledger]] - Powerful, double-entry accounting system on the terminal 
-    moeda - Foreign exchange rates and currency conversion. +      [[moeda]] - Foreign exchange rates and currency conversion. 
-    cash-cli - Convert Currency Rates. +      [[cash-cli]] - Convert Currency Rates. 
-    cointop - Track cryptocurrencies.+      [[cointop]] - Track cryptocurrencies.
  
 ===== Presentations ===== ===== Presentations =====
  
-    WOPR - A simple markup language for creating rich terminal reports, presentations and infographics. +  *     [[WOPR]] - A simple markup language for creating rich terminal reports, presentations and infographics. 
-    decktape - PDF exporter for HTML presentations. +      [[decktape]] - PDF exporter for HTML presentations. 
-    mdp - A command-line based markdown presentation tool. +      [[mdp]] - A command-line based markdown presentation tool. 
-    sent - Simple plaintext presentation tool.+      [[sent]] - Simple plaintext presentation tool.
  
 ===== Calendars ===== ===== Calendars =====
  
-    calcurse - Calendar and scheduling. +  *     [[calcurse]] - Calendar and scheduling. 
-    gcalcli - Google calendar client. +      [[gcalcli]] - Google calendar client. 
-    khal - CalDAV ready CLI and TUI calendar. +      [[khal]] - CalDAV ready CLI and TUI calendar. 
-    vidirsyncer - CalDAV sync.+      [[vidirsyncer]] - CalDAV sync.
  
 ===== Utilities ===== ===== Utilities =====
  
-    archive-type-cli - Detect archive type for a file or stdin. +  *     [[archive-type-cli]] - Detect archive type for a file or stdin. 
-    s - Open a web search in your terminal. +      [[s]] - Open a web search in your terminal. 
-    aria2 - HTTP, FTP, SFTP, BitTorrent and Metalink download utility. +      [[aria2]] - HTTP, FTP, SFTP, BitTorrent and Metalink download utility. 
-    wego - Get the weather. +      [[wego]] - Get the weather. 
-    weather-cli - Check the weather. +      [[weather-cli]] - Check the weather. 
-    mapscii - Terminal Map Viewer. +      [[mapscii]] - Terminal Map Viewer. 
-    getnews.tech - Fetch news headlines from various news outlets. +      [[getnews.tech]] - Fetch news headlines from various news outlets. 
-    carbon-now-cli - Generate beautiful images of your code. +      [[carbon-now-cli]] - Generate beautiful images of your code. 
-    pass - Password manager. +      [[pass]] - Password manager. 
-    awesome-finder - Search the awesome lists without a browser. +      [[awesome-finder]] - Search the awesome lists without a browser. 
-    mdv - Styled terminal markdown viewer. +      [[mdv]] - Styled terminal markdown viewer. 
-    shallow-backup - Git integrated backup tool.+      [[shallow-backup]] - Git integrated backup tool.
  
 ===== 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 =====
  
-    emoj - Find relevant emoji from text on the command-line. +  *     [[emoj]] - Find relevant emoji from text on the command-line. 
-    emoji-finder - Quickly find and copy emoji to the clipboard via the command-line. +      [[emoji-finder]] - Quickly find and copy emoji to the clipboard via the command-line. 
-    oji - Interactive text emoji maker. +      [[oji]] - Interactive text emoji maker. 
-    gitmoji-cli - Use emoji in commit messages. +      [[gitmoji-cli]] - Use emoji in commit messages. 
-    gitmoji-changelog - Generate gitmoji changelogs.+      [[gitmoji-changelog]] - Generate gitmoji changelogs.
  
 ===== References ===== ===== References =====
  • apps/command-line.1588498336.txt.gz
  • Last modified: 2021/10/30 11:39
  • (external edit)