Команды SFK


    1        2        3        4        5        6        7        8        9        10    

Раздел 9. Diverse - Разное
ascii | ascii -dos | calc | cmd | data | env | fromclip | jsonform | license | number | prompt | random | ruler | spell | status | toclip | update | version | video | view | xmlform |

Help:   Рус   |   Eng        Refer:   Рус   |   Eng  

Команда: toclip
sfk toclip [options|-h]

   copy text to clipboard.

   options
      -noline[s]   strip linefeeds from line ends
      -rtrim       strip whitespace at line ends
      -ltrim       strip whitespace at line starts
      -trim        strip whitespace around lines
      when copying data > 1 mb, these options
      make it much slower.

   web reference
      http://stahlworks.com/sfk-clip

   examples
      echo hello | sfk toclip -rtrim -noline
         copy the word hello to clipboard

      sfk echo hello +toclip -noline
         same as above, but shorter

      sfk sel mydir +toclip
         copy a directory listing to clipboard