who am I
Writing software that makes your life easier and more enjoyable.
Projects
-
yolk/ templated dotfile management without template files
A cross platform dotfile management tool with a unique spin on templating, sitting somewhere in between GNU Stow and chezmoi. Yolk allows users to embed templates directly into their config files by keeping all templating syntax hidden in comments.
★ 400 stars • written in Rust
$ open github.com/elkowar/yolk -
eww/ custom desktop widgets for every linux desktop
ElKowar's Wacky Widgets — a standalone widget system for Linux desktops. Define widgets in the custom configuration language yuck, style them using CSS and use within any window manager or compositor across X11 and Wayland. The backbone of countless r/unixporn setups.
★ 12.3k stars • written in Rust
$ open github.com/elkowar/eww -
robbb/ discord bot for the r/unixporn community
A discord bot written in rust, using serenity and poise. Manages the r/unixporn discord community, providing features such as a system-setup database for users, automated moderation functionality, and more.
written in Rust
$ open github.com/unixporn/robbb -
pipr/ instantly re-evaluating shell-pipeline editor
Pipr is my first larger rust project. It let's you work on a complex shell pipeline interactively, and see the output update in real time. This allows you to quickly iterate on complex sed/awk pipelines, design jq queries, and much more.
★ 500 stars • written in Rust
$ open github.com/elkowar/pipr