Add option for multiple files #3

Open
opened 2021-12-14 17:15:06 +00:00 by Marty · 1 comment
Owner

Currently, only a single jrnl file can ever be operated over.

Allow the program to operate over multiple jrnl files instead.

Currently, only a single jrnl file can ever be operated over. Allow the program to operate over multiple jrnl files instead.
Marty added the
enhancement
label 2021-12-14 17:15:06 +00:00
Author
Owner

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.

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](https://docs.python.org/3/library/argparse.html#action) would make this seemingly not too hard, looping over an array of files instead of reading a single file.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Marty/jrnlwarrior#3
No description provided.