Projects

Data Fragment is a new way to explore the web by letting you search over the entire web's HTML code to find new customers for your niche SaaS business, understand technology trends and more. Try Data Fragment for free at datafragment.com and let me know what you think.

GitClock is a CLI that helps you commit within a predefined schedule. You define times at which commits are allowed to be dated and which timezone to publicize. GitClock will make sure all commits get a fitting date when you git commit or git rebase. It also allows preventing from running git push outside your schedule. It's available on Github.

Rooster is a simple password manager that helps you securely save username/password combinations on Windows, MacOS and Linux through a friendly command-line interface. I wrote the first version in 2015 and have been maintaining it since. It's available on Github.

rpassword makes it easy to read passwords from Rust code in console applications on all platforms, Unix, Windows, WASM and more. It's similar to Linux's C function getpass() or Python's getpass module. It's widely used within the Rust ecosystem and available on Github.