pamcan
vhs
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pamcan
-
[arch linux] [pacman] you gotta fix that typo
someone made a pamcan for us
vhs
-
DialectMorph - A CLI Tool To Transpile Code
VHS This tool was used to make the demo video for the CLI tool
-
Show HN: LLM-Term ā Simple Rust-based CLI assist tool
Thank you. I was using VHS for the demo. Here is the link: https://github.com/charmbracelet/vhs
-
Ask HN: What terminal recording tools lets you edit/run recordings?
In a previous gig we used <https://github.com/charmbracelet/vhs> and kept the "tape" in git. This way it sort of ensured that updates to the CLI were updated. If someone added something and didn't update the the tape, it would be noticed in code review. Worked well enough.
-
Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
I'm a maintainer of Ratatui (a rust TUI crate). Here's a few links
https://ratatui.rs/showcase/apps/
https://github.com/ratatui-org/awesome-ratatui
https://discord.com/channels/1070692720437383208/10729061831... (made with ratatui channel on our discord server)
We encourage our users to use https://github.com/charmbracelet/vhs to build out demos that look neat.
My particular favorite of the bunch (from a look and feel perspective) is https://github.com/zaghaghi/openapi-tui
Also, not ratatui, but worth a look: https://github.com/rothgar/awesome-tuis
-
How do people create those sleek looking demos for startups?
I'm a huge fan of charmbracelet's vhs:
https://github.com/charmbracelet/vhs
I have a gitlab CI job to update my demo .gif's every time I update my application; always ensures that things are up-to-date and provides gif/video recording that I've ran specific commands (perfect for auditors!)
-
Asciinema 3.0 will be rewritten in Rust
https://github.com/charmbracelet/vhs/blob/main/record.go#L22
I was looking at the code, and it seems like you could put a low value for this and it would do what you want.
I did not try it though
// sleepThreshold is the time at which if there has been no activity in the
-
Explaining SSH to my Uber Driver
I used Charm VHS to generate the last gif you saw. Very cool tool that allows you create & easily edit CLI-related demos.
- Asciinema: Record and share your terminal sessions, the simple way
-
mock chat transcripts in PNGs or animated images via commandline
Iām not fully understanding what you are searching for, but take a look at https://github.com/charmbracelet/vhs. You can script shell commands and record them.
-
How do you quickly browse the source of a flake input
Check out https://github.com/charmbracelet/vhs