From 7ccfb4562014c2a9b69d951f557cc3592b4e854e Mon Sep 17 00:00:00 2001 From: redaktor Date: Sat, 25 Jul 2015 15:28:47 +0200 Subject: [PATCH 1/2] added emojify Emoji on the command line ... [via @mahemoff 's twitter] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a20bc93..527d231 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [mysql-colorize](https://github.com/horosgrisa/mysql-colorize.bash) - Colorization for mysql comand-line client * [oh-my-git](https://github.com/arialdomartini/oh-my-git) - An opinionated git prompt for bash and zsh * [sexy-bash-prompt](https://github.com/twolfson/sexy-bash-prompt) - Bash prompt with colors, Git statuses, and Git branches +* [emojify](https://github.com/mrowa44/emojify) Emoji on the command line :scream: ## For Developers From 0948ddaba48cff9ff149ad7c8a7e153fe72a8133 Mon Sep 17 00:00:00 2001 From: redaktor Date: Sat, 25 Jul 2015 20:39:43 +0200 Subject: [PATCH 2/2] emojify in alphabetical order see https://github.com/alebcay/awesome-shell/pull/91 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 527d231..d38f1fc 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [bash-git-prompt](https://github.com/magicmonty/bash-git-prompt) - An informative and fancy Bash prompt for Git users * [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 +* [emojify](https://github.com/mrowa44/emojify) Emoji on the command line :scream: * [flatui-terminal-theme](https://dribbble.com/shots/1021755-Flat-UI-Terminal-Theme) - Nicer colors for terminal * [git-prompt](https://github.com/lvv/git-prompt) - Bash prompt with Git, SVN and HG modules * [gittify](https://github.com/momeni/gittify) - A colorful Bash prompt + customized Git aliases @@ -66,7 +67,6 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [mysql-colorize](https://github.com/horosgrisa/mysql-colorize.bash) - Colorization for mysql comand-line client * [oh-my-git](https://github.com/arialdomartini/oh-my-git) - An opinionated git prompt for bash and zsh * [sexy-bash-prompt](https://github.com/twolfson/sexy-bash-prompt) - Bash prompt with colors, Git statuses, and Git branches -* [emojify](https://github.com/mrowa44/emojify) Emoji on the command line :scream: ## For Developers