FoC Virtual Meetup 2025.5 Wednesday June 25 • <htt...
# announcements
i
FoC Virtual Meetup 2025.5 Wednesday June 25 • 18:00 UTCLuma On the docket: • @Tom Larkworthy@Achille Lacoin@Marek Rogalski [Apparently last month I made a typo, so in the musical tradition of "if you make a mistake, just keep doing it every time and nobody will know it was a mistake"…] When the time come, spam f ivanish.ca/zoom
🎉 1
a
@Tom Larkworthy about your questions, I think it would be super fun to allow websites to declare tweety commands to expose context to tweety:
Copy code
window.tweety = {
   hello: (args) => console.log(`hello ${args[0]}!`)
}
Copy code
$ tweety hello pomdtr
tweety hello pomdtr!
t
I think it's enough for a Tweety command to listen to the broadcast channel and pipe. A sorta "nc". That way the user invokes it and chooses where to pipe it?! So you could pipe it to bash if you know the app well.
a
that's a fun idea
I feel like it could take some inspiration from https://pipe.pico.sh/ I like the
pub
, /
sub
and
pipe
commands
k
@Achille Lacoin pico.sh looks interesting, thanks for the pointer! And I am sorry I missed yesterday's meetup. Looking forward to the recording!
a
Here is a blog post about the project I presented if you want a teaser: https://blog.pomdtr.me/posts/integrated-terminal/
i

Here's the VOD

❤️ 1