a19f79b53a1a654759f39a3aced0ad05ef0544ad
1. modified fileexists now works on both files and directories 2. added test for slash to return the last part of a string before / 3. added run function to make running commands easier 4. modified clonegit to stop using all the crappy shell script stuff and make it use new helper functions 5. modified check for updates to stop using the crappy shell stuff and actually work
Eat It
Eat It is a plugin manager for mpv which allows you to declare what files you want from git repos.
Installing Eat It
To install Eat It simply put the eatit.lua
file into your mpv scripts
directory (/.config/mpv/scripts by default on linux). After you have done that
Eat It is installed, however it won't do anything without the /.config/mpv by
default on linux).eatit-cfg.lua
,
which has to be placed in the root of your mpv config dir (
Alternatively you can run these two commands:
curl -L https://git.squi.bid/eat-it/plain/eatit.lua -o ~/.config/mpv/scripts/eatit.lua
curl -L https://git.squi.bid/eat-it/plain/eatit-cfg.lua -o ~/.config/mpv/eatit-cfg.lua
FAQ
Q: Where does the name 'Eat It' come from?
A: The plugin manager eats all the useless files and keeps the ones you want,
and Weird Al is a funny guy
TODO
- make an auto install script that can be put into a mpv config
ALTERNATIVES
email me if you know of any alternatives
Languages
Lua
100%