dragon

Fork of dragon, a GUI utility for drag-and-drop file transfers
git clone git://git.laack.co/dragon.git
Log | Files | Refs | README

dragon.1 (1326B)


      1 .TH DRAGON 1
      2 .SH NAME
      3 dragon \- lightweight DnD source/target
      4 .SH SYNOPSIS
      5 .B dragon
      6 .OP -x
      7 .OP -t
      8 .OP -k
      9 .OP -p
     10 .OP -a
     11 .OP -A
     12 .OP -i
     13 .OP -f
     14 .OP -F
     15 .OP -T
     16 .OP -I
     17 .OP -s
     18 .OP -v
     19 FILENAME
     20 .PP
     21 .B dragon
     22 .OP --help
     23 .PP
     24 .B dragon
     25 .OP --version
     26 .SH DESCRIPTION
     27 .B dragon
     28 is a source/sink for drag-and-drop operations. Many programs, particularly
     29 web applications, expect files to be dragged into them now. If you don't
     30 habitually use a file manager that is a problem. Dragon creates a small window
     31 to drag out or drop files into, instead.
     32 .SH OPTIONS
     33 .TP
     34 .B -x --and-exit
     35 exit after a single completed drop.
     36 .TP
     37 .B -t --target
     38 act as a target instead of source.
     39 .TP
     40 .B -k --keep
     41 with --target, keep files to drag out.
     42 .TP
     43 .B -p --print-path
     44 with --target, print file paths instead of URIs.
     45 .TP
     46 .B -a --all
     47 drag all files at once.
     48 .TP
     49 .B -A --all-compact
     50 drag all files at once, only displaying the number of files.
     51 .TP
     52 .B -i --icon-only
     53 only show icons in drag-and-drop windows.
     54 .TP
     55 .B -f --name-only
     56 only show the file name, not path.
     57 .TP
     58 .B -F --full-path
     59 show absolute path to all files.
     60 .TP
     61 .B -T --on-top
     62 make window always-on-top.
     63 .TP
     64 .B -I --stdin
     65 read filenames from stdin.
     66 .TP
     67 .B -s --thumb-size
     68 set thumbnail size (default 96)
     69 .TP
     70 .B -v --verbose
     71 be verbose.
     72 .TP
     73 .B --help
     74 show help.
     75 .TP
     76 .B --version
     77 show version details.