-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello !
|
Beta Was this translation helpful? Give feedback.
-
Hey @veler, thanks for clarifying that! @jerone linked this discussion in the repo of a DevToys 1.0 plugin I made for PowerToys Run: davidegiacometti/PowerToys-Run-DevToys#1 Hard coding the utilities isn't the best solution but it's been stable enough for DevToys 1.0 in the past 😄 That said, I am aware of different installers available: MSIX, classic and portable.
Any idea? Am I missing something here? |
Beta Was this translation helpful? Give feedback.
Hello !
It is supported, but not well documented I admit. You can do it using a command line like
DevToys.exe --tool:HashAndChecksumGenerator
. There's currently no way to add extra parameters to fill in the inputs, although it should be achievable by sending the extra data to the Smart Detection service, which currently just read the content of the clipboard.On Linux, if you install
DevToys.CLI
using the DEB package, you should be able to invoke it from anywhere like on the screenshot. This isn't the case on Windows and MacOS at the moment. You need to use the absolute path to the DevToys.CLI executable.