mirror of
https://github.com/paleotronic/diskm8.git
synced 2024-12-21 03:29:58 +00:00
Add new options to README.md
This commit is contained in:
parent
7118703c68
commit
185caf6c4f
@ -42,11 +42,13 @@ ls List local files
|
||||
mkdir Create a directory on disk
|
||||
mount Mount a disk image
|
||||
move Move files from one volume to another
|
||||
put Copy local file to disk
|
||||
prefix Change volume path
|
||||
put Copy local file to disk (with optional target dir)
|
||||
quarantine Like report, but allow moving dupes to a backup folder
|
||||
quit Leave this place
|
||||
rename Rename a file on the disk
|
||||
report Run a report
|
||||
search Run a search
|
||||
target Select mounted volume as default
|
||||
unlock Unlock file on the disk
|
||||
unmount unmount disk image
|
||||
@ -81,7 +83,7 @@ Command-line flags:
|
||||
-csv
|
||||
Output data to CSV format
|
||||
-datastore string
|
||||
Database of disk fingerprints for checking (default "/Users/nnnnn/DiskM8/fingerprints")
|
||||
Database of disk fingerprints for checking (default "/home/april/DiskM8/fingerprints")
|
||||
-dir
|
||||
Directory specified disk (needs -disk)
|
||||
-dir-create string
|
||||
@ -142,6 +144,8 @@ Command-line flags:
|
||||
Run whole disk dupe report
|
||||
-with-disk string
|
||||
Perform disk operation (-file-extract,-file-put,-file-delete)
|
||||
-with-path string
|
||||
Target path for disk operation (-file-extract,-file-put,-file-delete)
|
||||
```
|
||||
Getting Started
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user