A CLI tool for downloading from pixiv.net
Revisão | a88dc7ccaaa2f2d1aa5ae694dd304ea211c9af36 (tree) |
---|---|
Hora | 2023-12-09 21:18:42 |
Autor | mio <stigma@disr...> |
Commiter | mio |
Update CHANGELOG for 'compact' command
@@ -39,6 +39,19 @@ The main change here is that the `following` command now requires you to specify | ||
39 | 39 | * Renamed the `-o, --offset` option to `-s, --skip`. |
40 | 40 | * Removed the `-l, --limit` option. Perhaps it'll return with a different meaning. |
41 | 41 | |
42 | +### Compact Command | |
43 | + | |
44 | +**New Command** | |
45 | + | |
46 | +pixiv_down creates a directory for an account ID and display name pair (e.g. `00000000_displayName`), allowing people to navigate the directory tree while keeping an understanding of their current location and where to find artworks. This falls apart when someone changes their display name on pixiv, as this causes pixiv_down to create a new directory for that display name. | |
47 | + | |
48 | +This new command allows you to compact all of those directories pertaining to an account, in to one directory. | |
49 | + | |
50 | +The available options are: | |
51 | + | |
52 | +* `-i, --interactive` which allows you to choose the name to use for the new directory (omitting this will use the current account's name). | |
53 | +* `-n, --dry-run` which will print out the changes that *would* happen, but doesn't execute them. | |
54 | + | |
42 | 55 | ### Bug Fixes |
43 | 56 | |
44 | 57 | * Incorrect output filename when downloading an ugoira with Japanese in the title. |