Skip to content

Commit

Permalink
JsonUrlSaver、README.md 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Takym committed Aug 9, 2024
1 parent af5d004 commit 13f9439
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions JsonUrlSaver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ ZIP
> JsonUrlSaver.exe zip=<JSON ファイルを含む ZIP ファイルへのパス> dir=<ZIP ファイルの展開先のパス> zipOverwrite=true
```

### Slack 向けフィルタ
Slack からエクスポートして得られるアーカイブの JSON ファイルからファイルをダウンロードする時は、
`filters=slack` を指定して Slack に保管したファイルのみを抽出する事もできます。
```cmd
> JsonUrlSaver.exe zip=<Slack のアーカイブへのパス> filters=slack
```

### 表示
ダウンロードしたファイルは下記の手順で表示できます。
`mode=openOnly` を付ける場合、事前にダウンロードが必要になります。
Expand Down

0 comments on commit 13f9439

Please sign in to comment.