aboutsummaryrefslogtreecommitdiff
path: root/scripts/helpers.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-10-16helpers.sh: improve vgmultizlg1-10/+2
2020-12-05helpers.sh: Add vgsyszlg1-0/+24
vgsys - filters vgstash's output by system. Optionally allows one to specify the filter name to pass to vgstash. The default filter is 'allgames'. For example, to show every game needed to be beaten on Steam, you'd use something like this: vgsys backlog Steam This is a handy feature to have when you want to narrow down your options for what-to-play.
2020-03-08helpers.sh: Add vgub, vgmulti, vgrandzlg1-0/+29
vgub - Games that are beaten or complete, excluding rereleases i.e. Super Mario Bros on NES and Wii VC will only show one or the other. vgmulti - Games you own on more than one system vgrand - Suggests a random game to play from your 'playlog' filter
2018-03-18Flesh out filter types and ownership statuszlg1-15/+4
It's time for a refactor to a module; the functionality and interface are clashing.
2018-03-13Update helpers a bitzlg1-2/+9
At present, user modification is needed to make these seamless. vgup() may need to be axed in favor of telling the user to make an alias.
2016-11-18Remove settings from helpers.shZe Libertine Gamer1-5/+0
Sourcing them in .bash_profile screws up login if they're set.
2016-11-03Improve error handling in shell scriptsZe Libertine Gamer1-1/+6
2016-06-16Add bash helper functionsZe Libertine Gamer1-0/+31
The more I use vgstash, the more script ideas I come up with.