• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A CLI tool for downloading from pixiv.net


Commit MetaInfo

Revisãoa88dc7ccaaa2f2d1aa5ae694dd304ea211c9af36 (tree)
Hora2023-12-09 21:18:42
Autormio <stigma@disr...>
Commitermio

Mensagem de Log

Update CHANGELOG for 'compact' command

Mudança Sumário

Diff

--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,19 @@ The main change here is that the `following` command now requires you to specify
3939 * Renamed the `-o, --offset` option to `-s, --skip`.
4040 * Removed the `-l, --limit` option. Perhaps it'll return with a different meaning.
4141
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+
4255 ### Bug Fixes
4356
4457 * Incorrect output filename when downloading an ugoira with Japanese in the title.