Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Usage #37

Merged
merged 1 commit into from
Nov 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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