You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This resolves#49
I took a stab at implementing this but Im not sure if my approach is the right
way to go. Because the list of tools is already known before actually calling
the github api the length of these names is also known. This is not that case
with the `tag_name`. The tags from the example file are all less than 7 long but
that does not guarantee other repos.
I could try and check what tags are available for all tools before actually
downloading them. Can I get your input on this?
```bash
$ cargo run -- --config tools.toml sync
Finished dev [unoptimized + debuginfo] target(s) in 0.02s
Running `target/debug/tool --config tools.toml sync`
✅ bat v0.21.0 Completed!
✅ difftastic 0.34.0 Completed!
✅ exa v0.10.1 Completed!
✅ fd v8.4.0 Completed!
✅ ripgrep 13.0.0 Completed!
```
This could be a helpful improvement in the output. I imagine the output to be of the form:
To do this:
tag_name
to theRelease
type heretool-sync/src/model/release.rs
Lines 3 to 7 in 0afde4f
prefix
formatting to specify the tool version as welltool-sync/src/sync/progress.rs
Lines 28 to 32 in 0afde4f
This may require to add more formatting options:
tool-sync/src/sync/progress.rs
Lines 4 to 7 in cb339b0
The text was updated successfully, but these errors were encountered: