Skip to content

Commit

Permalink
Merge pull request #37 from tkna91/patch-2
Browse files Browse the repository at this point in the history
Update Usage
  • Loading branch information
nik012003 authored Nov 11, 2023
2 parents 234862f + 120da12 commit 8059b1e
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,28 +64,28 @@ PATH=$PATH:~/.cargo/bin

# Usage
```
USAGE:
ripdrag [OPTIONS] [PATHS]...
ARGS:
<PATHS>... Paths to the files you want to drag
OPTIONS:
-v, --verbose Be verbose
-t, --target Act as a target instead of source
-k, --keep With --target, keep files to drag out
-r, --resizable Make the window resizable
-x, --and-exit Exit after first successful drag or drop
-i, --icons-only Only display icons, no labels
-d, --disable-thumbnails Don't load thumbnails from images
-s, --icon-size <SIZE> Size of icons and thumbnails [default: 32]
-W, --content-width <WIDTH> Min width of the main window [default: 360]
-H, --content-height <HEIGHT> Default height of the main window [default: 360]
-I, --from-stdin Accept paths from stdin
-a, --all Drag all the items together
-A, --all-compact Show only the number of items and drag them together
-h, --help Print help
-V, --version Print version
Usage: ripdrag [OPTIONS] [PATH]...
Arguments:
[PATH]... Paths to the files you want to drag
Options:
-v, --verbose Be verbose
-t, --target Act as a target instead of source
-k, --keep With --target, keep files to drag out
-r, --resizable Make the window resizable
-x, --and-exit Exit after first successful drag or drop
-i, --icons-only Only display icons, no labels
-d, --disable-thumbnails Don't load thumbnails from images
-s, --icon-size <SIZE> Size of icons and thumbnails [default: 32]
-W, --content-width <WIDTH> Min width of the main window [default: 360]
-H, --content-height <HEIGHT> Default height of the main window [default: 360]
-I, --from-stdin Accept paths from stdin
-a, --all Drag all the items together
-A, --all-compact Show only the number of items and drag them together
-n, --no-click Show only the number of items and drag them together
-h, --help Print help
-V, --version Print version
```

# TODO
Expand Down

0 comments on commit 8059b1e

Please sign in to comment.