Hi!
I often have a full path in the clipboard and I want to `CD` there. I used to type `CD shift+ins`before, but recently I found that `just typing` is so much cooler to use in "quick search" rather than "command line". So, I have two suggestions:
* When text is in the clipboard, Ctrl+V or Shift+Ins `CD` there.
* There must be a parameter that inserts clipboard text, like `%C`. Currently I can use `?` parameter, but I want to save typing.
Total Commander ftw!
CD %clipboard%
Moderators: Hacker, petermad, Stefan2, white
You could use NirCmd for that:
Create a button or user-command with the following:
This will create a new tab for the path in the clipboard. Change the /OTL to your liking and assign a hotkey.
Create a button or user-command with the following:
Code: Select all
nircmd.exe exec show "%COMMANDER_PATH%\totalcmd.exe" /O /T /L=~$clipboard$
Re: CD %clipboard%
I usually invoke Go To command (assigned Ctrl+G for this) and then Ctrl+V. But first suggestion would be cool!Senyai wrote:* When text is in the clipboard, Ctrl+V or Shift+Ins `CD` there.
* There must be a parameter that inserts clipboard text, like `%C`. Currently I can use `?` parameter, but I want to save typing.