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_filler_bar.go @master
- minor: onComplete inside tip Vladimir Bauer 1 year, 10 months ago
- minor: PercentageRound width uint Vladimir Bauer 1 year, 10 months ago
- refactoring: internal.Percentage Vladimir Bauer 1 year, 11 months ago
- refactoring: (*bFiller).Fill Vladimir Bauer 1 year, 11 months ago
- minor: type names are self explanatory Vladimir Bauer 2 years ago
- explicit len for defaultBarStyle Vladimir Bauer 2 years ago
- wrap bar filling under 'curWidth != 0' branch Vladimir Bauer 2 years ago
- explicit precedence Vladimir Bauer 2 years ago
- barStyle methods don't need pointer receiver Vladimir Bauer 2 years ago
- bar filler: prefer meta with explicit string type Vladimir Bauer 2 years ago
- bar filler: dynamic flush func based on rev Vladimir Bauer 2 years ago
- bar filler: don't call meta on zero len bytes Vladimir Bauer 2 years ago
- bar filler: loop appending '…' to padding Vladimir Bauer 2 years ago
- bar filler: shorter for loops Vladimir Bauer 2 years ago
- bar filler: refill path Vladimir Bauer 2 years ago
- bar filler: no need for named return error Vladimir Bauer 2 years ago
- bar filler: defaultMeta as glob func Vladimir Bauer 2 years ago
- bar filler: iota ordering Vladimir Bauer 2 years ago
- bar filler: struct defs on top Vladimir Bauer 2 years ago
- refactoring bar filler Vladimir Bauer 2 years ago
- minor: fields toggle Vladimir Bauer 3 years ago
- use stat.Completed in BarFiller Vladimir Bauer 3 years ago
- deferless implementation Vladimir Bauer 3 years ago
- refactoring: bar filler Vladimir Bauer 3 years ago
- v8 Vladimir Bauer 3 years ago
- refactoring: simplify BarFiller's signature Vladimir Bauer 3 years ago
- avoid closure, less allocation Vladimir Bauer 4 years ago
- check for Write error Vladimir Bauer 4 years ago
- single padWidth loop Vladimir Bauer 4 years ago
- better handling of double width symbols Vladimir Bauer 4 years ago