Marvin Wendt

Results 66 issues of Marvin Wendt

Add style option to `DefaultTable.WithBoxed()` for Box.

proposal
proposal-accepted

Join us on Discord for support, discussions, updates and general talk! --- Hi, I want to invite you all to join our Discord Community Server! 🥳 Discord gives us the...

Add more examples with various settings.

proposal

```go pterm.Error = *pterm.Error.WithShowLineNumber() pterm.Error.Printfln("%s", "Hello World") pterm.Error.Printf("%s\n", "Hello World") pterm.Error.Print("Hello World\n") pterm.Error.Println("Hello World") ``` ![image](https://user-images.githubusercontent.com/31022056/147391796-fae5058d-d2cc-4dfc-9189-ee0041b3d9f9.png) Reference discussion: #299

bug

The current font in the generated animations is not a mono font. GitHub seems to disallow changing fonts in svgs loaded over raw GitHub. Maybe we can do it like...

documentation
good first issue
CI
Hacktoberfest

PTerm features `pterm.Magenta("abc")` as an alias for `pterm.FgMagenta.Sprint("abc")`. This works with every ANSI color, but not for other ANSI stylings like `bold`. We should implement that too. Note: `pterm.Bold` is...

proposal
breaking
proposal-accepted

Header `Margin` should be `Padding`. Header features a `WithMargin` which is actually a padding. We should create a `WithPadding` and fix `WithMargin`. We could also provide methods for TopMargin, BottomMargin,...

bug
breaking

We should wrap the `PrefixPrinter` input in a `ParagraphPrinter` so that this does not happen anymore: ![image](https://user-images.githubusercontent.com/31022056/113792621-a5cb4880-9746-11eb-8c8f-7283f7d92fb4.png)

This is a rather huge thing, but we should write a CI system to automatically generate the docs for https://pterm.sh Currently, documenting the functions of PTerm is time-consuming and a...

proposal
proposal-accepted

Add markdown printer

proposal
proposal-accepted