Guy Edwards
Guy Edwards
Currently not implemented but is planned, I'll leave this open as a feature request
Yea of course, thanks @GV14982. Might be worth laying out your thoughts here before piling into it 👌
To add to this just thinking about it, I think there is two parts to this: 1. Adding tags to config and allowing filtering/searching by tag 2. Adding an alternative...
Hmm. I wonder if first pass we can purely have tags as a config defined thing that will be parsed on load of the config and kept in memory instead...
Copying my comment here for continuity: > @larsks I'm not sure I see the benefit of moving to badger/another key/value store really. There are downsides of using CGO but I...
I'm not particularly tied to sqlite, and the CGO stuff was a PITA to setup but since it's working I don't know if the juice of less dependencies/easier build, is...
Thanks @posquit0 , this should be a straightforward implementation. Just need to change back ends to be an array for the various providers.
The thinking here is that you may want to version control the DB as well and so having it all in a single location is easier. We could allow the...
Hey @GV14982, yes that would be great to add and I'd be happy to code review. If you have any questions let me know.
Hey @c4lliope, thanks for the contribution. I assume by '[pend]' you mean this is still work-in-progress?