plan9port | qtcurve | |
---|---|---|
1 | 3 | |
1 | 51 | |
- | - | |
10.0 | 6.6 | |
almost 4 years ago | about 2 months ago | |
C | C++ | |
GNU General Public License v3.0 or later | GNU Lesser General Public License v3.0 only |
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.
plan9port
-
Plan 9 from User Space
Acme has a handful of keybindings, like the usual ^A, ^E for navigation, ^Z for undo, etc. Plugging in new ones is a few lines of code, for example my ^S for Putall (saving all windows):
https://github.com/dexen/plan9port/commit/78324a4666c4b5e0bd...
Most of keybindings you might want to add are handled by Acme's "commands" - like Edit. If you repeat them any often, it's easy and straightforward to connect the keybinding to the command in code. Alternatively, to avoid going into C, write a shell script with ready-made command; Acme is well prepared to be managed through shell scripts. The shell scripts have full access to Acme's Windows (open files, directories, scratchpads etc), including ability to edit content, open new ones, interpret right-clicks in new ways, etc.
qtcurve
-
Plan 9 from User Space
Not OP, but what about something like https://en.wikipedia.org/wiki/Metisse ?
( https://www.youtube.com/watch?v=Dt3q7Z7RjIU 4min54sec)
Which begat https://dl.acm.org/doi/10.1145/1166253.1166301 from the same institution. ( https://www.youtube.com/watch?v=kUUtiOWTzz4 7min20sec)
Married with something like https://arcan-fe.com/about/
With some https://en.wikipedia.org/wiki/Zooming_user_interface sprinkled in,
not necessarily in the 'style' of https://eaglemode.sourceforge.net/ but the concept.
Rounded with something like https://en.wikipedia.org/wiki/OpenQwaq , or https://en.wikipedia.org/wiki/Open_Cobalt
OFC fully themable like GTK before they broke it, or something like https://github.com/KDE/qtcurve which is endlessly modifiable.
Nirvana!
-
Suggestions for non-{aurorae,kvantum,svg-theme-engine} themes
Well, there's the legendary QtCurve. Don't know why it is not longer included in the default KDE install, or if it even can be used in KDE5, though.
- Vex – open-source visual editor for XML
What are some alternatives?
OberonEmulator - Project Oberon emulator in JavaScript and Java
plan9port - Plan 9 from User Space