izapple2
Portable emulator of an Apple ][+ or //e. Written in Go. (by ivanizag)
avy
Jump to things in Emacs tree-style (by abo-abo)
izapple2 | avy | |
---|---|---|
2 | 31 | |
55 | 1,770 | |
- | 1.0% | |
7.9 | 1.9 | |
22 days ago | 3 months ago | |
Go | Emacs Lisp | |
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.
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.
izapple2
Posts with mentions or reviews of izapple2.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-01.
-
The Canon Cat, the forgotten 1987 alternate-reality Mac (2019)
Lots of 2-key keyboards exist, and are even for sale inexpensively. https://duckduckgo.com/?q=2+button+keyboard&t=ftsa&iar=image...
Not very convenient for having both buttons near your thumbs, though.
I've been trying out the related SwyftCard for Apple //e on the izapple2 emulator.
https://github.com/ivanizag/izapple2
./a2sdl -model swyft
- Portable Apple ] [+ and //e emulator written in Go
avy
Posts with mentions or reviews of avy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-01.
-
The Canon Cat, the forgotten 1987 alternate-reality Mac (2019)
The "leap" description makes me think of emacs' avy https://github.com/abo-abo/avy
The interface should not be too hard to reimplement as an emacs mode.
One more project on the "someday" list...
-
Is there an Obsidian plugin similar to AceJump for IntelliJ IDEs or avy for Emacs?
What I'm looking for is something like AceJump for IntelliJ IDEs or avy for Emacs. These tools let you navigate to some part of the visible text with just a few keystrokes. Here's the behavior I would like in Obsidian, copied from AceJump's page:
-
Vim-like “jump” cursor for Mac OS Window Management
For my emacs friends, here's a wonderful package that provides the same functionality: https://github.com/abo-abo/avy
And, if you're interested in some historical context for this "type characters and jump to point" functionality, the Canon Cat: https://youtu.be/o_TlE_U_X3c
-
Kill until next char preceding space | Uppercase | underscore
Personally I've learned to do things the "Emacs way" and got used to its killing behavior. For multi-line stuff I would mark the region and then use navigation commands to get the point where I want it. For more complex scenarios I use either C-s/C-r or just use avy to get the point where it needs to be. For single line stuff I think M-z works well. Maybe this package could be useful to you as well? Just some ideas, I think there are actually many options here (including going over to evil ;) and it depends on your preferences and needs.
-
Today Is International Mouse Arm Day. Do you use the mouse in Emacs?
I make extensive use of avy for these kinds of situations.
-
org-metadown in regular text!
Avy (avy-move-line) can do it very nicely and interactively for you, see this video.
-
[Spacemacs] Is bidirectional easy motion possible in spacemacs?
It sounds like avy is what you're looking for?
-
Navigate to positions within long words
Perhaps avy. I would use the commandavy-goto-char-2 then type N a and the corresponding jump key (if it appears). avy-goto-subword-1 is a bit more niche but might also work well.
-
Leap.nvim: Neovim’s Answer to the Mouse
I'm jumping around on the screen using -> https://github.com/abo-abo/avy#avy-goto-char
This UX does not break my flow (it doesn't require focus/conscious thought):
1. Press + while looking at the place I want to jump to
- Nested/conditional keybindings to navigate in text