JIRAtime

jiratime makes it easy to submit timesheets to JIRA quickly from the command line.
It is designed for use with timesheets logged in (neo)vim.
Get it
Download the latest release on github, or:
go install github.com/smlx/jiratime/cmd/jiratime@latest
jiratime reads configuration from $XDG_CONFIG_HOME/jiratime/config.yml
Use it
The timesheet format is minimal and opinionated.
TODO: documentation
Authorization
jiratime requires a one-time authorization in JIRA cloud.
TODO: documentation
Timesheet submission
With no command specified or with submit specified, jiratime performs timesheet submission by reading from STDIN.
TODO: documentation and a GIF
Options
Run jiratime help to discover the command line options.