Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-13 | Make VGSTASH_DB_LOCATION point to a file | zlg | 2 | -21/+20 | |
It used to point to a directory, which would then look for .vgstash.db. This behavior was kind of backwards and I don't remember why I did it that way. This change gives users more control over where they put their DB. Be sure to update your environment variable if you have it set! | |||||
2016-11-18 | Remove settings from helpers.sh | Ze Libertine Gamer | 1 | -5/+0 | |
Sourcing them in .bash_profile screws up login if they're set. | |||||
2016-11-15 | Correct phrasing in README. | Ze Libertine Gamer | 1 | -4/+4 | |
2016-11-13 | Derp | Ze Libertine Gamer | 1 | -0/+1 | |
2016-11-03 | Improve error handling in shell scripts | Ze Libertine Gamer | 4 | -3/+23 | |
2016-10-24 | Correct run_again, add recursion | Ze Libertine Gamer | 1 | -0/+4 | |
Loops and functions -- oh my, what a useful combination. :) | |||||
2016-10-21 | Add quotes to correct behavior for arglist | Ze Libertine Gamer | 1 | -1/+1 | |
2016-10-14 | updater.sh: add recursion, error handling | Ze Libertine Gamer | 1 | -43/+101 | |
2016-10-14 | Correct pipe-handling behavior | Ze Libertine Gamer | 1 | -1/+9 | |
2016-10-12 | Clarify a method to move between platforms | Ze Libertine Gamer | 1 | -2/+5 | |
Also correct a typo. |