Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,608 contributions in the last year
Activity overview
Contribution activity
October 2020
- Add theme support
- feat: add `TablePrinter`
- Add tests for spinner and Sprint -> Print
- docs(demo): add `SectionPrinter` to demo
- feat: add `ParagraphPrinter`
- Add ChartPrinter
- Add section printer
- Add tests
- feat: add `BarFiller` to `Progressbar`
- feat: make progressbar configurable
- Feat/progressbar
- feat: add `Progressbar`
- feat: add fatal to `PrefixPrinter`
- docs: add sponsor button
- feat: add pull request template
Created an issue in pterm/pterm that received 6 comments
Add theme support
Add theme support to PTerm. Theme should be a struct. A default theme should be used for default printers. Each printer should have a theme option.
- Add `Restarting...` spinner at the end of every example
- Update Contributing guidelines
- Add todo list to PR template
- Add WithTheme(theme Theme) to printers
- Better error handling in CI System
- Refactor `New` functions into their return type struct
- Add `TextPrinter` variant which prints normal text
- Add `ListPrinter`
- Make `Style` accept `RGB` values.
- Implement `TextPrinter` interface in `RGB`
- Show progress of `Progressbar` in the middle of the progressbar
- Export writer which formats input to colored text
- Option to disable all output
- New icon for PTerm
- Add colorfade method
- Add CSV support to `TablePrinter`
- Improve performance
- Rename `RemoveColors` to `RemoveColorFromString`
- Change `WithXXX(b bool)` to `WithXXX(b ...bool)`
- Change SetXXX to WithXXX
- Add markdown printer
- Add tests
- Remove `Version` constant
- Option to remove `Progressbar` when done
- Progressbar `PrintAbove`
- Some issues not shown.

