Projects
These are some of the projects I’ve worked on in my free time.
Contacts cleanup and fixer
TypeScript
Google Apps Script
clasp
This is a Google Apps Script script written in TypeScript using clasp that cleans up contacts according to several rules
Birthday Reminders on Google Apps Script
TypeScript
Google Apps Script
clasp
This is a Google Apps Script script written in TypeScript using clasp that can notify the user of upcoming birthdays
Hotkeys for Adafruit Macropad
python typing
python
circuit python
adafruit macropad
This is a hotkeys implementation for the Adafruit Macropad. I branched it from deckerego/Macropad_Hotkeys and added new functionality while cleaning up the code.
Google Drive to Office conversion script
TypeScript
Google Apps Script
clasp
This is a Google Apps Script script written in TypeScript using clasp that allows the user to convert all Google Docs/Slides/Sheets into MicrosoftOffice formats
filesystem-rs
Testing
Rust
filesystem-rs is a fork of iredelmeier/filesystem-rs.
I found the original repo by Isobel Redelmeier when writing dotfiles-rs since I needed a testable Filesystem API. Isobel’s project offered that.
dotfiles-v2
brew
vim
zsh
dotfiles-rs
This is the current version of my personal dotfiles and a bunch of apps, APIs, and programs I install in most of my systems.
dotfiles-rs
Rust
dotfiles-rs
dotfiles-rs was inspired by anishathalye/dotbot since I needed a way to organize, and reproducibly re-create the configuration in my dotfiles and general environment across different computers.