Add option for multiple files #3
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Marty/jrnlwarrior#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, only a single jrnl file can ever be operated over.
Allow the program to operate over multiple jrnl files instead.
By passing in
-f
multiple times, this could instead operate over an arbitrary number of journals at once.Making use of python argparse action append would make this seemingly not too hard, looping over an array of files instead of reading a single file.