box-cli-maker icon indicating copy to clipboard operation
box-cli-maker copied to clipboard

Make Highly Customized Boxes for CLI

Results 12 box-cli-maker issues
Sort by recently updated
recently updated
newest added

#### Changelog - Addition of `TitleColor` and `ContentColor` - Enabled ANSI Codes for Title and Content - Tab lines finally work in title - Add the ability to manually wrap...

enhancement

**Is your feature request related to a problem? Please describe.** Currently it only supports outputting to `os.Stdout`. **Describe the solution you'd like** Should take advantage of Go's `io.Writer` and have...

enhancement

As I was a newbie who started this project 2 years ago. I had made tons of mistakes by doing an initial release `v1.0.0` instead of `v0.0.1` as I thought...

enhancement
discussion

**Describe the bug** Text lines that are longer than terminal width fail to wrap inside the box **To Reproduce** You can reproduce the behaviour by simply creating a string that...

bug
enhancement

Solving this error is very hard due to dependence on the number of tabs, length of string and `b.Px` and a magical number from which we will have to add/sub...

bug

**Describe the bug** When running the test especially on `TestTabWithColorBox`, it crashes (specifically an out-of-bounds crash) **To Reproduce** Steps to reproduce the behavior: 1. Test `go test -v .` 2....

bug
help wanted

There is a lot of colour detection used in the library that can be removed, and [muesli/termenv](https://github.com/muesli/termenv) can be used to which will reduce the number of lines of code...

ASoC
ASoC: Medium

There is a function `errorMsg` which prints to the `stderr` stream when there is an error. In production open must never print to `stderr` because it may conflict with other...

hello! I encountered an issue using this lib, looked for the source of it, and found out something that might be a wrong decision. here's what happened to me: -...

enhancement