Ryanprior Meet Versions Save

Start a meeting quickly from the comfort of your command line. ๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ๏ธ๐Ÿ’จ๏ธ

1.2.0

1 year ago

You get a new flag to control whether meet includes a secure random portion in the URL, for situations where you want to accept more risk:

$ meet --insecure usual hangout
https://meet.jit.si/UsualHangout
$ meet usual hangout
https://meet.jit.si/pgPcw9/UsualHangout
$ meet --init
Base url (meet.jit.si): 
Add random letters to URL for security? (Y/n): n
๐Ÿ“ wrote config to /home/user/.config/meet/settings.yml
$ meet usual hangout
https://meet.jit.si/UsualHangout
$ meet --secure secret hangout
https://meet.jit.si/a18h2o/SecretHangout

Our secure random string generation is also upgraded from base64 to base58. This provides superior usability by removing easily-confused characters like I vs l, 0 vs O. The result is still a secure random string just like before, but now it's easier to type in, especially on mobile.

Awkward characters like /, #, and ? in titles would previously create invalid URLs. Now they're replaced with . instead.

1.1.0

3 years ago

Use your favorite jitsi server!

$  meet -u thefloating.cloud
https://thefloating.cloud/rOdf5EV4/Meeting

$  meet 
https://meet.jit.si/UrqD77KU/Meeting

$  meet --init 
Base url (meet.jit.si): thefloating.cloud
๐Ÿ“ wrote config to /home/yana/.config/meet/settings.yml

$  meet
https://thefloating.cloud/8tMzpO1Q/Meeting

1.0.0

3 years ago

Our first meeting! How exciting! We can't wait to get to know our users better.