I’ve released a Checkvist-related app, cvcap
, to GitHub - crispinb/cvcap: A minimal commandline capture tool for Checkvist. It’s just a simple app to capture text tasks to a default Checkvist list from the commandline.
There are builds for linux & windows (32 & 64 bit) at Release Initial (very alpha) release for feedback · crispinb/cvcap · GitHub. At some stage I expect to put a MacOS build up there (I don’t have a mac available so I need to set up a MacOS VM which was a bit painful last time I tried it) (MacOS plan abandoned for now)
On first run you’ll be asked to log in with a Checkvist username and API key (obtained from your Checkvist Profile page). cvcap
doesn’t store these login details, but to avoid having to log in every use, it does keep a login token in the OS’s credential store (accessible only to your OS login & you can delete it at any time).
This is a simple little tool I made for my own use (& as a learning project for a language I’m new to). I don’t expect to add a great deal to it in the way of polish or features (beyond a few things listed in the README), but I’ll try to keep it maintained. Feel free to log issues at Issues · crispinb/cvcap · GitHub