Tree @master (Download .tar.gz)
- .github
- _examples
- _svg
- cwriter
- debian
- decor
- internal
- .gitignore
- bar.go
- bar_filler.go
- bar_filler_bar.go
- bar_filler_nop.go
- bar_filler_spinner.go
- bar_option.go
- bar_test.go
- barbench_test.go
- container_option.go
- CONTRIBUTING
- decorators_test.go
- doc.go
- draw_test.go
- example_test.go
- export_test.go
- go.mod
- go.sum
- heap_manager.go
- priority_queue.go
- progress.go
- progress_test.go
- proxyreader.go
- proxyreader_test.go
- proxywriter.go
- proxywriter_test.go
- README.md
- UNLICENSE
History of bar_option.go @master
- refactoring: sortDecorators to populateEwmaDecorators Vladimir Bauer 1 year, 10 months ago
- check for nil BarFillerFunc where BarFiller is expected Vladimir Bauer 1 year, 10 months ago
- refactoring: extenderFunc Vladimir Bauer 1 year, 10 months ago
- sort decorators at ranging over bar options Vladimir Bauer 1 year, 10 months ago
- makeExtenderFunc: reset on err != nil only Vladimir Bauer 2 years ago
- refactoring: (*bState).draw(decor.Statistics) Vladimir Bauer 2 years ago
- BarFillerMiddleware: early nil check Vladimir Bauer 2 years ago
- drop merge decorator Vladimir Bauer 2 years ago
- mergeDecorator: placeHolders as []Decorator Vladimir Bauer 3 years ago
- refactoring bState.rmOnComplete Vladimir Bauer 3 years ago
- drop sync bool param of BarQueueAfter Vladimir Bauer 3 years ago
- refactoring call BarFiller middleware inside BarOption Vladimir Bauer 3 years ago
- don't recover in bar.render, handle error if any Vladimir Bauer 3 years ago
- buf.Reset at panic and end Vladimir Bauer 3 years ago
- make fn outside Vladimir Bauer 3 years ago
- check err Vladimir Bauer 3 years ago
- benefit: panic at one place Vladimir Bauer 3 years ago
- BarFuncOptional, BarFuncOptOn Vladimir Bauer 3 years ago
- refactoring: inspect decorators Vladimir Bauer 3 years ago
- single BarExtender option Vladimir Bauer 3 years ago
- v8 Vladimir Bauer 3 years ago
- refactoring: simplify BarFiller's signature Vladimir Bauer 3 years ago
- fixup! add BarExtenderRev Vladimir Bauer 3 years ago
- refactoring: anon wait struct Vladimir Bauer 3 years ago
- add BarExtenderRev Vladimir Bauer 3 years ago
- correct BarPriority godoc Vladimir Bauer 3 years ago
- Correct PopCompletedMode with multiple bars Vladimir Bauer 3 years ago
- add sync param to BarQueueAfter option Vladimir Bauer 4 years ago
- update doc for BarQueueAfter Vladimir Bauer 4 years ago
- queued bar is blocking Vladimir Bauer 4 years ago