aboutsummaryrefslogtreecommitdiffstats
path: root/eatit.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix indentationSquibid2023-10-151-8/+8
|
* remove cfg option. it was useless, and the lssi module can do...v1.0Squibid2023-07-161-15/+0
| | | | everything it does better, and faster
* make the plugin actually work!Squibid2023-07-161-5/+18
| | | | | 1. added branch checking 2. made updating work correctly
* modify helper functions...Squibid2023-07-161-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
* add comments, change formatting on powerwash logging, ...Squibid2023-07-161-4/+12
| | | | only remove log if logging is enabled
* 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