OpenBagTwo / gsb

A tool for managing incremental backups of your save states using Git!
https://openbagtwo.github.io/gsb/
GNU General Public License v3.0
0 stars 0 forks source link

Update gsb manifest / ignore #27

Open OpenBagTwo opened 11 months ago

OpenBagTwo commented 11 months ago

GIVEN Steve has gsb installed on their system and is using it to manage all saves for a particular game BUT has those saves listed explicitly AND has now created a new savegame

WHEN he navigates to the gsb repo root and runs the command `gsb track newsave"

THEN the pattern "newsave" should be added to the .gsb_manifest file

SO that future backups will include the new save WITHOUT Steve having to manually edit the manifest file

Notes

The implementation should also include the ability:

though at this point I'm undecided whether those should be separate commands (gsb ignore <pattern>) or implemented as flags (gsb track --list)