This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ACOUSTID_FINGERPRINT | |
ACOUSTID_ID | |
ALBUM | |
ALBUMARTIST | |
ALBUMARTISTSORT | |
ALBUMSORT | |
ARRANGER | |
ARTIST | |
ARTISTSORT | |
ARTISTWEBPAGE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# needs python-stdeb and git | |
repos=('git://github.com/mineo/lala.git' | |
'git://github.com/kennethreitz/requests.git' | |
'git://github.com/mineo/pyanihttp.git') | |
for repo in ${repos[@]};do | |
dirname=${repo##*/} | |
dirname=${dirname%%.git} | |
if [ -d $dirname ];then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
["<Return>", "i"] : Inspect (focus) message | |
["I"] : Open the message in new tab | |
["<Space>"] : Scroll message or select next unread one | |
["t"] : Select thread | |
["d", "<Del>"] : Move mail to Trash folder | |
["j", "<Right>"] : Select next message | |
["gj"] : Select next message, including closed threads | |
["J", "<Tab>"] : Select next unread message | |
["k", "<Left>"] : Select previous message | |
["gk"] : Select previous message |