aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-162-8/+17
| | | | only remove log if logging is enabled
* remove some TODO's from the README.mdSquibid2023-07-161-2/+0
| | | | | 1. defining multiple directories and files is just stupid 2. it's impossible to make git output to the logfile
* add modules directory and lssi, the first module!Squibid2023-07-093-0/+177
|
* add osd message and use keybind in config fileSquibid2023-07-091-1/+2
|
* make update key customisable, and change wording on a commentSquibid2023-07-091-1/+2
|
* re organise READMESquibid2023-07-091-8/+8
|
* add example of how to use the new config featureSquibid2023-07-031-0/+3
|
* remove useless commentSquibid2023-07-031-1/+0
|
* 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 alternatives and a note to email me incase of more alternativesSquibid2023-07-031-0/+4
|
* Fix typeSquibid2023-07-031-1/+1
|
* add liscence to top of filesSquibid2023-07-022-0/+32
| | | | | 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-023-14/+68
| | | | | | | stop script from cloning if there are no new commits. make the code a tiny bit cleaner. bit of a kitchen sink :(
* fix README install instructionsSquibid2023-06-301-2/+2
|
* spelling in READMESquibid2023-06-301-2/+2
|
* add install guideSquibid2023-06-301-0/+13
|
* move config out of script to make auto updating viableSquibid2023-06-302-19/+21
|
* inital commit with the plugin working (enough)Squibid2023-06-293-0/+799
see README for todo list and naming