Skip to content

Commit 75fbb65

Browse files
committedJun 25, 2024
Update tasks
1 parent eb8c457 commit 75fbb65

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed
 

‎README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ https://mangadex.org/title/abc-123-abc/some-title
135135

136136
You can use this link to download chapters of the manga.
137137

138-
#### Where can I get the chapter link
138+
#### Where can I get the chapter link?
139139

140140
Go to mangadex.org, choose the manga you like, and open the specific chapter you want. The link to the chapter looks like this:
141141

@@ -175,31 +175,32 @@ The size of each page in the PDF corresponds to the size of the image.
175175
- [X] Remove Doujinshi from list in `find` subcommand and add `doujinshi` flag for show Doujinshi in list.
176176
- [X] Add metadata for cbz downloaded archive.
177177
- [X] Add check update subcommand.
178-
- [ ] Add self update mechanism.
179-
- [ ] Add search filter for `find` subcommand.
180-
- [ ] Add flag `random` in `info` subcommand to get information about random manga.
181178
- [ ] Add flag to `download`:
179+
- [X] `merge` - download chapter in one file.
182180
- [X] `last` - download latest chapter.
183181
- [X] `this` - download a specific chapter using a link provided by the user.
184-
- [ ] `volume` - download all chapters of specified volume.
185-
- [ ] `volume-range` - download all chapters of specified volume range.
186-
- [ ] `oneshot` - download all oneshots of manga (if available).
187-
- [ ] `all` - download all chapters.
188-
- [X] `merge` - download chapter in one file.
189-
- [ ] `volume-bundle` - download all chapters of volume into one file.
190182
- [X] `extension` - sets the extension of the output file. Add file support formats:
191183
- [X] pdf (include metadata).
192184
- [X] epub (include metadata).
185+
- [ ] `volume` - download all chapters of specified volume.
186+
- [ ] `volume-range` - download all chapters of specified volume range.
187+
- [ ] `volume-bundle` - download all chapters of volume into one file.
188+
- [ ] `all` - download all chapters.
189+
- [ ] `oneshot` - download all oneshots of manga (if available).
190+
- [ ] Add self update mechanism.
191+
- [ ] Add search filter for `find` subcommand.
192+
- [ ] Add flag `random` in `info` subcommand to get information about random manga.
193193
- [ ] Add interactive mode for `find` subcommand.
194194
- [ ] Add interactive mode for `download` subcommand.
195195

196196
### Code
197197

198198
- [X] Use `pterm` output instead `fmt`.
199+
- [X] Refactor `cmd` package.
199200
- [ ] Create a Github action to automate the creation of `.deb` `.rpm` `.pkg.tar.zst` packages when a new release is created.
200201
- [ ] Add tests for `mangadexapi` package.
202+
- [ ] Refactor `internal/mdx` package.
201203
- [ ] Refactor `mangadexapi` package.
202-
- [ ] Refactor `cmd` package.
203204
- [ ] Refactor `filekit` package.
204205

205206
## License 📜

0 commit comments

Comments
 (0)
Please sign in to comment.