topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday March 18, 2024, 10:51 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nod5 [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 47next
1
Find And Run Robot / Re: where are scoring rules stored?
« on: March 05, 2024, 09:19 AM »
In my FARR installation there are scoring rules stored in
C:\Users\<username>\Documents\DonationCoder\FindAndRunRobot\FindAndRunRobot.ini
in the sections [HeuristicScoring] [PatternScoring] and [SearchFolders]

The .alias files also contain per alias scores at
C:\Users\<username>\Documents\DonationCoder\FindAndRunRobot\AliasGroups\MyCustom\myaliases.alias
and possible other nearby .alias files

2
I still can't reproduce this issue. If I shut down the FARR process, edit the .ini file, set value MainLeft=4608, and start FARR again it shows up in the middle of the screen. I only have two screens connected. I wonder what else might differ with your PC and screen setup that triggers the issue?

3
Ok so there might be two issues, though related, if I understand you correctly?
1. FARR crashes (the FARR process closes) when you switch between physical monitors.
2. After FARR has crashed (the process is closed) starting FARR again fails if the FindAndRunRobot.ini item "MainLeft" has a negative value, which FARR automatically adds after 1 happens.

With switching you mean something like pulling out the HDMI cable of one monitor and inserting that of another while the PC is on?

Some idea on things you could test to narrow down the issues further:

Does these things happen every time you switch physical monitors? Or only sometimes? If sometimes, does it depend on how the monitors are positioned (in Windows) or on which monitor is primare? Does it depend on which monitor FARR is showing on?

I can't be of help with examining crash reports, only mouser can do that I think.

4
I don't get a crash if I set "MainLeft=-3072". Instead what happens next time the FindAndRunRobot process is started and FARR is opened it positions itself at the right edge of  the screen and the ini value gets automatically updated to "MainLeft=0".

I suggest you first make a backup of FindAndRunRobot.ini to another folder. Then experiment with values for MainLeft and other items and see if you can further narrow down the cause.

5
Find And Run Robot / Re: FARR still best in my testing (one exception)
« on: September 30, 2023, 05:24 PM »
Btw, can you use FARR to do: shutdown, reboot, hibernate?
FARR doesn't have those commands built in. But you can create aliases for them.
See help section "Special/Virtual Launch Strings/Commands".

With "shellexec" you can do stuff in cmd. For example the shutdown command that is built into Windows.

Alternatively you can make an alias that launches a script file that does some action in a programming language of your choice. AutoHotkey, Python or whatever.

6
Find And Run Robot / Re: FARR still best in my testing (one exception)
« on: September 30, 2023, 03:45 PM »
Yes, in the big Results editbox. One path per line. Check the FARR helpfile for details on the syntax for alias lines. You can customize the visible text and add custom icons for example.

regex alias: when your typed search string matches the regex FARR shows *only* the results determined by that alias.

regular string alias: when your typed search matches the regular string FARR *includes* the results from that alias in the results but also includes any other files and folders that matches the typed string.

edit: sorry, that difference is dependent on the checkboxes under "what to do on exact alias match" in the "search behaviour" section of the options. I've had "stop search on regex alias match" there checked for so long that I had forgotten it was an option that could be changed  :D

Both are useful, depends on what you want to do. If you want to memorize a short phrase like "cc" to open Chrome then a regex alias is best because it will instantly show that single result, or in my example with the command dolaunch above, not even show it but directly open Chrome. Instead of showing Chrome.exe but also other files or folders that contains "cc", for example "abcc.txt".

Using RegEx alias with short phrases like that is a bit similar to setting up hotkeys in Windows itself or other tools to launch programs, for example creating a hotkey Alt+Windows+5 to launch Chrome. But an advantage with FARR short regex aliases is that they can be mnemonic, like "cc" where c is the first letter in Chrome. I at least find it harder to remember complex hotkeys than such short alias strings.

Btw, do you know how FARR is able to match reverse typed search term 'Apps Listed' to folder "Listed Good Apps"?
I don't know how mouser implemented it in the code under the hood, but if you type apps listed FARR searches for files/folders that contain both apps and listed anywhere in the filename. The name for that is non-contiguous word search.

apologies for the many edits here, FARR has a lot of options to explore, as you see  ;D

7
Find And Run Robot / Re: FARR gets stuck/hung - please help
« on: September 30, 2023, 01:31 PM »
I don't know the cause of the issue you're experiencing. Let's see if @mouser sees this thread.

As a temporary workaround, if you don't have a lot of such network folder shortcuts, you could try to restrict them from search results. You could also temporarily set up a FARR alias to list and launch the targets of such shortcuts.

8
Find And Run Robot / Re: FARR still best in my testing (one exception)
« on: September 30, 2023, 01:27 PM »
Yeah FARR is still great and has advantages still missing from other launchers.

As you get more into it try out regex aliases which lets you speed up launching of frequently used programs and also allows you to display curated results list.

For example if you use Chrome a lot you can create an alias with the regex pattern ^cc$ and the result dolaunch C:\path\to\chrome.exe
After that just type cc in FARR to immediately open Chrome.

Another example. Create regex alias ^(myproj|mypro|mypr|myp)$ and manually add a list of files and folders that belong to some project that you access often. then start typing "myp" to show those, and only those, results. The more frequently you access some program or set of resources the more convenient it will be to set up short regex aliases for them.

Regex aliases and their various commands can be used for a lot of things, especially if you combine them with some light scripting in AutoHotkey or similar language. Check out some of my older posts in this subforum if you're interested. Here's one example
https://www.donation....msg441516#msg441516

9
Find And Run Robot / Re: Exclude all files
« on: September 30, 2023, 01:15 PM »
Glad you found the solution!

10
Find And Run Robot / Re: Exclude all files
« on: September 30, 2023, 04:25 AM »
In regular search you can add +\ to the search string to only show results that are folders.

But maybe you asked about options inside the "search directory" window? I don't think there's an option to show only folders there.

But you can create a search alias that both uses +\ to only show results that are folders and uses a modifier keyword (created in a "search directory") to narrow the results further, for example only show results under the parent folder C:\abc

11
Find And Run Robot / Re: Add alias to the context menu
« on: August 14, 2023, 04:41 AM »
Yes FindAndRunRobot is still a great piece of software - thank you mouser!  :)

Not a built in solution but this AutoHotkey script lets you set a hotkey and should work at least when the result is just a filepath. To also handle results with more complex syntax more code steps would be needed.

#Requires AutoHotkey v2
;press ctrl+q to QuickLook on first or selected FARR result
#HotIf WinActive("ahk_exe FindAndRunRobot.exe")
^q::
{
    ;if searchbox is active navigate to first result
    if "TNextGrid1" != ControlGetClassNN(ControlGetFocus("A"))
        Send("{Down}")
    if "TNextGrid1" != ControlGetClassNN(ControlGetFocus("A"))
        return
    ;ctrl+C puts focused FARR result's path on clipboard
    A_Clipboard := ""
    Send("^c")
    ClipWait(100)
    if A_Clipboard && FileExist(A_Clipboard)
        Run('"C:\Users\ertwr\AppData\Local\Programs\QuickLook\QuickLook.exe" "' A_Clipboard '"')
}
#HotIf

12
Find And Run Robot / Re: Error after closing and when opening
« on: February 05, 2023, 10:01 AM »
For some reason, it was trying to create paths through OneDrive, which I don't use, but I have it completely uninstalled from the PC. It is strange.
Not sure what the cause of that is, but sounds similar to this 2019 issue where FARR gave similar error message due to a network path, https://www.donation...ex.php?topic=47759.0

13
Find And Run Robot / Re: Error after closing and when opening
« on: February 03, 2023, 02:34 AM »
Did you upgrade to Windows 11 through windows update in Windows 10 or did you install Windows 11 fresh from an ISO image?
I'm just asking so there's more information when mouser looks into this issue. I myself am on Windows 10 so can't reproduce it.

14
I doubt there is anything that satisfies all those demands

15
DC Website Help and Extras / cert warning dcmembers
« on: December 07, 2022, 01:45 AM »
I noticed a cert warning when accessing the dcmembers site in Chrome now. Expired 1 december.
warning.png

16
Living Room / Re: Happy Thanksgiving 2022
« on: November 25, 2022, 01:18 PM »
Cheers! :)

17
General Software Discussion / Re: any shit browsers I can use?
« on: November 22, 2022, 10:50 AM »
Did you try Wayback Machine with https://archive.org/web/ ? If the site is abandoned and not updated for some time all its content is perhaps accessible that way.

18
There are several linux projects that turn a raspberry pi plus a small DAC into a LAN music player controlled through an app or webapp.
Two examples
https://volumio.com/en/get-started/
https://github.com/rern/rAudio-1

19
BTW @mouser it seems chaining setfocus after the appcapresults or fileresults commands doesn't work. For example neither of these
appcapresults "C:\Program Files\AutoHotkey\AutoHotkey.exe" C:\folder\a.ahk ;;; setfocus mainpanel
fileresults C:\folder\a.txt ;;; sleep 1000 ;;; setfocus mainpanel
gets focus to the imported results list.
It would be useful to have focus at the first results list item in this case.

20
appcapresults "C:\Program Files\AutoHotkey\AutoHotkey.exe" C:\folder\a.ahk
Thank you, that indeed works! For repeat use we can shorten it by adding a user variable to FARR settings
ahk=C:\Program Files\AutoHotkey\AutoHotkey.exe
and then use this alias result line
appcapresult "%uservar.ahk%" C:\folder\a.ahk

21
Great work mouser! I bet this will be very useful to lots of people doing live streams. From watching the videos above, I like the smooth transitions and especially the tacticle aspect of controlling the camera with two small physical objects instead of fiddling with a keyboard or other controls on the side.

22
General Software Discussion / Re: Split a video in n equal parts.
« on: September 16, 2022, 03:21 AM »
this is the one, free and awesome...

https://github.com/mifi/lossless-cut
Yeah thanks for that find! I like that it can show the underlying ffmpeg calls - handy if you want to add some step or transformation currently not in the app.

23
Find And Run Robot / appcap and appcapresults not working for .ahk files
« on: September 12, 2022, 06:11 AM »
appcap and appcapresults do not work for AutoHotkey .ahk files, but they work if we compile the same script to .exe

To reproduce this issue:
1. Save this script as C:\folder\a.ahk
Code: Text [Select]
  1. FileAppend, C:\Windows\System32\mspaint.exe, * ;StdOut
2. right click .ahk and compile, to get a.exe
2. Create new FARR alias
alias name: appcaptest
alias results:
Code: Text [Select]
  1. .ahk test | appcapresults C:\folder\a.ahk
  2. .exe test | appcapresults C:\folder\a.exe
3. try both alias results

Expected effect: both alias results should transform the result list to a link to Paint
Actual effect: ".ahk test" does nothing

This issue has existed for a long time (maybe since appcap was first introduced?) but would be nice to see it fixed (if possible and easy) or to see if anyone knows a workaround on the AutoHotkey side, without compiling the script that is. Mouser, does appcap try to use any file passed to it (and the issue is rather something in Windows) or is there a whitelist in FARR based on extensions or something else?

24
So basically it appears to have no rhyme or reason.
Feels like Microsoft is nerd sniping us ;D

25
General Software Discussion / Re: duckduckgo for email?
« on: August 29, 2022, 07:22 AM »
I've tried the basic version where you get a [email protected] email alias. Works as expected. Useful if you don't want to use your main email to sign up for some site or newsletter. There are many other similar services but DuckDuckGo is well known and has a pretty good privacy track record.

Pages: [1] 2 3 4 5 6 ... 47next