LARBS Universal Utility Scripts
- Speed - Resource friendly, easily integrated with the command-line, i3wm and ranger.
- History - Both LUD and LUP are equipped with history files in
~/.lud_history
and~/.lup_history
, allowing previous files to be viewed/downloaded. - Modularity - Both LUD and LUP have
$1
&$2
for command-line functionality.
(The) LARBS Universal Downloader
- Grabs clipboard /
$1
- Choose destination /
$2
- Choose type of download
(The) LARBS Universal Player
- Choose clipboard/destination /
$1
- Choose player application /
$2
Requirements | Usage |
---|---|
aria2c | Regular Downloader |
youtube-dl | Video Downloader |
dmenu | Menu System |
xclip | Clipboard |
notify-send | Notification |
map dl shell lud "" "%d"
bindsym $foo_command exec --no-startup-id lud
bindsym $bar_command exec --no-startup-id lup
lud "https://www.youtube.com/watch?v=DB6UWGeNePk" "~/Videos/"
lup "https://www.youtube.com/watch?v=DB6UWGeNePk" "mpv (video)"