vhs icon indicating copy to clipboard operation
vhs copied to clipboard

Your CLI home video recorder 📼

Results 195 vhs issues
Sort by recently updated
recently updated
newest added

As per the discussion in #14 and the verdict in the comment: https://github.com/charmbracelet/vhs/issues/14#issuecomment-1281083943, this PR aims to implement the `Require` method that detects missing binaries to fail early.

When I run the demo tape: ``` # Where should we write the GIF? Output demo.gif # Set up a 1200x600 terminal with 46px font. Set FontSize 46 Set Width...

bug

Initial implementation, let me know what you think! closes #78 refs https://github.com/catppuccin/catppuccin/issues/1711 Thanks to: - @jolheiser catppuccin colors - @dlvhdr tokyo night theme

enhancement

Is it possible to wait for a command to finish before you continue typing. I know I can use `Sleep` to wait but I might not know how long the...

enhancement

Currently `vhs serve` forces and returns a gif regardless of `Output`. It would be interesting to allow for multiple (or at least choose an alternative), which would then be streamed...

enhancement

I've seen some output from vhs, and it looks like it is rendering the terminal output with 256 colors. Would it be possible to enable truecolor terminal output, and color...

enhancement

no idea if this is the best way to do this, just wanted to play with it a bit :D also check treesitter patch @ https://github.com/charmbracelet/tree-sitter-vhs/pull/1 closes #47 closes #44

enhancement

Using version `0.1.1`. The set Width and Height are positive, but probably not enough for the app to create a gif. The error is misleading. ``` ➜ ./vhs shrug.tape File:...

bug

I'm trying to run vhs on Ubuntu 22.04.1 in an LXC container. Image coming from the LXC image repos. ``` $ lsb_release -a No LSB modules are available. Distributor ID:...

Using `Output 1.gif` in a .tape file breaks with a friendly error. ``` File: test.tape 1 │ Output 1.gif ^^^^^^ Expected file path after output 1 │ Output 1.gif ^^...

bug