KE-complex_modifications VS fish-shell

Compare KE-complex_modifications vs fish-shell and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
KE-complex_modifications fish-shell
19 320
0 24,551
- 1.9%
0.0 9.9
about 2 years ago 3 days ago
Rust
The Unlicense GNU General Public License v3.0 or later
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.

KE-complex_modifications

Posts with mentions or reviews of KE-complex_modifications. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-01.
  • My favourite Git commit (2019)
    8 projects | news.ycombinator.com | 1 Feb 2024
    This bad commit message keeps resurfacing on HN front page like beach litter. I would just go with "Remove non-breaking space characters" instead of writing a Russian novel. Also, if you're on macOS just use a Karabiner rule [0] that converts all non-breaking space characters to regular space characters to prevent yourself from accidentally typing it out.

    [0] https://ke-complex-modifications.pqrs.org/#nonbreaking_space

  • Can Espanso convert a text trigger into running a Keyboard Shortcut?
    1 project | /r/espanso | 30 Jan 2023
    you are welcome! Karabiner-Elements complex_modifications rules, for even more inspiration: https://ke-complex-modifications.pqrs.org/ And if you are not familiar with the Hyperkey: https://brettterpstra.com/2017/06/15/a-hyper-key-with-karabiner-elements-full-instructions/
  • emacs has ruined my navigation in other apps
    5 projects | /r/emacs | 23 Jan 2023
    On macOS I use Karabiner-Elements. I remapped right Command to Control and now have two Control and two Meta keys, and can use one hand for modifier keys and the other for letter. For the occasional Command I use the left one. I’ve also extended a bit Emacs complex modifications and I’m quite happy withe the setup. Caveat: I think that due to how I use modifier keys the double keys combinations don’t always work. But have never debugged it deeper.
  • Trackpad repair and forgot to run Keyboard Mapper for client
    1 project | /r/Karabiner | 20 Jan 2023
    it would also be helpful is anyone is aware of a modifier rule that exists on https://ke-complex-modifications.pqrs.org/
  • Custom Umlaut Shortcut
    1 project | /r/mac | 19 Jan 2023
    Rule
  • Help request: Homerow Mods implementation that allows combinations of remapped modifiers.
    1 project | /r/Karabiner | 23 Dec 2022
  • Apps that should be paid, but are not (Part 2)
    9 projects | /r/macapps | 3 Nov 2022
    More resources on this - https://ke-complex-modifications.pqrs.org/
  • How to Start Dictation on macOS with a Microsoft Surface Ergonomic Keyboard
    1 project | news.ycombinator.com | 8 Sep 2022
    I was using my friend's Microsoft Surface Ergonomic Keyboard when I was staying at their house for a few days. I really liked the keyboard so I bought one for myself. It's a great keyboard, but the function key behavior is a bit annoying. Pressing the function key just toggles a little light on the key, and doesn't actually send any keypress event. macOS also thinks that this keyboard has a globe key for some reason. So it took me a long time to figure out how to start dictation and come up with this workaround that I posted on StackExchange.

    I actually really enjoyed finding a solution for this problem, and I'm really impressed with Karabiner-Elements. I've been reading through the complex rule examples on their documentation site [1], and there's some really cool ideas.

    I like the idea of setting up keyboard shortcuts to launch apps [2]. There's also a safeguard for command-q, so you always have to press it twice. (Google Chrome already does this, so you could set up a condition to ignore the rule if Google Chrome is the active application.)

    [1] https://ke-complex-modifications.pqrs.org

    [2] https://ke-complex-modifications.pqrs.org/#apps_launch_any_l...

    [3] https://ke-complex-modifications.pqrs.org/#command_q

  • Swapped Control and Command, how do I "alt-tab" like windows?
    1 project | /r/mac | 26 Jul 2022
  • Things I can’t do on macOS which I can do on Ubuntu
    24 projects | news.ycombinator.com | 26 Apr 2022

fish-shell

Posts with mentions or reviews of fish-shell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-22.
  • FAQ on the xz-utils backdoor – via a project dev
    1 project | news.ycombinator.com | 29 Mar 2024
    Reminds of the note at the bottom of Fish's releases. It's there because the build system cannot determine the current version for some reason. Hopefully that will go away now that they have switched to a different language / build system. The custom tarball is used by Arch Linux at the very least.

    https://github.com/fish-shell/fish-shell/releases/tag/3.7.1

    https://github.com/fish-shell/fish-shell/issues/7772#issueco...

    https://gitlab.archlinux.org/archlinux/packaging/packages/fi...

  • Oh My Zsh
    19 projects | news.ycombinator.com | 22 Jan 2024
  • Proposal for porting fish-shell from C++ to Rust
    1 project | news.ycombinator.com | 17 Jan 2024
  • Converting the Kernel to C++
    3 projects | news.ycombinator.com | 10 Jan 2024
    A recent practical example of the former: the fish shell re-wrote incrementally from C++ to Rust, and is almost finished https://github.com/fish-shell/fish-shell/discussions/10123

    An example of the latter: c2rust, which is a work in progress but is very impressive https://github.com/immunant/c2rust

    It currently translates into unsafe Rust, but the strategy is to separate the "compile C to unsafe Rust" steps and the "compile unsafe Rust to safe Rust" steps. As I see it, as it makes the overall task simpler, allows for more user freedom, and makes the latter potentially useful even for non-transpiled code. https://immunant.com/blog/2023/03/lifting/

  • Fish shell 3.7.0: last release branch before the full Rust rewrite
    9 projects | news.ycombinator.com | 1 Jan 2024
    And this discussion from November has an update on the progress: https://github.com/fish-shell/fish-shell/discussions/10123
  • Day 5 - More or less...
    3 projects | /r/linuxupskillchallenge | 7 Dec 2023
    We're using bash as our terminal shell for now (it is standard in many distros) but it is not the only one out there. If you want to test out zsh, fish or oh-my-zsh, you will see that there are a few differences and the features are usually the main differentiator. Try that, poke around.
  • Fish – Update on the Rust Port
    1 project | /r/patient_hackernews | 28 Nov 2023
    1 project | /r/hackernews | 28 Nov 2023
    7 projects | news.ycombinator.com | 26 Nov 2023
    They have a variety of reasons to move to rust, as outlined in their original rust discussion[1]. Mostly around finding other contributors, and adding an async/parallel mode they're comfortable with.

    [1] https://github.com/fish-shell/fish-shell/pull/9512

  • Devuan アップグレード: 4 から 5 Daedalus へ
    3 projects | dev.to | 4 Sep 2023

What are some alternatives?

When comparing KE-complex_modifications and fish-shell you can also consider the following projects:

Quicksilver - Quicksilver Project Source

powerlevel10k - A Zsh theme

beardedspice - Mac Media Keys for the Masses

starship - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

vimac - Productive macOS keyboard-driven navigation

nushell - A new type of shell

yabai - A tiling window manager for macOS based on binary space partitioning

oh-my-fish - The Fish Shell Framework

AutoRaise - AutoRaise (and focus) a window when hovering over it with the mouse

xonsh - :shell: Python-powered, cross-platform, Unix-gazing shell.

dual-key-remap - Remap any key to any other two keys on Windows 🔥. Remap CapsLock to both Ctrl and Escape! (It's like xcape for windows!)

tokyonight.nvim - 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.