We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072cbea commit 645fbceCopy full SHA for 645fbce
src/bin/imports/file-manage.nss
@@ -4,7 +4,7 @@
4
{
5
item(where=sel.count > 1 title='Copy (@sel.count) items selected' cmd=command.copy(sel(false, "\n")))
6
item(mode="single" title=@sel.path tip=sel.path cmd=command.copy(sel.path))
7
- item(mode="single" type='file' separator="before" find='.lnk' title='open file location')
+ item(mode="single" type='file' separator="before" where=length(sel.lnk)>0 title=sel.lnk cmd=command.copy(sel.lnk))
8
separator
9
item(mode="single" where=@sel.parent.len>3 title=sel.parent cmd=@command.copy(sel.parent))
10
0 commit comments