this post was submitted on 06 Mar 2025
113 points (97.5% liked)
Open Source
39071 readers
284 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've been wanting to try to leave Windows for Linux, but I just can't find a replacement for AutoHotkey that can do everything that it can. It would have to be some kind of weird combination of various Python libraries, AutoKey, and Espanso, and even then it's either not as easy or downright convoluted at best.
I also can't find any FOSS image editor that can do this.
I think that it never happened because folks find the power in bash scripts instead and different desktops can't be automated the same anyway.
About the only UI automation I need is KeePass auto-type.
Auto type is so handy. I used KeePass previously, but recently switched to using these commands to type out my clipboard after pressing a custom hotkey:
sh -c 'sleep 0.5; xdotool type "$(xclip -o -selection clipboard)"'
It is so damn handy, especially when you have to deal with VNC and iDRAC so often
Yes, that's a good one. I also have Espanso set to autotype bank account numbers, my driver's license (with or without dashes), license plate, and more; prefill a Reddit search URL from scratch, etc.