Go to file
Adam Harris 8f8baaa0c8 Fix gif creation link 2015-12-11 11:41:46 -07:00
README.md Fix gif creation link 2015-12-11 11:41:46 -07:00
contributing.md Add contributing guidelines :octocat: 2015-11-06 22:19:09 +01:00

README.md

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

  • AutoScreenshotUploader- Instantly capture and upload screenshot to imgur
  • doing - A command line tool for keeping track of what youre doing and tracking what youve done.
  • ffscreencast- ffmpeg screencast with video overlay and multi monitor support
  • idea- A lightweight CLI tool and module for keeping ideas in a safe place quick and easy.
  • imgur-uploader-cli- Upload images to imgur
  • geeknote- Console client for Evernote.
  • ledger - Powerful, double-entry accounting system that is accessed from the UNIX command-line.
  • The Mutt E-Mail Client
  • Taskwarrior - Free and Open Source Software that manages your TODO list from your command line.
  • Timetrap- Simple command line timetracker

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
  • PathPicker - After parsing the output from a command, PathPicker presents you with a nice UI to select which files you're interested in.
  • tldr- Simplified and community-driven man pages

Data Manipulation

Files and Directories

Deletion

Files

Directories

  • find-up-cli - Find a file by walking up parent directories

Directory Navigation

Version Control

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.

Changelogs

  • clog - A conventional changelog for the rest of us.

Images

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.

SVG

  • SVGO- SVG Optimizer is a Nodejs-based tool for optimizing SVG vector graphics files.

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
  • sparkly-cli - Generate sparklines ▁▂▃▅▂▇.

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.

String Manipulation

Other

License

CC0

To the extent possible under law, Adam Harris has waived all copyright and related or neighboring rights to this work.