mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #152] Search by the name of a file or folder in the Everything 1.5 Alpha program #149
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oleg-sgh on GitHub (Oct 5, 2021).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/152
Originally assigned to: @clechasseur on GitHub.
Hello.
I can't send the name of a file or folder to the Everything 1.5 Alpha program.
Can this be done?
Windows 7x64.
https://www.voidtools.com/forum/viewtopic.php?f=12&t=9787
@clechasseur commented on GitHub (Oct 5, 2021):
What do you mean exactly by "send to the Everything 1.5 Alpha program"? You can copy the name of a file/folder to the clipboard with Path Copy Copy and paste it into the program, I guess.
@oleg-sgh commented on GitHub (Oct 5, 2021):
"You can copy the name of a file/folder to the clipboard with Path Copy Copy and paste it into the program, I guess."
This should be done by the program itself from the context menu.
Another option is to copy the name to the clipboard and run VBScript or Bat, which will run Everything and paste the name from the clipboard into it.
I tried this combination, but the file name disappears from the buffer.
@clechasseur commented on GitHub (Oct 6, 2021):
Perhaps what you're looking for is the option to launch an executable with the filename, available to custom commands:
If Everything 1.5 supports it, you could launch its executable and have the file name passed to it.
@oleg-sgh commented on GitHub (Oct 6, 2021):
I did that.
Example:
Instead of the name "Thunderbird Setup 60.9.12"
The search bar will contain:
"C: \ Windows \ System32 \ Thunderbird" | "C: \ Windows \ System32 \ Setup " | "C: \ Windows \ System32 \ 60.9.1"
@clechasseur commented on GitHub (Oct 6, 2021):
It sounds like your path is missing quotation marks. Try asking Path Copy Copy to add them (it's also an option available to custom commands) and see if it fixes the issue.
@oleg-sgh commented on GitHub (Oct 6, 2021):
The path to any name from anywhere in the search is appended: C: \ Windows \ System32
"C:\Windows\System32\Thunderbird Setup 60.9.1.exe"
@clechasseur commented on GitHub (Oct 8, 2021):
I don't know why that is. That's a question for the maker of the Everything program...