This is the documentation of the rust package grist. This is a command-line application and is intended to be used as such
grist
This adds all files in your current folder to the commit queue, commits them with the default message "From my PC" and then pushes them to the remote origin specified for the folder. To change the commit message check down below
grist -h
grist -v
This application also signs your commits by default. If you have not added your signing key to your github account, I'd urge you to do so now. It is very trivial and you can learn how to do it here.
As of now, there is no way to make signing commits optional and I have no plans of doing so in the near future. It should be easy enough to modify source code to do it anyway, should anyone want to attempt it.
grist -m "your message here"