RegEx-powered file associations #614
Unanswered
ouyang7923
asked this question in
Questions & Help
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Using Everything 1.5 the Toolbar rules can also be done native in Everything with custom_open_commands like this custom_open_commands=[{"name":"Open TC","type":2,"filter"=".7z;.zip;.rar;.aes;.jpg;.zpaq;.EOC","command"="$exec("C:\Tools\Wincmd\Totalcmd64.exe" /a /o /s "%1")"},{"name":"Open AkelPad","type":2,"filter"=".ini","command"="$exec("C:\Tools\AkelPad\AkelPad.exe" "%1")"}] |
Beta Was this translation helpful? Give feedback.
0 replies
-
Understood. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RegEx-powered file associations
The description on the homepage is too brief and it's not clear about its specific function. Could you provide some examples?
Beta Was this translation helpful? Give feedback.
All reactions