Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dramforever/nix-json-progress
Progress bars from Nix internal-json log
https://github.com/dramforever/nix-json-progress
Last synced: about 1 month ago
JSON representation
Progress bars from Nix internal-json log
- Host: GitHub
- URL: https://github.com/dramforever/nix-json-progress
- Owner: dramforever
- License: mit
- Created: 2022-08-04T13:20:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T08:25:40.000Z (5 months ago)
- Last Synced: 2024-11-09T23:36:19.475Z (about 1 month ago)
- Language: Rust
- Size: 488 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nix-json-progress
Progress bars for Nix, using the `internal-json` log format.
Just a prototype for now. Problems include but are not limited to weird rendering issues, unimplemented features and incorrect ordering.
## Usage
```
$ nix build --log-format internal-json {args} |& nix-json-progress
```## Screenshot
![](images/screenshot.png)