Menu
Features
Categories
Audio (347)
Datatype (51)
Demo (204)
Development (609)
Document (24)
Driver (98)
Emulation (153)
Game (1027)
Graphics (510)
Library (119)
Network (236)
Office (67)
Utility (938)
Video (72)
Total files: 4455
Full index fileRecent index file Links
Amigans.net Aminet IntuitionBase Hyperion Entertainment A-Eon Amiga Future
Support the site
Clip
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
Email: kas1e/yandex ru
Replaces: utility/shell/clip.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 8470
Downloads: 287 (Current version)
310 (Accumulated)
Votes: 0 (0/0) (30 days/7 days)
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.