sxhkd VS espanso

Compare sxhkd vs espanso and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sxhkd espanso
42 231
2,673 9,141
- 1.6%
0.0 8.5
8 months ago 8 days ago
C Rust
BSD 2-clause "Simplified" License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sxhkd

Posts with mentions or reviews of sxhkd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-21.
  • How handle two speakers in dwm?
    1 project | /r/dwm | 15 Mar 2023
    Hello, firstly I would separate all these non wm related keybindings to a program like sxhkd (https://github.com/baskerville/sxhkd) it's config is easier to modify on the fly and less bloat/unrelated stuff in window managers codebase is always better.
  • whkd: A simple hotkey daemon for Windows
    6 projects | /r/rust | 21 Jan 2023
    After getting frustrated trying to update the library generation code to conform to the AHK2 syntax changes, I decided to run with an idea that I've had for a while now: writing my own simple hotkey daemon for windows based on skhd and sxhkd.
  • How to make a keybinding for dmenu_run in .xinitrc?
    2 projects | /r/suckless | 12 Dec 2022
  • What's the closest equivalent of AHK for LINUX?
    2 projects | /r/AutoHotkey | 2 Oct 2022
    For GUI automation and the like, I would recommend checking out xdotool and maybe sxhkd for keybinds -- though, each DE/WM tends to have some method of handling keybindings in its own way.
  • shod: an acme-like window manager that tile windows inside floating containers
    2 projects | /r/linux | 11 Sep 2022
    You control shod via a remote controller, called shodc. You map shodc calls to keybindings using a third application (a keybinder like sxhkd).
  • Chromebook
    2 projects | /r/AutoHotkey | 13 Aug 2022
    That said, if you enable linux app support, you can use something like sxhkd for hotkey definitions in combination with bash scripting.
  • Volume Control Works on MATE but not BSPWM
    1 project | /r/bspwm | 27 Jul 2022
    Not that I know, at least the general syntax is said to work with KEYSYMs only. However! I've been reading some more about it and you can try this: if you're not using a US layout keyboard, start sxhkd -m 1 as described here https://github.com/baskerville/sxhkd/issues/249. And just out of curiosity, maybe you can check if you have the proper drivers installed (again, sorry I don't know the details) but at least I have xf86-input-libinput installed.
  • Getting keyboard to work....
    1 project | /r/bspwm | 8 Jul 2022
    Because we specify super/ctrl/alt as modifiers x11 doesn't distinguish between left and right. See https://github.com/baskerville/sxhkd/issues/89
  • Best way to insert the ñ character.
    1 project | /r/linux4noobs | 2 Jul 2022
    Now I have an script that copy the char to the clipboard when I press that shortcut. This is archived using [sxhkd](https://github.com/baskerville/sxhkd). Is there a better way?
  • Show HN: A tiling window manager like i3wm written in C#
    11 projects | news.ycombinator.com | 15 Apr 2022
    komorebi dev here. I can't tell you the number of times I've wanted to just write my own take on sxhkd[1] for Windows and use that to manage my own keybindings for komorebi instead of ahk.

    You can just as easily write your own/use another hotkey daemon or PowerShell scripts to handle komorebi's configuration and keybindings, in that sense there is no dependency on ahk at all. However, the inertia around ahk in the Windows ecosystem is undeniable and it's in the interests of making adoption and onboarding easier that the project provides example ahk files and has invested in an ahk code generation library.

    My thoughts on the dominant hotkey daemon in the Windows ecosystem aside, I remain convinced that the famous bspwm socket communication architecture[2] is the best way to handle both configuration and keybindings for a tiling window manager that has been proposed to this today.

    Unfortunately I have to concede that there is a certain configuration burden that comes with komorebi, which is amplified in some cases by having to write/maintain ahk. This configuration burden is largely due to the highly fragmented nature of Windows application development that is discussed often on HN and it is inescapable.

    With this in mind, the next release of komorebi (currently available on master) will invest even more heavily in automatic configuration generation.

    A separate repository of common application-specific configuration tweaks[3] (in YAML!) has been created which I and others from the komorebi Discord server are contributing to, with the goal of having the edge cases for as many applications as possible fully documented so that a comprehensive configuration file can be generated[4] for the user which ensures that every (major) Windows application behaves as expected under a tiling window manager.

    I hope that other Windows tiling window manager developers can use these YAML definitions in the future to handle the same edge cases in their projects so that eventually there will be a tiling window manager of every flavour (bspwm, i3wm etc.) available for Windows users where having to manually accommodate and compensate for the non-standard behaviour of individual applications is a thing of the past.

    [1]: https://github.com/baskerville/sxhkd

    [2]: https://github.com/baskerville/bspwm#description

    [3]: https://github.com/LGUG2Z/komorebi-application-specific-conf...

    [4]: https://github.com/LGUG2Z/komorebi/#generating-common-applic...

espanso

Posts with mentions or reviews of espanso. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.
  • You don't have to type faster to type faster
    2 projects | news.ycombinator.com | 3 Apr 2024
    If you want a standalone cross platform text expander I currently enjoy using Espanso[1]

    [1]: https://espanso.org/

  • Espanso: Because Who Actually Likes Typing Out Their Emails?
    1 project | dev.to | 1 Apr 2024
    # espanso match file # For a complete introduction, visit the official docs at: https://espanso.org/docs/ # You can use this file to define the base matches (aka snippets) # that will be available in every application when using espanso. # Matches are substitution rules: when you type the "trigger" string # it gets replaced by the "replace" string. matches: # signatures - trigger: ";n" replace: "Nikola" - trigger: ";b" replace: "Brežnjak" - trigger: ";li" replace: "https://www.linkedin.com/in/nikola-bre%C5%BEnjak-892b9a24/" - trigger: ";sn" replace: "Kind regards,\nNikola Brežnjak\nhttp://www.nikola-breznjak.com/blog" - trigger: ";web" replace: "http://www.nikola-breznjak.com/" - trigger: ";em" replace: "[email protected]" ## git - trigger: ";ga" replace: "git add ." - trigger: ";gb" replace: "git branch" - trigger: ";gc" replace: "git commit -m " - trigger: ";gd" replace: "git diff --color " - trigger: ";gf" replace: "git fetch --all" - trigger: ";gi" replace: "find . -name '.DS_Store' -type f -delete" - trigger: ";gl" replace: "git log" - trigger: ";gp" replace: "git push origin main" - trigger: ";gs" replace: "git status" - trigger: ";gt" replace: "git remote -v" - trigger: ";gu" replace: "git pull origin main" ## blog - trigger: ";bimp" replace: "https://nikola-breznjak.com/blog/books/want-improve-read-books/" - trigger: ";brem" replace: "https://nikola-breznjak.com/blog/miscellaneou/make-remote-developer/" ## emojis - trigger: ";eew" replace: "⚠️" - trigger: ";eet" replace: "🤔" - trigger: ";eeb" replace: "💰" - trigger: ";eem" replace: "💪" - trigger: ";eetm" replace: "™" - trigger: ";eeh" replace: "❤️" - trigger: ";eeu" replace: "👍" - trigger: ";eep" replace: "🙏" - trigger: ";eef" replace: "🤦" - trigger: ";ees" replace: "🙂" - trigger: ";eeg" replace: "😎" - trigger: ";eev" replace: "👋" - trigger: ";eel" replace: "😂" - trigger: ";eec" replace: "👏" - trigger: ";eeo" replace: "✅" - trigger: ";eer" replace: "🚀" - trigger: ";eex" replace: "⏭️" ## replies - trigger: ";ryw" replace: "You’re welcome 👍" - trigger: ";rlmk" replace: "Please let me know 👍" - trigger: ";rbtw" replace: "Btw, how are things on your end?" - trigger: ";rt" replace: "Thank you! 👍" ## misc - trigger: ";fd" replace: "firebase deploy" - trigger: ";wed" replace: "Happy Wednesday (a dy on which, historically, most people wed on - thus: Wed nes day). Not really, but it would be a fun fact actually 🙂" - trigger: ";cl" replace: "console.log(" - trigger: ";se" replace: "select * from " - trigger: ";o" replace: "open ." - trigger: ";im" replace: "![]({{clipb}})" vars: - name: "clipb" type: "clipboard" - trigger: ";ch" replace: "chrome://history" - trigger: ";;c" replace: "code ."
  • Polish characters and formatting issues on MacOS
    1 project | /r/espanso | 8 Dec 2023
  • Is there global autocorrect for linux?
    4 projects | /r/linuxquestions | 7 Dec 2023
  • Add-on that makes it possible to paste one sentence?
    1 project | /r/firefox | 5 Dec 2023
    This should work for you. Free, cross-platform and works everywhere not just the browser. https://espanso.org/
  • Espanso: Open-source, privacy-first, cross-platform and extensible text expander
    1 project | news.ycombinator.com | 12 Oct 2023
  • Bad Emacs Defaults
    4 projects | news.ycombinator.com | 11 Oct 2023
    Huh, didn't know abbrev had that limitation (wonder why?). Gave it a go in espanso (https://espanso.org/), and it does work there.
  • Show HN: I automated 1/2 of my typing
    11 projects | news.ycombinator.com | 30 Aug 2023
    I use a tool called "Espanso" to accomplish something similar at work. It only runs locally, so no weird data scraping issues to worry about. And it's easy to update as things changes becauase everything lives in a simple yml file.

    https://espanso.org/

    It can do simple text replacement, so I have words, phrases, and sentences I use frequently compressed into a few keyboard clicks. It can also grab what is in your clipboard, so that can be incorporated into responses, which is simple but very handy.

    A simple text replacement looks like this in the yaml file:

  • Cannot get espanso to work on Debian 12 (stable)
    1 project | /r/espanso | 27 Aug 2023
  • [DEV] Open source text expander - Bugs fixed, new updates, now available on IzzyOnDroid - might be worth trying again :D
    1 project | /r/androidapps | 13 Jul 2023
    If you don't know what a text expander is, see: https://espanso.org

What are some alternatives?

When comparing sxhkd and espanso you can also consider the following projects:

xcape - Linux utility to configure modifier keys to act as other keys when pressed and released on their own.

AutoHotkey - AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.

scripts - *Well documented* scripts exploiting some useful UNIX utilities.

AutoKey - AutoKey, a desktop automation utility for Linux and X11.

bspwm - A tiling window manager based on binary space partitioning

rofimoji - Emoji, unicode and general character picker for rofi and rofi-likes

releases

svntogit-packages - Automatic import of svn 'packages' repo (read-only mirror)

NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

obsidian-text-expander - Text Expander plugin for Obsidian

shotkey - A simple and lightweight hotkey daemon for X with configurable custom modes and key chords (in ~200 LOC)

vim-clutch - A hardware pedal for improved text editing in Vim