Skip to content

Add support for uvx dissect #104

@yunzheng

Description

@yunzheng

Now that uv became the preferred way to run Python projects it would be nice to add better support for uvx via this dissect meta package.

For example it would be handy to run dissect tools via:

uvx dissect —-help
uvx dissect@latest —-help
uvx dissect@3.20.1 target-query —-help
uvx dissect target-shell image.dd

Currently if I want to run target-shell I have to use a longer command line:

uv run —-with dissect.target target-query —-help
uvx —-from dissect target-shell —-help

Having it able to run via uvx dissect would make life easier. This could be achieved by shipping it with a dissect cli entrypoint that could run other dissect tools. Maybe this can be implemented via argparse and sub commands.

Ideas are welcome!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions