Skip to content
/ luus Public

LARBS Universal Utility Scripts (downloader/player)

Notifications You must be signed in to change notification settings

inVariabl/luus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

luus

LARBS Universal Utility Scripts

Features

  1. Speed - Resource friendly, easily integrated with the command-line, i3wm and ranger.
  2. History - Both LUD and LUP are equipped with history files in ~/.lud_history and ~/.lup_history, allowing previous files to be viewed/downloaded.
  3. Modularity - Both LUD and LUP have $1 & $2 for command-line functionality.

LUD

(The) LARBS Universal Downloader

Usage

  1. Grabs clipboard / $1
  2. Choose destination / $2
  3. Choose type of download

LUP

(The) LARBS Universal Player

Usage

  1. Choose clipboard/destination / $1
  2. Choose player application / $2
Requirements Usage
aria2c Regular Downloader
youtube-dl Video Downloader
dmenu Menu System
xclip Clipboard
notify-send Notification

Integration

Ranger

map dl shell lud "" "%d"

i3wm

bindsym $foo_command exec --no-startup-id lud

bindsym $bar_command exec --no-startup-id lup

Command-line

lud "https://www.youtube.com/watch?v=DB6UWGeNePk" "~/Videos/"

lup "https://www.youtube.com/watch?v=DB6UWGeNePk" "mpv (video)"

About

LARBS Universal Utility Scripts (downloader/player)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages