diff --git a/README.md b/README.md index da435f0..51173b3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ This is just a bunch of usefull little scripts when you don't have a fully fledged desktop environment on hand and are relying on the elegant simplicity of a window -manager like for example [dwm](dwm.suckless.org). +manager like [dwm](dwm.suckless.org). ## List ## - * dpass : dmenu password entry (WIP) + * cliplumber : all sorts of useful things using the clipboard content: dowmload mp3 from youtube, display as QRcode, search for audio, play the video, make coffee, etc. + * clipqr : display primary clipboard with a QRcode (text transfer to phone) * loopdwm : easy dwm restarting, supports multiple versions + * mailsync : parallel maildir IMAP sync using Isync + * mp3helpers : a few helper functions to make tidying up your music library easier + * mutt_bgrun : hold to a temp file before mutt deletes it * touchtog : toggle synaptics touchpad * volcont : pulsaudio volume control and synchronisation - * clipqr : display primary clipboard with a QRcode (text transfer to phone) + +## WIP ## + * mp3tag.py : smart mp3 tagging + * dpass : dmenu based password prompt + * dwmstatus : deprecated status bar for dwm + * restart-on-change : watch a file and run a command on change (for example: make)