v0.8: Improve configuration, add new report command, add group_by arguments and more...#5
Merged
v0.8: Improve configuration, add new report command, add group_by arguments and more...#5
report command, add group_by arguments and more...#5Conversation
- rework auto_start + add confirm flags args for some commands - implement group_by for list command - add support for confirm on cancel and delete - improve configuration
…hich was not using the temp config file
group_byreport command, add group_by arguments and more...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configuration
Added new configuration settings for customizing default command behaviors when no argument provided:
Commands
reportto replacelist --summarymodestartcommand to allow to quick start a new activity if given an argument that is not purely a number (can be disabled in config file or with arguments)boat start 1-> will start tracking time for an existing activity with ID1boat start 'new activity'-> will create a new activity and start it (same asboat new 'new actvity --start-now)modify,edit,cancel,delete) to ask user for confirmation by default (can be disabled in config file or with arguments)querycommandArgs
--group-by(day, week, month, year, none) inlistcommand--no-groupingargument (now use--group-by=none)--periodargument to accept a date or date range--dateargument (now merged with--period)--start-nowand--no-start-nowfornewcommand--confirmand--no-confirmforedit,update,cancelanddeletecommands--with-instructions,--no-instructions,--with-activity-definitions,--no-activity-definitionsforeditcommandeditfile by setting--no-activity-definitionsMisc