-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b6f205
commit d3642c4
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |