aboutsummaryrefslogtreecommitdiffstats
path: root/eatit.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add osd message and use keybind in config fileSquibid2023-07-091-1/+2
|
* allow user defined configs at startup and only reset logfile on startupSquibid2023-07-031-0/+17
|
* simplify and rename the init functionSquibid2023-07-031-12/+21
|
* reduce number of opts for functions, and allow links with .git at the endSquibid2023-07-031-15/+22
|
* commentsSquibid2023-07-031-0/+3
|
* add liscence to top of filesSquibid2023-07-021-0/+16
| | | | | this is due to the fact that the liscense likely won't be with the files on the user's computer
* make the plugin definition more verbose, and less strict.Squibid2023-07-021-11/+63
| | | | | | | stop script from cloning if there are no new commits. make the code a tiny bit cleaner. bit of a kitchen sink :(
* move config out of script to make auto updating viableSquibid2023-06-301-19/+1
|
* inital commit with the plugin working (enough)Squibid2023-06-291-0/+94
see README for todo list and naming