Skip to main content

Rust-Lang

2023


Microblog 12

·1 min

Let me introduce felis - https://git.vdx.hu/voidcontext/felis. Felis is a tool that meant to simplify the integration between the kitty terminal and the helix editor.

It all started when it turned out that the PR, that would add a file explorer to helix, is never going to be merged. I needed this functionality, and much more. So I started working on felis. It went through a few iterations, but over the weekend I achieved what I wanted: simple tasks have simple one-liner solutions instead of a bunch of shell scripts.

Microblog 11

·1 min
Ever wanted to synchronize the locked version of flake inputs between different projects / flakes? I have a solution for you! I’ve been working on https://git.vdx.hu/voidcontext/lamina-rs for a while. It doesn’t support every possible flake input, but it is in a good enough spot to share.

Microblog 10

·1 min
Designing good, as in ergonomic, intuitive, but not too verbose set of command line arguments/ options is hard. Geek life is hard!