OS4 DepotLogo by DaveyD 
(anonymous IP: 3.140.242.165,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Shell » sclip.lha

Clip

Description: Manipulate the clipboard from shell
Download: sclip.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 8kb
Version: 2.0
Date: 08 Dec 2013
Author: Sigbjørn Skjæret, aos4 port by kas1e
Submitter: kas1e
Email: kas1e/yandex ru
Category: utility/shell
Replaces: utility/shell/clip.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 8470
 
Comments: 3
Snapshots: 0
Videos: 0
Downloads: 230  (Current version)
253  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Feature-packed clipboard manipulator which makes use of stdin/out redirections
intelligently and is 100% Pure so it can be made resident.

New in this version:

 - pure rename of "clip" to "sclip" (shell clip), to avoid confusions with os4's
default c:clip.


Examples:

$ sclip
  The contents of clipboard unit 0 will get written to stdout.

$ sclip foobar
  The contents of the clipboard unit 0 will be written to the file foobar.

$ sclip foobar STORE
  The contents of the file foobar will get written to clipboard unit 0.

$ sclip UNIT=3 STRING="He never saw Molly again"
  The string "He never saw Molly again" will be written to clipboard unit 3.

$ foobar | sclip
  Output of the program foobar will get written to clipboard unit 0

$ sclip | foobar
  The clipboard contents of unit 0 will be supplied to the program foobar.

$ foobar | sclip | barfoo
  Output of foobar gets written to clipboard and is passed through to barfoo.

$ foobar | sclip SHIFT | barfoo   Output of foobar gets written to clipboard and
old contents is passed to barfoo.




Copyright © 2004-2024 by Björn Hagström All Rights Reserved