Automate GIF Creation with Charm VHS

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 25

  • @GitHub
    @GitHub 2 роки тому +17

    GIFtastic! 👏

  • @markswamy5364
    @markswamy5364 2 роки тому +4

    I knew you looked familiar. I've seen your Twitch streams.
    Keep up the good work.

  • @cindrmon
    @cindrmon 2 роки тому +5

    can't wait for your ssh series tutorials (wish, wishlist)

    • @charmcli
      @charmcli  2 роки тому +1

      Thank you for letting me know! I'll bump that up in the queue for content 🥰

  • @AdrienSales
    @AdrienSales 2 роки тому +6

    Very nice tutorial. I'm curretnly working on a demo scenario on VHS. I wonder if there is an option to "slow down" an output (without using less and Down/Sleep directives)

    • @charmcli
      @charmcli  2 роки тому +2

      I don't believe there is. We're still just working with a regular terminal. I can ask the author and get back to you with a more concrete answer!

    • @charmcli
      @charmcli  2 роки тому +3

      Does set playback speed solve the issue you're facing? github.com/charmbracelet/vhs#set-playback-speed

    • @AdrienSales
      @AdrienSales 2 роки тому +4

      @@charmcli Thanks for fast and kind answer. For now I'll stay like that and the output looks really good !

  • @aryanmn1569
    @aryanmn1569 2 роки тому +4

    How you made that ascii rabbit show up before prompt of your shell

    • @charmcli
      @charmcli  2 роки тому +1

      it's part of bashbunni's .zshrc
      github.com/bashbunni/dotfiles/blob/main/.zshrc#L28

  • @aryanmn1569
    @aryanmn1569 2 роки тому +5

    You guys are awesome

  • @KnThSelf2ThSelfBTrue
    @KnThSelf2ThSelfBTrue Рік тому +1

    First off, this tool ROCKS!
    That said, whenever someone tells me the setup steps for something like this, I always want there to just be a `docker run` command that will emit a file on my host machine... but I think that's just another way of saying "I wish they used MY package manager because MY package manager is WAY better than YOUR package manager nananana boo boo". Really, I think the benefit there would probably be more for charm, since they could potentially drop support for their non-dockerized envs... which is bad.

    • @charmcli
      @charmcli  Рік тому +1

      We do support running vhs with docker! It would look something like
      `docker run --rm -v $PWD:/vhs ghcr.io/charmbracelet/vhs .tape`. You can check it out for yourself in the README if you so desire :) github.com/charmbracelet/vhs/blob/01cba591a2829c2ee3e2468e29b3fa9e1a6cef42/README.md?plain=1#L120

  • @beat461
    @beat461 2 роки тому +2

    A new Nixie Pixel! Do you use linux on the desktop?

    • @charmcli
      @charmcli  2 роки тому

      @bashbunni does use linux as her primary OS on her desktop!

  • @ChadSkeeters
    @ChadSkeeters Рік тому +1

    This is super cool!

  • @rb3694
    @rb3694 3 місяці тому +1

    Does this work with powershell?

    • @TahaKoroglu
      @TahaKoroglu 3 місяці тому

      Please let us know if anyone made it work for PS.

    • @ИванКлигунов
      @ИванКлигунов 3 місяці тому

      I am not shure about Charm VHS specifically, but with other TUI stuff it is not about your shell (PS or standard shell), rather than about your _terminal emulator_. The new windows terminal from the windows store (the one with transparency and tabs) is reported to work much smoother with projects such as this than the default one.

  • @FrankJonen
    @FrankJonen Рік тому

    Is there a way to use it without it always trying to sneak in Google Chrome?

    • @charmcli
      @charmcli  8 місяців тому +1

      Hey, it uses ttyd under the hood which requires Chrome, though not necessarily Google Chrome. At some point we would love to remove the ttyd dependency, but that's on the wishlist for now

    • @TahaKoroglu
      @TahaKoroglu 3 місяці тому

      @@charmcli I am a Windows user and I tried using Charm VHS to record commands at PowerShell command window but I failed to do so. Does VHS work at PS? When I examined the VHS repo and shared code, I came across PS option but I could not make it work..

  • @kodder
    @kodder 2 роки тому +2

    woot!

  • @vicjajsalu2
    @vicjajsalu2 2 роки тому +2

    Nice!