- Aug
- 2,294
- 111
As Save To STDOUT from TCEdit is still not operational,
Ref: Save To STDOUT from TCEdit
I've found an alternate solution using the Ditto Clipboard Manager.
Ref: Ditto clipboard manager
I've been using the Ditto Clipboard Manager for many years,
and editing the clipboard contents is one of its features.
I have made an alias;
which, upon executing EdClip from the TCC command line;
...allows me to edit the clipboard,
save the clipboard contents,
and exit the clipboard editor.
Posting for my future reference,
but others may also be interested.
Joe
Ref: Save To STDOUT from TCEdit
I've found an alternate solution using the Ditto Clipboard Manager.
Ref: Ditto clipboard manager
I've been using the Ditto Clipboard Manager for many years,
and editing the clipboard contents is one of its features.
I have made an alias;
Code:
alias EdClip=`keystack Ctrl-~ Ctrl-E `
which, upon executing EdClip from the TCC command line;
...allows me to edit the clipboard,
save the clipboard contents,
and exit the clipboard editor.
Posting for my future reference,
but others may also be interested.
Joe