Blog: 2023-09-06: Difference between revisions

From razwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
send -- "$env(WEECHATPASS)\r"
send -- "$env(WEECHATPASS)\r"
interact'
interact'

----

Thinking about browser sync stuff

Ideally there would be some good layering, then again a lot of stuff I'm interested in would require deep integration (like peer-to-peer)

Though to be fair, probably most of the functionality could be a browser extension.

Anyways, was trying to get tabs to squeeze but I think I'm just going to close a bunch of tabs. Would be nice to have my music player standalone app

Revision as of 12:56, 6 September 2023

How pass decryption password to weechat using expect

$ env WEECHATPASS=(pass weechat) expect -c '
 spawn weechat
 expect "=> "
 send -- "$env(WEECHATPASS)\r"
 interact'

Thinking about browser sync stuff

Ideally there would be some good layering, then again a lot of stuff I'm interested in would require deep integration (like peer-to-peer)

Though to be fair, probably most of the functionality could be a browser extension.

Anyways, was trying to get tabs to squeeze but I think I'm just going to close a bunch of tabs. Would be nice to have my music player standalone app