Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify discogs scripts under a single caller #1

Open
hejops opened this issue Jan 13, 2024 · 0 comments
Open

Unify discogs scripts under a single caller #1

hejops opened this issue Jan 13, 2024 · 0 comments

Comments

@hejops
Copy link
Owner

hejops commented Jan 13, 2024

This will require a robust arg parser, but on the upside, every single script's __main__ block may be removed.

Use git's subcommands (verbs) as a model. Examples:

dita tag <dir>
dita search --release <int>
dita search --artist <str|id>
dita search --artist <str> --release <str>
dita rate --release <int> --rating <int>
dita filter/explore (?)
dita visualise
dita dump --collection

Achieving this is one step towards a single-binary installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant