topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday June 2, 2023, 1:38 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: 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

2
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.

3
I doubt there is anything that satisfies all those demands

4
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

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

6
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.

7
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

8
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.

9
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

10
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.

11
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.

12
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?

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

14
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.

15
General Software Discussion / Re: Split a video in n equal parts.
« on: August 28, 2022, 12:10 PM »
I am afraid is only for mpeg videos.
Nope https://www.ffmpeg.o...al.html#Video-Codecs

16
General Software Discussion / Re: Split a video in n equal parts.
« on: August 26, 2022, 12:52 AM »
This is easy with the command line tool ffmpeg
See this example https://unix.stackexchange.com/a/212518
Or to find similar variants https://www.google.c...m+ffmpeg+split+parts

17
Handy! I have some similar "lazy version control" habits, for example to clone some single work in progress file with a timestamp suffix (via autohotkey and FARR, of course ;D). For when strict VC is too much but you still want to avoid the "file.ext", "file - copy.ext", "file -copy(2) final.ext" mess.

18
I noticed that there's a standalone version of QuickSwitch (in AutoHotkey) under active development at https://github.com/gepruts/QuickSwitch It support not only File Explorer but also som third party editors. I haven't tried it but thought it might interest some here.
There's a discussion thread in Everything's forum https://www.voidtool...c.php?f=2&t=9881


19
Might be a bit complicated or not as easy as i imagine.
Hm, sounds like it is just like you described what you wanted in this previous post
https://www.donation....msg447950#msg447950
To use the terms from your sketch graphic: the "show in list part" goes on the left side of the | pipe character. The "send text" part goes on the right side after the string "paste ". Repeat that pattern on a new line for as many key/value pairs you have.
Why not try it for a few days (and try Lintalist too!). Then you'll see if it is a good match and if not you likely know more exactly what other features you're after.

20
So you enter "abc" and it will be replaced by "paste 123"
You open FARR with the hotkey, select "abc" and press Enter and FARR then pastes "123" at the cursor.

But then you need to remember the keyword that will be replaced, am I right?
Whatever you put before the first pipe | character when you create the alias is visible in FARR so if you want both the keyword and text value visible do something like
abc -> 123 | paste 123
But if you have a large number of such textblocks then Lintalist is more suited for the job.

21
I could swear there was a tool that was discussed here years ago
This thread perhaps https://www.donation....msg445306#msg445306

@kunkel321 For AutoHotkey scripts that you have the .ahk source for try my suggestion from the above thread: use ripgrep to near instantly search through all .ahk source files for a hotkey string e.g. ^y::

22
You could kind of also use mouser's FARR for that.
1. Create an alias with keyword value pairs in this format
keyword | paste value
abc | paste 123
golf | paste don't forget to play golf
2. Set a regex pattern for the alias. For example
^zz$
3. Set up a special hotkey in FARR to open FARR and trigger the alias (which then shows the list of keys). Under "Text for search edit box" add "zz" (the string that will trigger the alias).

23
The block protocol
https://www.joelonso...-better-with-blocks/
https://blockprotocol.org/
I'm curious if it will take off and how it might change note taking software. Could help with interoperability and data migration.

24
Mouser's Form Letter Machine might be usable like that
https://www.donation...-form-letter-machine

But the most advanced such tool I know is Lintalist. Very customizable!
https://lintalist.github.io/

25
That's a super duper niche request ;D Seems like a very small set of people who need to incrementally prefix rename desktop icons in horizontal order often enough that starting a dedicated tool could save them time compared to doing it manually?

A tip if anyone goes for it: There are existing functions in the AutoHotkey forums for getting filepaths from selected Desktop files and also for getting the X Y position of all Desktop icons. Use both to find the horizontal order.

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