Lucas E M M. opinions

Mutt's glasses for html email

mutt

Mutt is awesome but html email not so much… well, let me give you a possible solution: create a hotkey (F) to open html email in your favorite browser.

macro attach F \
    "\
    <enter-command>unset wait_key<enter>\
    <shell-escape>rm -f /tmp/mutt-attach<enter>\
    <save-entry><kill-line>/tmp/mutt-attach<enter>\
    <shell-escape>$BROWSER /tmp/mutt-attach &<enter>\
    "

/comments ~lucasemmoreira/opinions@lists.sr.ht?Subject=Re: Mutt's glasses for html email

Bookmark unix-style!

shell-script

Hypothetical user, do you use any bookmark system? What? Only on firefox? Why am I calling it “system”?

Well, you don’t need to use bookmark only for webpages and restricted to the browser. A little bit of rofi and shell script, and there you go: bmark!

/comments ~lucasemmoreira/opinions@lists.sr.ht?Subject=Re: Bookmark unix-style!

pomodoro is now its own thing!

code shell-script life

I started using my pomodoro script again, and made few improvements. Also, I separated in its own repository.

/comments ~lucasemmoreira/opinions@lists.sr.ht?Subject=Re: pomodoro is now its own thing!