README update
Vladimir Bauer
8 years ago
| 110 | 110 | |
| 111 | 111 |  |
| 112 | 112 | |
| 113 | The source code: [examples/simple/main.go](examples/simple/main.go) | |
| 114 | ||
| 115 | ### Cancellation | |
| 113 | #### [Cancellation](examples/cancel/main.go) | |
| 116 | 114 | |
| 117 | 115 |  |
| 118 | 116 | |
| 119 | The source code: [examples/cancel/main.go](examples/cancel/main.go) | |
| 120 | ||
| 121 | ### Removing bar | |
| 117 | #### [Removing bar](examples/remove/main.go) | |
| 122 | 118 | |
| 123 | 119 |  |
| 124 | 120 | |
| 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) | |
| 128 | 122 | |
| 129 | 123 |  |
| 130 | 124 | |
| 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) | |
| 134 | 126 | |
| 135 | 127 |  |
| 136 | 128 | |
| 137 | The source code: [examples/prependETA/main.go](examples/prependETA/main.go) | |
| 129 | _Note:_ don't expect much, it corrupts if resizing too fast. | |
| 138 | 130 | |
| 139 | ### Multiple io | |
| 131 | #### [Bytes counter decorator](examples/io/multiple/main.go) | |
| 140 | 132 | |
| 141 | 133 |  |
| 142 | 134 | |
| 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