User experience #1

Open
opened 2021-06-24 21:32:03 +00:00 by lukas · 0 comments
Owner

I want to run the command like this:

manga-up --destination "/nas/media/comics/drstone" --chapter-start "201" --notify "tgram:/room:token" "Dr. Stone"

Specifying manga by name is probably out-of-scope for this small app, so instead it should be url:

manga-up --destination "/nas/media/comics/drstone" --chapter-start "201" --notify "tgram:/room:token" "https://funmanga.com/DrStone"

It's very likely that I would want to check more than one manga at a time, in which case it might make more sense to use a config file:

notify: tgram:/room:token

checklist:
- name: drstone
  url: https://funmanga.com/dr-stone
  chapter-start: 201
  destination: /nas/media/comics/drstone
- name: jujutsukaisen
  url: https://funmanga.com/jujutsu-kaisen
  chapter-start: 150
  destination: /nas/media/comics/jujutsukaisen
I want to run the command like this: ```shell manga-up --destination "/nas/media/comics/drstone" --chapter-start "201" --notify "tgram:/room:token" "Dr. Stone" ``` Specifying manga by name is probably out-of-scope for this small app, so instead it should be url: ```shell manga-up --destination "/nas/media/comics/drstone" --chapter-start "201" --notify "tgram:/room:token" "https://funmanga.com/DrStone" ``` It's very likely that I would want to check more than one manga at a time, in which case it might make more sense to use a config file: ```yaml notify: tgram:/room:token checklist: - name: drstone url: https://funmanga.com/dr-stone chapter-start: 201 destination: /nas/media/comics/drstone - name: jujutsukaisen url: https://funmanga.com/jujutsu-kaisen chapter-start: 150 destination: /nas/media/comics/jujutsukaisen ```
Sign in to join this conversation.
No Label
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: lukas/manga_up#1
No description provided.