Commit Graph

32 Commits

Author SHA1 Message Date
e87ac7a437 fix typo v3.1 2024-07-28 17:33:45 -04:00
16f32bdcdd complete refactor see README for more info v3.0 2024-07-27 09:26:54 -04:00
878f0faaf7 add some nil checks, and make lssi work with eatit changes v2.0 2023-10-17 22:24:49 -04:00
6f091a7648 Major changes!
- add name expansion gh:po5/thumbfast -> https://github.com/po5/thumbfast
- allow multiple files to be downloaded to one dir
- add pin option to stop updates on specific plugins
2023-10-17 22:03:41 -04:00
96c3e6f3e6 add nil checks 2023-10-15 07:04:07 -04:00
25765c4ace fix indentation 2023-10-15 07:02:40 -04:00
b6dff07a12 fix typo and make commands appear nicer 2023-07-28 19:24:44 -04:00
af125691f7 add bootstrap script and better instructions for installation 2023-07-28 19:23:26 -04:00
80de336bdb remove cfg option. it was useless, and the lssi module can do...
everything it does better, and faster
v1.0
2023-07-16 20:41:43 -04:00
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
a566b63fa5 remove some TODO's from the README.md
1. defining multiple directories and files is just stupid
2. it's impossible to make git output to the logfile
2023-07-16 20:16:27 -04:00
663110af1e add modules directory and lssi, the first module! 2023-07-09 21:40:42 -04:00
7f40900718 add osd message and use keybind in config file 2023-07-09 21:39:34 -04:00
b14b797f56 make update key customisable, and change wording on a comment 2023-07-09 21:38:56 -04:00
ae1639c8d6 re organise README 2023-07-09 21:38:23 -04:00
2523a70925 add example of how to use the new config feature 2023-07-03 15:57:37 -04:00
66f5681be3 remove useless comment 2023-07-03 15:57:18 -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
ac214b808d add alternatives and a note to email me incase of more alternatives 2023-07-03 02:14:54 -04:00
857e55e72c Fix type 2023-07-03 02:11:56 -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
ea21c43b9d fix README install instructions 2023-06-30 11:20:52 -04:00
6e5d60580a spelling in README 2023-06-30 11:17:31 -04:00
7be867e531 add install guide 2023-06-30 11:16:59 -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