swiftbar

1.0.1

I couldn't find a progress bar package, so I created one
theBreadCompany/swiftbar

What's New

1.0.1 customizability

2021-12-06T21:35:11Z

This release features the ProgressbarConfiguration for

  • custom colours
  • custom bar characters
  • different bar terminators
  • two different bar styles
    and
  • prototypes custom bar styles
  • is codable (because why not)

swiftbar

I couldn't find a progress bar package, so I created one.

Installation

This package is available via the Swift Package Manager. Simply add .package(url: "https://github.com/theBreadCompany/swiftbar.git", from: "1.0.0") to your Package.swift or https://github.com/theBreadCompany/swiftbar.git to your project's package dependencies.

Usage

This module is (yet) rather... simple. I. e. create a bar with the length of your_collection.count, loop through your_collection and update with bar.setPrgress(bar.getProgress() + 1) or bar += 1.

If you want to see it in action, clone (git clone https://github.com/theBreadCompany/swiftbar.git) the repo, cd into it, type swift build and execute either .build/debug/Example, .build/debug/Example2 or .build/debug/Example3.

Please keep in mind that there may be unexpected behaviour as the Xcode "terminal" isn't an actual terminal.

TODO

  • Introduce a tqdm (python) inspired collection that prints a bar as it is being subscripted
  • Add styles
  • Enable custom styles by adding cases entries to the ProgressbarStyle enum and
  • Add speed of iterations, including units

Support

I am happy about any way of supporting me, may it be suggesting new ideas or reporting bugs ^^.

Description

  • Swift Tools 5.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun Mar 17 2024 15:40:09 GMT-0900 (Hawaii-Aleutian Daylight Time)