bitcask
helix
bitcask | helix | |
---|---|---|
1 | 435 | |
0 | 35,239 | |
- | 3.1% | |
5.5 | 9.8 | |
almost 2 years ago | about 9 hours ago | |
Rust | Rust | |
MIT License | Mozilla Public License 2.0 |
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.
bitcask
-
Whatโs everyone working on this week (8/2023)?
Still learning Rust by building a REPL and a library to use and query a Bitcask datastore. Done at 80 % (you know the Pareto principle, don't you?) Trying to write as idiomatic as possible.
helix
-
Development Environment Configuration
Editors: Helix, NeoVim, Vim, Visual Studio Code
-
TIL: Ghostty โ a new and quite promising terminal emulator
While design is an important part to some degree, there is something more that I've become observing and, therefore, liking lately: the reasonable default configs of the apps, which mean that the majority of the users will never need to mess with configs at all. Here is a great post by Arne about this trend which lists such tools like Fish (mentioned above), Helix, Lazygit, Zellij, k9s, etc. And that a very user-friendly approach: install and use right away! I believe that Ghostty would be a good addition to the list. For example:
-
Rhai: An embedded scripting language for Rust
Other embedded scripting language is Steel [1]. Itโs being considered to be used in Helix [2].
[1] https://github.com/mattwparas/steel
[2] https://github.com/helix-editor/helix/pull/8675
- Ropey โ A UTF8 text rope for manipulating and editing large texts. in Rust
-
What I've Learned About My Editing Skills
I experimented with an impressive text editor called Helix.
-
Inside My Workflow
5. Helix Editor https://helix-editor.com
-
Lite ๐ ApolloNvim Distro 2024
๐ With LSP in this installation, I use Coc for its simplicity without the need to intervene in the Coc configuration. LSP has been very useful in my Helix modal editor to configure Helixu.
-
We need more zero config tools
Maybe you've already heard about it but Helix (https://helix-editor.com/) mostly just works out of the box.
- Setting up helix with rust on Alpine
-
Show HN: Ki Editor
Fascinating idea!
To summarize for those who know [Kakoune](https://github.com/mawww/kakoune) or [Helix](https://github.com/helix-editor/helix), the idea is that every command has the form ["selection mode" -> "movement" -> "action"](https://ki-editor.github.io/ki-editor/comparisons/modal-edit...) instead of Kakoune's movement->action.
So, instead of having separate commands for "next character", "next word", "next structural element", there is one command for "next" (as well as [a few additional motions](https://ki-editor.github.io/ki-editor/normal-mode/core-movem...)). Every command starts with a ["selection mode"](https://ki-editor.github.io/ki-editor/normal-mode/selection-...) like "column", "line", or "structural element".