Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add some nil checks, and make lssi work with eatit changesv2.0 | Squibid | 2023-10-17 | 1 | -16/+16 |
| | |||||
* | Major changes! | Squibid | 2023-10-17 | 2 | -64/+135 |
| | | | | | | - 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 | ||||
* | add nil checks | Squibid | 2023-10-15 | 1 | -0/+2 |
| | |||||
* | fix indentation | Squibid | 2023-10-15 | 1 | -8/+8 |
| | |||||
* | fix typo and make commands appear nicer | Squibid | 2023-07-28 | 1 | -5/+4 |
| | |||||
* | add bootstrap script and better instructions for installation | Squibid | 2023-07-28 | 2 | -7/+12 |
| | |||||
* | remove cfg option. it was useless, and the lssi module can do...v1.0 | Squibid | 2023-07-16 | 2 | -18/+0 |
| | | | | everything it does better, and faster | ||||
* | make the plugin actually work! | Squibid | 2023-07-16 | 1 | -5/+18 |
| | | | | | 1. added branch checking 2. made updating work correctly | ||||
* | modify helper functions... | Squibid | 2023-07-16 | 1 | -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, ... | Squibid | 2023-07-16 | 2 | -8/+17 |
| | | | | only remove log if logging is enabled | ||||
* | remove some TODO's from the README.md | Squibid | 2023-07-16 | 1 | -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! | Squibid | 2023-07-09 | 3 | -0/+177 |
| | |||||
* | add osd message and use keybind in config file | Squibid | 2023-07-09 | 1 | -1/+2 |
| | |||||
* | make update key customisable, and change wording on a comment | Squibid | 2023-07-09 | 1 | -1/+2 |
| | |||||
* | re organise README | Squibid | 2023-07-09 | 1 | -8/+8 |
| | |||||
* | add example of how to use the new config feature | Squibid | 2023-07-03 | 1 | -0/+3 |
| | |||||
* | remove useless comment | Squibid | 2023-07-03 | 1 | -1/+0 |
| | |||||
* | allow user defined configs at startup and only reset logfile on startup | Squibid | 2023-07-03 | 1 | -0/+17 |
| | |||||
* | simplify and rename the init function | Squibid | 2023-07-03 | 1 | -12/+21 |
| | |||||
* | reduce number of opts for functions, and allow links with .git at the end | Squibid | 2023-07-03 | 1 | -15/+22 |
| | |||||
* | comments | Squibid | 2023-07-03 | 1 | -0/+3 |
| | |||||
* | add alternatives and a note to email me incase of more alternatives | Squibid | 2023-07-03 | 1 | -0/+4 |
| | |||||
* | Fix type | Squibid | 2023-07-03 | 1 | -1/+1 |
| | |||||
* | add liscence to top of files | Squibid | 2023-07-02 | 2 | -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. | Squibid | 2023-07-02 | 3 | -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 instructions | Squibid | 2023-06-30 | 1 | -2/+2 |
| | |||||
* | spelling in README | Squibid | 2023-06-30 | 1 | -2/+2 |
| | |||||
* | add install guide | Squibid | 2023-06-30 | 1 | -0/+13 |
| | |||||
* | move config out of script to make auto updating viable | Squibid | 2023-06-30 | 2 | -19/+21 |
| | |||||
* | inital commit with the plugin working (enough) | Squibid | 2023-06-29 | 3 | -0/+799 |
see README for todo list and naming |