Open dcoles opened 2 months ago
By the way, we may be interested in adding custom Cargo commands so that they can be installed via normal flow. This would eventually let us get rid of the dependency on python
.
Thinking about the current project structure, I suggest moving the whole tools
crate into a separate repository with the following intents:
crates.io
and potentially OS package managers (I would be interested in packaging it for nixpkgs, for instance).cargo run ...
of the tools).
It is possible to install the binaries from
flipperzero-tools
usingcargo install
, however the names are too generic and likely confusing outside the context of the project (e.g.storage
).They should all be given a distinctive name, for example
flipper-storage
orflipper-run
.