pastel icon indicating copy to clipboard operation
pastel copied to clipboard

🎨 Next.js-like framework for CLIs made with Ink

Results 14 pastel issues
Sort by recently updated
recently updated
newest added

Within the pastel app, I see there is an executable generated. Within the `hello-world` example, the executable is called `hello-world-tui` Wow! That's cool. When I run this executable on another...

I love to use Pastel but recently i was working on a full screen terminal app and i wanted to use [fullscreen-ink](https://github.com/DaniGuardiola/fullscreen-ink) but was't able to make it work with...

Hi how to work with json file and .env tried using `dotenv` it not working and failed to load json file with `needs an import assertion of type "json"` looks...

I think `await app.run();` needs to restore the cursor after it is run --- Show cursor by sending VT220 escape sequence - CSI (Control Sequence Introducer) sequences \033[ https://en.wikipedia.org/wiki/ANSI_escape_code#:~:text=%5Ce%5B%20or-,%5C033%5B,-in%20several%20programming -...

I'm trying to define an alias for an option, but it's not working if used with neither `zod.default()` nor `zod.optional()`. Try it out: https://codesandbox.io/p/devbox/infallible-jones-ys358t?file=/string-default-alias/source/commands/index.tsx:6,1 Run `npm run build` (maybe followed...

Looking into the code, I noticed the lack of global options, are scoped to all app's (sub)command, like --debug/-cache etc. To me it is a kind of show-stopper ;-(

Hello! I would like one of my commands to have a `version` option so that users can look up a resource by an optional version ID. I've set my options...

enhancement

There's no easy way to tell whether the command is running in dev or not. I could assume production production unless a certain environment variable exists, but that's not a...

enhancement

Hello, I would like to use the option `patchConsole` which is described here: https://github.com/vadimdemedes/ink#patchconsole . Would it be possible to enable passing options like to `pastel`? Thanks in advance!

enhancement