Update README.md

This commit is contained in:
Caleb Xu 2014-07-09 19:35:37 -04:00
parent 5532a57bb4
commit f348b8e5e4
1 changed files with 22 additions and 3 deletions

View File

@ -13,17 +13,24 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
*Self-hosted, lightweight servers and networking tools written in shell scripts.*
* [bashblog](https://github.com/cfenollosa/bashblog) - A Bash script that handles blog posting
* [bashttpd](https://github.com/avleen/bashttpd) - A web server written in bash
* [dokku](https://github.com/progrium/dokku) - Docker powered mini-Heroku in around 100 lines of Bash
* [pushbullet-bash](https://github.com/Red5d/pushbullet-bash) - Bash interface to the PushBullet API
* [resty](https://github.com/micha/resty) - Little command line REST client that you can use in pipelines
## Customization
*Custom prompts, color themese, etc.*
*Custom prompts, color themes, etc.*
* [base16-shell](https://github.com/chriskempson/base16-shell) - Base16 for Shells
* [bash-powerline](https://github.com/riobard/bash-powerline) - Powerline-style Bash prompt in pure Bash script
* [bashstrap](https://github.com/barryclark/bashstrap) - A quick way to spruce up OSX terminal
* [liquidprompt](https://github.com/nojhan/liquidprompt) - A full-featured & carefully designed adaptive prompt for Bash & Zsh
* [powerline-zsh](https://github.com/carlcarl/powerline-zsh) - Powerline for Zsh
* [pure](https://github.com/sindresorhus/pure) - Pretty, minimal and fast ZSH prompt
* [zsh-git-prompt](https://github.com/olivierverdier/zsh-git-prompt) - Informative git prompt for zsh
* [zsh-prompt-powerline](https://github.com/Valodim/zsh-prompt-powerline) - A ZSH prompt based on the powerline font from the popular vim plugin
## Package Management and Frameworks
@ -31,6 +38,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [antigen](https://github.com/zsh-users/antigen) - A plugin manager for zsh, inspired by oh-my-zsh and vundle
* [bash-it](https://github.com/revans/bash-it) - A community bash framework
* [homeshick](https://github.com/andsens/homeshick) - git dotfile synchronizer written in bash
* [oh-my-fish](https://github.com/bpinto/oh-my-fish) - Framework for managing your fish shell configuration inspired by Oh My ZSH
* [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) - A community-driven framework for managing your zsh configuration
* [prezto](https://github.com/sorin-ionescu/prezto) - The configuration framework for Zsh
@ -44,20 +52,31 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System
* [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions
* [sub](https://github.com/basecamp/sub) - a delicious way to organize programs
## Games
*All work and no play is a cruddy way to spend your day.*
* [bash2048](https://github.com/mydzor/bash2048) - Bash implementation of 2048 game
*
## Utilities and Tools
*Other various neat gizmos to make your terminal experience more enjoyable.*
* [ansiweather](https://github.com/fcambus/ansiweather) - Weather in your terminal, with ANSI colors and Unicode symbols
* [autoenv](https://github.com/kennethreitz/autoenv) - Directory-based environments.
* [autoenv](https://github.com/kennethreitz/autoenv) - Directory-based environments
* [bash-slugify](https://github.com/benlinton/bash-slugify) - Command that converts filenames and directories to a web friendly format
* [bashmarks](https://github.com/huyng/bashmarks) - Directory bookmarks for the shell
* [fasd](https://github.com/clvv/fasd) - Command-line productivity booster, offers quick access to files and directories
* [git-sh](https://github.com/rtomayko/git-sh) - A customized bash environment suitable for git work
* [hr](https://github.com/LuRsT/hr) - <hr /> for your terminal
* [hr](https://github.com/LuRsT/hr) - `<hr />` for your terminal
* [jrnl](https://github.com/maebert/jrnl) - A simple command line journal application that stores your journal in a plain text file
* [semver_bash](https://github.com/cloudflare/semver_bash) - Semantic Versioning in Bash
* [spark](https://github.com/holman/spark) - ▁▂▃▅▂▇ in your shell
* [wemux](https://github.com/zolrath/wemux) - Multi-User Tmux Made Easy
* [zsh-notify](https://github.com/marzocchi/zsh-notify) - Desktop notifications for long running commands in zsh
* [zshmarks](https://github.com/jocelynmallon/zshmarks) - A port of Bashmarks (simple bookmarking plugin by Todd Werth) for oh-my-zsh
This entire repo is still under construction.