diff --git a/cmd/README.md b/cmd/README.md new file mode 100644 index 0000000..de266bb --- /dev/null +++ b/cmd/README.md @@ -0,0 +1,11 @@ +# Quikassociate +When installing new applications on KDE Plasma, I tend to have the issue where new applications set themselves as default association for *every* file they support. +I don't like this kind of coup d'etat, so this application exists to quickly set the association for my preferred file handler. + +You probably want to use this to do the broad strokes and set your associations more fine-grained afterwards. +Requires `xdg-mime`. + +### Commands +`quikassociate associate [application]` +Sets application as handler for all defined XDG MIME types. +`quikassociate query [application]` Dumps defined XDG MIME types \ No newline at end of file