File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ Usage: uclip [-i] Copy standard input as UTF-8 to the clipboard
9
9
uclip -I Copy standard input as UTF-16LE to the clipboard
10
10
uclip -c [TEXT] Copy TEXT to the clipboard (empty if no TEXT)
11
11
uclip -o Write clipboard text to standard output as UTF-8
12
+ uclip -oo Like -o, but no special handling of console output
12
13
uclip -O Write clipboard text to standard output as UTF-16LE
13
14
uclip -h Print this help and exit
14
- Version 0.4 , https://github.com/avih/uclip
15
+ Version 0.5 , https://github.com/avih/uclip
15
16
```
16
17
17
18
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ static void Main(string[] args) {
146
146
" uclip -oo Like -o, but no special handling of console output\n " +
147
147
" uclip -O Write clipboard text to standard output as UTF-16LE\n " +
148
148
" uclip -h Print this help and exit\n " +
149
- "Version 0.4 , https://github.com/avih/uclip\n " ) ;
149
+ "Version 0.5 , https://github.com/avih/uclip\n " ) ;
150
150
151
151
} else if ( o == "-c" && alen <= 2 ) {
152
152
to_clipboard ( alen == 1 ? "" : args [ 1 ] ) ;
You can’t perform that action at this time.
0 commit comments