x icon indicating copy to clipboard operation
x copied to clipboard

Charm experimental packages.

Results 5 x issues
Sort by recently updated
recently updated
newest added

We should definitely include some common file descriptors for terminal apps, given that's the most likely usage. Maybe even link to other kinds of file descriptors. Fwiw I'm using with...

documentation

**Is your feature request related to a problem? Please describe.** I would like to author a test where I expect [WaitFinished](https://github.com/charmbracelet/x/blob/main/exp/teatest/teatest.go#L198-L203) to timeout / fail. However, the behavior is to...

enhancement
teatest

added maps.SortedKeys, can add more methods in the future. This one simply combines `x/maps.Keys` and `x/slices.Sort`, and is merely a convenience.

enhancement

For example, I'd like to test my https://fx.wtf app. But right now testea only tests final output (which is 0 for fx). I'd like to be able to send keystrokes...