Codebase list golang-github-vbauerster-mpb / 53ccd3f examples / gifs / resize.gif
README update Vladimir Bauer 8 years ago
2 changed file(s) with 7 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
110110
111111 ![simple.gif](examples/gifs/simple.gif)
112112
113 The source code: [examples/simple/main.go](examples/simple/main.go)
114
115 ### Cancellation
113 #### [Cancellation](examples/cancel/main.go)
116114
117115 ![cancel.gif](examples/gifs/cancel.gif)
118116
119 The source code: [examples/cancel/main.go](examples/cancel/main.go)
120
121 ### Removing bar
117 #### [Removing bar](examples/remove/main.go)
122118
123119 ![remove.gif](examples/gifs/remove.gif)
124120
125 The source code: [examples/remove/main.go](examples/remove/main.go)
126
127 ### Sorting bars by progress
121 #### [Sorting bars](examples/sort/main.go)
128122
129123 ![sort.gif](examples/gifs/sort.gif)
130124
131 The source code: [examples/sort/main.go](examples/sort/main.go)
132
133 ### Resizing bars on terminal width change
125 #### [Adaptive resize](examples/prependETA/main.go)
134126
135127 ![resize.gif](examples/gifs/resize.gif)
136128
137 The source code: [examples/prependETA/main.go](examples/prependETA/main.go)
129 _Note:_ don't expect much, it corrupts if resizing too fast.
138130
139 ### Multiple io
131 #### [Bytes counter decorator](examples/io/multiple/main.go)
140132
141133 ![io-multiple.gif](examples/gifs/io-multiple.gif)
142134
143 The source code: [examples/io/multiple/main.go](examples/io/multiple/main.go)
144
145 ## License
146
147 [BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)
148
149 The typeface used in screen shots: [Iosevka](https://be5invis.github.io/Iosevka)
135 Typeface used in screen shots: [Iosevka](https://be5invis.github.io/Iosevka)
Binary diff not shown