Messages - skajfes [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 54next
1
Find And Run Robot / Re: Update to new FARR portable version?
« on: April 16, 2021, 06:13 AM »
All the settings are in the FindAndRunRobot.ini file, aliases are stored in *.alias files and plugins are in plugins directory. Just make sure this files are preserved and you should be fine.

2
Find And Run Robot / Re: FARR mini weather report from wttr.in
« on: November 24, 2020, 05:45 AM »
Cool idea, but wouldn't it be easier to have the weather be shown in the results?
something like an alias with htmlviewurl https://wttr.in/london?format=%c+%t+%C in the results?

3
I would usually restrict the results of a search folder by including the -\ in the alias that utilizes the search folder, instead of the folder setting itself.

4
From what I can tell, there is no way for the alias action keyword to modify the search results appearance. IMHO, that is not something I would need, but it might be cool/beneficial to have the option. Usually my action modifiers are some small programs and scripts, which would just make all my alias results look like default autohotkey or exe icon.

You could maybe achieve this with some combination of appcapresult and external scripts that returns preformatted results, leveraging the showfilehtml action modifier, but I haven't used appcapresult so I can't say.

5
Find And Run Robot / FARR doesn't display icons for exes in path
« on: October 28, 2020, 04:36 AM »
I've noticed that FARR doesn't display an icon for programs that are in path.

I have an alias with lists some consoles:
1000>>>>->Windows Terminal | wt.exe>n>Conemu | D:\util\conemu\conemu64.exe>n>Powershell as admin | pwsh.exe /runasadmin>+>^cmd$

The icons for pwsh.exe and wt.exe aren't shown in the result list.
2020-10-28 10_01_28-Window.png

Powershell is located in C:\Program Files\PowerShell\7\pwsh.exe, and when I set the absolute path in the alias, the icon is shown. I am guessing that FARR doesn't know how to resolve the exe when it's in path to get the icon from it?
where pwsh
points to the correct location from cmd, I am sure there is a way for FARR to determine the exe location as well.

Windows terminal is a whole other beast, since it is installed as "Windows10 app", however it's called. The actual exe is located in C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.3.2651.0_x64__8wekyb3d8bbwe\wt.exe, which I guess changes with each version. The wt.exe that is in path is located in C:\Users\<username>\AppData\Local\Microsoft\WindowsApps\wt.exe, and that is a zero length file. I am guessing it is a link of some sort, but it doesn't look like a symbolic or a hard link. This file however doesn't have an icon. I have no idea how to even try to solve this.

I am currently getting arround this with setting custom icons with /icon= alias keyword, but it would be awesome if FARR could manage on it's own.

Pages: [1] 2 3 4 5 6 ... 54next
Go to full version