linux-utils/README.md

23 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2021-08-27 18:57:01 +00:00
**UPDATE**: this repo is deprecated, all the useful scripts have been moved to my dotfiles (lhark/rc)
2017-01-24 01:46:57 +00:00
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
2019-03-22 18:39:27 +00:00
manager like [dwm](dwm.suckless.org).
2017-01-24 01:46:57 +00:00
## List ##
2019-03-22 18:39:27 +00:00
* 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)
2017-01-24 01:46:57 +00:00
* loopdwm : easy dwm restarting, supports multiple versions
2019-03-22 18:39:27 +00:00
* 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
2017-01-24 01:46:57 +00:00
* touchtog : toggle synaptics touchpad
* volcont : pulsaudio volume control and synchronisation
2019-03-22 18:39:27 +00:00
## 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)