tool-sync icon indicating copy to clipboard operation
tool-sync copied to clipboard

🧰 Download pre-built binaries of all your favourite tools with a single command

Results 36 tool-sync issues
Sort by recently updated
recently updated
newest added

Resolves #116, #129 ### Additional tasks - [ ] Documentation for changes provided/changed - [ ] Tests added - [ ] Updated CHANGELOG.md

https://github.com/starship/starship/releases ```toml [starship] owner = "starship" repo = "starship" exe_name = "starship" asset_name.windows = "starship-x86_64-pc-windows-msvc.zip" ``` ```sh >tool sync x starship Multiple name matches found for this asset: * starship-x86_64-pc-windows-msvc.zip...

bug
config

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

CI
dependencies

Allow self-updates on Windows by using [self-replace](https://github.com/mitsuhiko/self-replace) crate. I was able to test this by building a release from Linux to Windows and the self-update works. I would appreciate if...

Is it possible to sync the tool from the tool under windows? I am getting the error: ``` NO tool-sync v0.2.0 [error] The process cannot access the file because it...

bug
help wanted
:penguin: :green_apple: :window:
hacktoberfest

Add support for regex pattern when specifying asset name This feature does not break the previous substring rule ### Additional tasks - [x] Documentation for changes provided/changed - [x] Tests...

enhancement
dependencies
config

I'm trying to configure autocompletion for `tool-sync`. Unfortunately, it doesn't work on my Ubuntu 20.04 and `bash` shell. I'm trying to add the suggested line to `.bashrc` and `~/.bash_profile` (I...

bug

A top-level `.exe` file is passed through to `copy_file` without unpacking an archive, which is correct. However, the file was not correctly referred to under the temp directory, meaning we...

I'm thinking this would be useful for repos like [marksman](https://github.com/artempyanykh/marksman/releases) which store the executables as top-level assets rather than in archives. Thanks! I was about to make this tool myself...

bug
enhancement
good first issue
hacktoberfest

… (#150) While this improves the error message I could not see a good way to fit the change into a test at present, let me know if there are...

hacktoberfest-accepted