May 2nd 2026 - Things I Worked On

Created bash util to copy password

This reads passwords from encrypted files and then cleans up after.

Renamed all encrypted password files

So that I can use my readpass script on them

Added keybinding for toggling read only mode

Sometimes I want to read a file without worrying that I'll accidentally change the contents. Emacs has a function that toggles read only mode. I've created a keybinding for this:

(evil-leader/set-key
  "r o" 'read-only-mode)