David Barnett

Results 409 comments of David Barnett

+1, I had toml in mind as a good format as well.

I just merged #744 to implement the first bit of toml config. You can now create a config.toml file at some path like ~/.config/gcalcli/config.toml (see `gcalcli --help` for exact path...

So IIUC you're asking for something like `gcalcli edit --description=xyz "some title"` that would prompt you whether to save changes to each matching event, still with the same prompts but...

(still interested in improving this case, but now that I understand some of the complexities involved I think we should come back to it after finalizing other work for the...

Love this idea! See also: https://github.com/dodie/testing-in-bash.

I've reached out to folks and heard back from Eric (@insanum), Brian (@tresni), and Joshua (@jcrowgey), all busy with other things and not looking to be active maintainers. And @michaelmhoffman...

> Hi, I've been on holiday, as mentioned I changed the oauth code and would be happy to help out when I have the time. @insanum could you help with...

Oh @insanum another thing I was wondering: would it make sense to set up a GitHub "organization" like https://github.com/pallets and move the repo under that? Or would you prefer to...

Approaches I've tried: - Deleting and recreating the Event Note from template gets the job done - `dataviewjs` allows me to fetch the description but it's complicated, and I'm having...