awesome-cli-apps/README.md

12 KiB
Raw Blame History

Awesome CLI Apps Awesome

A curated list of command line apps.

Inspired by the awesome list thing.

Table of Contents


Entertainment

Video

  • youtube-dl- a small command-line program to download videos from YouTube.com and a few more sites. You can install with brew install youtube-dl

Web Development

Database

  • mycli- A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.

Productivity

Utilities

OS X

  • bundle-id-cli- Get bundle identifier from a bundle name (OS X): Safari → com.apple.Safari
  • bundle-name-cli- Get bundle name from a bundle identifier (OS X): com.apple.Safari → Safari
  • lnfs-cli- Safely force create symlinks
  • osx-version-cli- Get the OS X version of the current system
  • osx-wifi-cli- A cli for managing wifi connections on OSX

Command Line Tools

  • The Fuck- Magnificent app which corrects your previous console command.
  • happyfinder- (another) Fuzzy file finder for the command line
  • tldr- Simplified and community-driven man pages

Data Manipulation

Directory Navigation

Git

  • CLI GitHub- 📺 A fancy GitHub client for command line.- http://ionicabizau.net/blog/15
  • Gistup- Create a gist from terminal, then use git to update it.
  • git commander- A git tool with a easy terminal interface.
  • git-stats- 🍀 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.

Terminal Gif Creation

  • 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.

Text Manipulation

  • 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.

Screensavers

Graphics

  • cli-mandelbrot- A cli for traversing the Mandelbrot fractal
  • WOPR- A simple markup language for creating rich terminal reports, presentations and infographics

Resources

Some fine resources to write your own CLI App.

Node frameworks and packages

  • meow - The most simple way to write small CLI modules including argument parsing.
  • inquirer - A collection of common interactive command line user interfaces like checkboxes, radio buttons etc. with a simple but powerful API.
  • Vorpal - Complete solution for creating interactive apps. Includes UI features from inquirer.

Node Command-line utilities

  • Chalk - Beautiful API to have beautiful terminal string styling.
  • log-symbols - Colored symbols to differentiate output messages with a blink of an eye.
  • log-update Useful for ASCII animation. For example loading indicators.

Other

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.