Readme and some tweaks.

This commit is contained in:
Artem Sapegin
2012-10-19 15:54:20 +04:00
parent da7a90c337
commit 03f4588f75
5 changed files with 40 additions and 5 deletions

View File

@ -61,7 +61,7 @@ alias hide="defaults write com.apple.Finder AppleShowAllFiles -bool false && kil
# (useful when executing time-consuming commands)
#alias badge="tput bel"
# HTTP requests
# HTTP requests by @janmoesen
for method in GET HEAD POST PUT DELETE TRACE OPTIONS; do
alias "$method"="lwp-request -m '$method'"
done