I am a hobbyist programmer passionate about programming languages and open source and computational chemistry 🧪 PhD.
Most of my projects are now living at Sourcehut and I am removing projects from Github.
Anyway, here are some of my favorite projects:
Some Neovim plugins:
- make.nvim
:make
any project, for all the languages - slimy.nvim integrate the REPLs in Neovim
- wiki.nvim a personal wiki in markdown
Some fun C stuff:
- terminal.h a single file library to interact with the terminal
- chaitea a C port of bubbletea
Some Python stuff:
- pysh write shell like (file manipulation) scripts but with a real language
- vbelt a toolbelt to work with VASP
And also:
- goto a multiplatform tool to jump to favorite directories
- ltls a language server connecting to LanguageTool for spell-checking latex source written in Go