home.social
  1. New asciinema CLI release!

    This one brings a mix of robustness improvements, new features and regression fixes.

    Highlights:

    - Added support for playback from stdin
    - Improved implementation of ALiS protocol
    - Added --description, --visibility, --audio-url options for the stream and session commands
    - Added --title, --description, --visibility, --audio-url options for the upload command
    - Improved querying for terminal theme and version

    github.com/asciinema/asciinema

  2. New asciinema server release!

    Highlights of this release:

    - new Explore and user profile pages, showing live streams, upcoming streams, popular and recent recordings
    - improved view counting
    - new popularity algorithm

    github.com/asciinema/asciinema

  3. Check out this live stream of satnogs-monitor (terminal UI monitor for SatNOGS ground stations) from station BEEGND-4 at the main building of Technical University of Berlin:

    asciinema.org/s/MsgCXmGxqg6lkL

  4. New asciinema server release!

    Highlights of this release:

    - stream scheduling
    - shorter recording URLs
    - improved Nerd Font symbols support
    - bold-is-bright option
    - leaner, smaller CSS and font assets

    github.com/asciinema/asciinema

  5. New asciinema CLI release!

    This one is focused on improvements to the local streaming mode, mainly:

    - it brings Nerd Font symbols support to the local streaming mode
    - upgrades the embedded player used by this mode, which improves performance and visual quality of the stream view
    - adds compression and caching for static assets served by the built-in HTTP server

    github.com/asciinema/asciinema

  6. New asciinema server release!

    This one brings brand new full-text search for recordings.

    github.com/asciinema/asciinema

  7. Check out the brand new full-text search on asciinema.org

    The search index includes recording titles, descriptions, and FULL TERMINAL SESSION CONTENT!

    It's powered by PostgreSQL's native FTS engine.

    For syntax check the search tips - there's a link on the right side of the search results page.

    The results contain public recordings, and if you're logged in you'll also be able to find your own recordings, including unlisted and private ones.

  8. New asciinema server release!

    This one integrates the new audio playback support recently implemented in asciinema player.

    github.com/asciinema/asciinema

  9. New asciinema player release!

    - live audio stream (e.g. Icecast) support for WebSocket sources
    - better adaptive buffering algorithm for live streams
    - and a few bug fixes

    github.com/asciinema/asciinema

  10. New asciinema player release!

    This release brings audio support - you can now add a voice-over or a soundtrack to your recordings.

    Check out the demo:

    asciinema.org/a/746358

    Release notes:

    github.com/asciinema/asciinema

  11. Has anyone tried on ? Is it all good on that front?

  12. asciinema CLI 3.0 is now available in Arch Linux, Gentoo, Homebrew, Manjaro (Testing, Unstable), OpenBSD Ports, Termux, and a few others.

    Big thanks to all the package maintainers!

    If it's not available via your package manager yet and you have toolchain available, then you can install it with:

    cargo install --locked --git github.com/asciinema/asciinema

  13. asciinema CLI 3.0 is already available in homebrew.