Commit Graph

12 Commits

Author SHA1 Message Date
be22f54635 make the plugin actually work!
1. added branch checking
2. made updating work correctly
2023-07-16 20:36:43 -04:00
a19f79b53a modify helper functions...
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-16 20:31:26 -04:00
2162b9cd2e add comments, change formatting on powerwash logging, ...
only remove log if logging is enabled
2023-07-16 20:22:13 -04:00
7f40900718 add osd message and use keybind in config file 2023-07-09 21:39:34 -04:00
3f6fabd346 allow user defined configs at startup and only reset logfile on startup 2023-07-03 15:55:14 -04:00
1d5e908b77 simplify and rename the init function 2023-07-03 15:54:57 -04:00
1f407569f1 reduce number of opts for functions, and allow links with .git at the end 2023-07-03 15:53:01 -04:00
f183533b82 comments 2023-07-03 15:46:41 -04:00
7665d8f32a add liscence to top of files
this is due to the fact that the liscense likely won't be with the
files on the user's computer
2023-07-02 21:02:13 -04:00
cea46259ba make the plugin definition more verbose, and less strict.
stop script from cloning if there are no new commits.
make the code a tiny bit cleaner.

bit of a kitchen sink :(
2023-07-02 20:56:08 -04:00
25043cf37e move config out of script to make auto updating viable 2023-06-30 11:08:37 -04:00
9d2494be1e inital commit with the plugin working (enough)
see README for todo list and naming
2023-06-29 20:35:25 -04:00