From 120da1229e5fe8c54a4312b1f267d5019ab6b6f0 Mon Sep 17 00:00:00 2001 From: "Takahashi, Naoki" <102382754+tkna91@users.noreply.github.com> Date: Sun, 12 Nov 2023 01:21:42 +0900 Subject: [PATCH] Update Usage --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index d6162bc..534f13d 100644 --- a/README.md +++ b/README.md @@ -64,28 +64,28 @@ PATH=$PATH:~/.cargo/bin # Usage ``` -USAGE: - ripdrag [OPTIONS] [PATHS]... - -ARGS: - ... 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 of icons and thumbnails [default: 32] - -W, --content-width Min width of the main window [default: 360] - -H, --content-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 of icons and thumbnails [default: 32] + -W, --content-width Min width of the main window [default: 360] + -H, --content-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