OS4 DepotLogo by DBAlex 
(anonymous IP: 3.142.43.71,2291) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (204)
   o Development (604)
   o Document (24)
   o Driver (98)
   o Emulation (149)
   o Game (1020)
   o Graphics (505)
   o Library (119)
   o Network (235)
   o Office (67)
   o Utility (932)
   o Video (70)

Total files: 4421

Full index file
Recent index file

 Links

  Amigans.net
  Aminet
  IntuitionBase
  Hyperion Entertainment
  A-Eon
  Amiga Future


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: 259  (Current version)
282  (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-2025 by Björn Hagström All Rights Reserved