aboutsummaryrefslogtreecommitdiffstats
path: root/eatit.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-16remove cfg option. it was useless, and the lssi module can do...v1.0Squibid1-15/+0
everything it does better, and faster
2023-07-16make the plugin actually work!Squibid1-5/+18
1. added branch checking 2. made updating work correctly
2023-07-16modify helper functions...Squibid1-41/+38
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
2023-07-16add comments, change formatting on powerwash logging, ...Squibid1-4/+12
only remove log if logging is enabled
2023-07-09add osd message and use keybind in config fileSquibid1-1/+2
2023-07-03allow user defined configs at startup and only reset logfile on startupSquibid1-0/+17
2023-07-03simplify and rename the init functionSquibid1-12/+21
2023-07-03reduce number of opts for functions, and allow links with .git at the endSquibid1-15/+22
2023-07-03commentsSquibid1-0/+3
2023-07-02add liscence to top of filesSquibid1-0/+16
this is due to the fact that the liscense likely won't be with the files on the user's computer
2023-07-02make the plugin definition more verbose, and less strict.Squibid1-11/+63
stop script from cloning if there are no new commits. make the code a tiny bit cleaner. bit of a kitchen sink :(
2023-06-30move config out of script to make auto updating viableSquibid1-19/+1