forked from chshersh/tool-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chshersh#63] Added tag support in download progress (chshersh#64)
Resolves chshersh#63 Added a `max_tag_size` on `SyncProgress` to prepare the output message for tags that are longer than normal. ```bash $ cargo run -- --config test-tools.toml sync Finished dev [unoptimized + debuginfo] target(s) in 0.04s Running `target/debug/tool --config test-tools.toml sync` ⛔ bat asdkjhkasdjfaksjdfhk;j [error] https://api.github.com/repos/sharkdp/bat/releases/tags/asdkjhkasdjfaksjdfhk;j: status code 404 ✅ exa v0.10.1 Completed! ✅ fd v8.4.0 Completed! ✅ ripgrep 13.0.0 Completed! $ cat test-tools.toml # This file was automatically generated by tool-sync # store_directory = "./bins" [bat] owner = "sharkdp" repo = "bat" exe_name = "bat" tag = "asdkjhkasdjfaksjdfhk;j" [exa] owner = "ogham" repo = "exa" exe_name = "exa" tag = "v0.10.1" [fd] owner = "sharkdp" repo = "fd" exe_name = "fd" tag = "v8.4.0" [ripgrep] owner = "BurntSushi" repo = "ripgrep" exe_name = "rg" tag = "13.0.0" ```
- Loading branch information
1 parent
c790adc
commit eeed4bb
Showing
4 changed files
with
78 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters