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
Currently tool-sync supports only a handful of tools. But let's add more useful tools! Feel free to add ideas if the tool follows suggestions for adding a new tool.
At this moment, I see the following tools as good additions:
I would love to add common from the above list to tool-sync's native support (after #84 is done) as I use or want to start using them (so it'll take some time before I actually try a tool and decide that it's a good fit to addition).
sc uses tar.xz, which needs support in archive module too.
Indeed, this needs to be supported separately. Feel free to create a separate issue for supporting the xz format. All the relevant logic is currently written in this module:
i wanted to start out with nushell, but it has some companion binaries of pattern nu_*. perhaps exe_name can be a glob for this case?
Could you elaborate a bit more on this? nushell is not on the list above so I haven't looked into it. Are you saying that to sync / installnushell you need to copy several binary files? If that's the case, then indeed, tool-sync currently copies only a single file. I propose to create another separate issue to discuss how to sync multiple files from the asset.
Parts of #85
i found that procs zip file is not easy to support yet, so i opened a PR
there and we will wait for their next release.
### Additional tasks
- [x] Updated CHANGELOG.md
hope this helps!
Currently
tool-sync
supports only a handful of tools. But let's add more useful tools! Feel free to add ideas if the tool follows suggestions for adding a new tool.At this moment, I see the following tools as good additions:
Rust
exa
, requires comparison)Haskell
Go
I would love to add common from the above list to
tool-sync
's native support (after #84 is done) as I use or want to start using them (so it'll take some time before I actually try a tool and decide that it's a good fit to addition).UPD 1: Added more tools from the recent thread on /r/rust about favourite CLI tools
The text was updated successfully, but these errors were encountered: