Cross-platform (currently linux and windows) library to identify and handle list of names having a numerical token as a collection.
- Clique python module
- rvls utility from TweakSoftware
- fileseq - http://justinfx.com/gofileseq/cpp/index.html
- C++11
- cmake-3.5
- fmt-6.0.0
x remove fmt submodule x add Install x add FindSequence.cmake
- refactor build (see spdlog build system) to use fmt:fmt from external
- add fmt as a bundled, driven by cmake options
- refactor build add support for fmt::fmt from bundled source
- support padding
- more constructors
- Manipulating indexes, allow frame insertion/removal/update
- support multiple formatting
- full doc
- better coverage
- python binding
- add flag to consider or ignore single frame collection
- support variable padding
- https://api.csswg.org/bikeshed/?force=1&url=https://raw.githubusercontent.com/vector-of-bool/pitchfork/develop/data/spec.bs#submod.root
- https://opensource.org/licenses/MIT
- https://exhale.readthedocs.io/en/latest/mastering_doxygen.html
- https://cristianadam.eu/20191222/using-github-actions-with-c-plus-plus-and-cmake/
- actions/starter-workflows#53