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)
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.
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
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.
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
@@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..
GIFtastic! 👏
I knew you looked familiar. I've seen your Twitch streams.
Keep up the good work.
Thank you!!
can't wait for your ssh series tutorials (wish, wishlist)
Thank you for letting me know! I'll bump that up in the queue for content 🥰
You guys are awesome
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)
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!
Does set playback speed solve the issue you're facing? github.com/charmbracelet/vhs#set-playback-speed
@@charmcli Thanks for fast and kind answer. For now I'll stay like that and the output looks really good !
How you made that ascii rabbit show up before prompt of your shell
it's part of bashbunni's .zshrc
github.com/bashbunni/dotfiles/blob/main/.zshrc#L28
This is super cool!
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.
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
A new Nixie Pixel! Do you use linux on the desktop?
@bashbunni does use linux as her primary OS on her desktop!
Nice!
woot!
Does this work with powershell?
Please let us know if anyone made it work for PS.
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.
Is there a way to use it without it always trying to sneak in Google Chrome?
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
@@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..