a tweak to use the rapid comandline bar as a clipboard !

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Michael REMY
Senior Member
Senior Member
Posts: 202
Joined: 2010-12-12, 10:05 UTC
Location: Amiens

a tweak to use the rapid comandline bar as a clipboard !

Post by *Michael REMY »

hi,

i often use the "comandline bar" (under the 2 side view) as a clipboard manager. yes, i'm do this !
it is very handfull to store quickly multiple text !
But TC always runs it even it is not stering with ".exe .com ..etc" application.
So, when i enter "my cas is blue", it should not execute it...
it would be great if in the options, there would a string test option to not check/not check the .exe presence before the execution.

Because the alert box after the execution is really boring to display its error messag !

have a good day !
i'm an old long user of TC since the windows 3.11 release !, for the history, i came to tc when i migrate from amiga commodore to PC where they are diskmanager and directory opus there.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50873
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Why not use a notepad.exe window as a temporary clipboard? I do this quite often...
Author of Total Commander
https://www.ghisler.com
User avatar
Lefteous
Power Member
Power Member
Posts: 9537
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

I would rather use a tool that _automatically_ saves the contents from time to time...
User avatar
Horst.Epp
Power Member
Power Member
Posts: 7014
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

Strange idea to use the cmd line as a clipboard :D
The web is full of clipboard managers.
I use "Quick Cliq" for this.
http://apathysoftworks.com/software/quickcliq
It has many other usefull function but also contains
9 additional clipboard entries and its related hotkeys.
Its programed in Autohotkey and even the source is available.
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1396a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.4 x64
Michael REMY
Senior Member
Senior Member
Posts: 202
Joined: 2010-12-12, 10:05 UTC
Location: Amiens

Post by *Michael REMY »

Horst.Epp wrote:Strange idea to use the cmd line as a clipboard :D
The web is full of clipboard managers.
I use "Quick Cliq" for this.
http://apathysoftworks.com/software/quickcliq
It has many other usefull function but also contains
9 additional clipboard entries and its related hotkeys.
Its programed in Autohotkey and even the source is available.
in fact, this control is very handful where it is place :
one clic to open the list, easy selecting
one clic to paste a content
it can manage history too
This combo list is very good and useful !

in it, i place several old command line too like application.exe with many paramter i can't remember but also basic string contents :
- like obvious name of fiel or folder i use often on base named
- like not serious password (for archive files)
- canva name before an operation..
no need to open another application like notepad
i'm an old long user of TC since the windows 3.11 release !, for the history, i came to tc when i migrate from amiga commodore to PC where they are diskmanager and directory opus there.
User avatar
Dalai
Power Member
Power Member
Posts: 10024
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

Well, the cool thing about clipboard managers is that they're running in the background, waiting to be used and automatically saving everything that is copied to the clipboard. In other words: You don't need to open any extra/seaprate application to save some text, it happens automatically.

As Horst already said, there are a lot of them out there, it just needs a little time and testing to find the right one for you. I use ArsClip. Previously I used a different program whose name I currently can't remember.

It's called command line for a reason - commands are text, but text is not always a command line. So, wrong tool for the job.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You can register an alias # for e.g. cm_ClearCmdLine command and prepend # with a space into each line that shouldn't be executed:

Code: Select all

# text to be saved w/o execution
Post Reply