aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-06-29 20:35:25 -0400
committerSquibid <me@zacharyscheiman.com>2023-06-29 20:35:25 -0400
commit9d2494be1ef0d1d9d0fb014d8383a4dac114efcb (patch)
tree6f63c6ed4fd5d6a6a16e04dfa61cb6c308b61967 /README.md
downloadeat-it-9d2494be1ef0d1d9d0fb014d8383a4dac114efcb.tar.gz
eat-it-9d2494be1ef0d1d9d0fb014d8383a4dac114efcb.tar.bz2
eat-it-9d2494be1ef0d1d9d0fb014d8383a4dac114efcb.zip
inital commit with the plugin working (enough)
see README for todo list and naming
Diffstat (limited to '')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..52576ce
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Eat It
+Eat It is a plugin manager for mpv which allows you to declare what files you
+want from git repos.
+
+## TODO
+- move opts to a seperate file
+- use the present git repos instead of relying on downloading every time
+- git not outputing to the logfile
+
+## 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*
+```