Closed ioanniswd closed 4 years ago
Adds a command to copy notes from one date to another:
$ stup copy
$ stup copy --from 2020-01-15 --to 2020-02-01
$ stup copy --to tomorrow -c blocking
Resolves #34
Sorry for the force pushes, had to change author in commits. No changes in code.
@all-contributors please add @ioanniswd for code :rocket:
@iridakos
I've put up a pull request to add @ioanniswd! :tada:
Adds a command to copy notes from one date to another:
Examples
Copy notes from yesterday to today, in the default category
Copy notes from a specific date, to a specific date
Copy notes from yesterday to tomorrow in the category "blocking"
Resolves #34