-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
currently, pixi-pack behaves like this:
❯ pixi pack --platform linux-64
⏳ Downloading 55 packages...
[00:00:27] ######################################--
it would be nice if we printed the download progress in bytes as well:
❯ pixi pack --platform linux-64
⏳ Downloaded 52 / 55 packages (1.5 GiB / 2.10 GiB)...
[00:00:27] ######################################--
this can be done using indicatif
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers