Audio (340) Datatype (50) Demo (203) Development (592) Document (22) Driver (100) Emulation (146) Game (984) Graphics (491) Library (112) Network (230) Office (65) Utility (907) Video (68)
Total files: 4310
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
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: | 225 (Current version) | | 248 (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.
|