Maas Lalani

Results 38 issues of Maas Lalani

Bubbles' (visual) components should likely adhere/implement a `bubble.Model` interface so that we can help with layout management i.e. automatic resizing and layout management which is getting slightly repetitive in most...

enhancement

This PR extracts the original cursor logic to the cursor bubble.

Bubbles should probably help users build multi-view applications such as `glow`, etc... more easily. We can likely do this by implementing routing and navigation through a Bubble similar to how...

enhancement

Adds example using `table` bubble.

Fixes https://github.com/charmbracelet/glow/issues/182 Introduce key binding to allow users to open their `EDITOR` to edit local markdown files in stash and pager view.

**Is your feature request related to a problem? Please describe.** Deprecate `--watch` and `--ext` flags in favour of `stdin` arguments. Since you can use `stdin` to get a list of...

**Describe the bug** `crow` doesn't work on windows. Build output: ``` c:\Code\crow>go build go: downloading github.com/urfave/cli/v2 v2.2.0 go: downloading github.com/fsnotify/fsnotify v1.4.9 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d go: downloading github.com/russross/blackfriday/v2 v2.0.1 go:...

**Is your feature request related to a problem? Please describe.** Double width characters break draw layouts. **Describe the solution you'd like** Double width characters should be supported and work well!...

Hey! This is a fantastic project that I am using to build a new command-line application and it is working really well so far, and I am very much enjoying...

Some terminals support image viewing like ITerm2 and Kitty. We could support viewing images in `slides`. If a terminal doesn't support images we could fallback to converting the image to...