PlowUI is a simple fronted for plowshare, a set of bash scripts that facilitate easy downloading from several one click hosters.
- clipboard monitoring for new links
- automatic resolution of link status (online/offline)
- automatic recursive resolution of folders
- support for sending links to an aria2 instance
- support for sending links to mplayer for streaming
You need:
- Ruby 1.9 or higher
- The bundler gem:
sudo gem install bundler
Do this:
- Go to the plowui directory
- Run
sudo bundle install
to install all dependencies - Run
./plowui.rb
The file $XDG_CONFIG_HOME/plowui.yml
is a YAML file
that is read by plowshare to determine the following options:
debug: false
aria:
host: "localhost"
port: 6800
user: "username"
password: "password"
ui: "chromium-browser /usr/share/webui-aria2/index.html"