luke.b//blog

< back to logs after before

I’m going to take a quick break from my Urbit antics to start writing a feature into nomad that will allow text selection and support for copying text to the clipboard.

It’s something I really miss when I’m using nomad because it’s really frustrating not to be able to quickly copy some output to slack or to use in another command.

First up - text selection. This will require parsing of control sequences that indicate mouse interaction, which is already used in nomad for scrolling individual terminals.