Color conversion script.

This commit is contained in:
Artem Sapegin
2012-12-20 16:48:10 +04:00
parent ac3df1edeb
commit 765275291c
4 changed files with 127 additions and 1 deletions

View File

@ -96,6 +96,10 @@ function proj { cd "$("$HOME/dotfiles/bin/opener.py" "$HOME/Dropbox/Projects" $1
function repo { cd "$("$HOME/dotfiles/bin/opener.py" "$HOME/Dropbox/Projects" $1 -w repo $2)"; }
function wptheme { cd "$("$HOME/dotfiles/bin/opener.py" "$HOME/Dropbox/Projects" $1 -w wptheme $2)"; }
# Color conversion
alias hex2hsl="color.js $1 $2"
alias hex2rgb="color.js --rgb $1 $2"
# Dotfiles help
alias dot-bash="qlmanage -p "$HOME/dotfiles/docs/Bash.md""
alias dot-git="qlmanage -p "$HOME/dotfiles/docs/Git.md""