Commit graph

6 commits

Author SHA1 Message Date
Richard Schneider
3bd76faa9a Change time on the new entry when --change-time and --edit are used together with a search that matching no entries 2022-11-13 16:26:52 -06:00
Richard Schneider
0fbdf25e83 Adjust fix for #1639 to still create entries if both --edit and --change-time flags are present 2022-11-13 15:50:57 -06:00
Richard Schneider
37377b90f2 Add test for #1639 2022-11-11 16:02:39 -06:00
Jonathan Wren
4eb9c9fdec
Clean up copyright notices and version screen (#1553)
* update copyright symbols to unicode

* clean up version screen/copyright notice

* small change to make commands more similar

* update imports to appease isort

* fix test

* update one more file merged since PR was open
2022-08-21 14:17:35 -07:00
Jonathan Wren
f5e052937c
Update copyright year (#1502)
Update copyright year in comment headers and --version output
2022-06-18 11:30:56 -07:00
Richard Schneider
33c9dce80d
Implement --change-time flag (#1452)
* Implement --change-time flag
* Remove todo from --change-time bdd folder journal tests
* Add warning when --change-time used with no matching entries
* Add a test to make sure running --change-time with nothing prints a warning and doesn't change anything
* Add prompt for --change-time
* Don't prompt for --change-time when used with --edit and only one entry
* When using --edit and --change-time, change the time before editing
* Add test for --change-time used with --edit
* Modify failing --change-time test to conform to text in develop branch
2022-05-21 12:03:27 -07:00