An open API service indexing awesome lists of open source software.

https://github.com/sandsmark/selectdefaultapplication

an ugly hack to be able to select default applications in linux in a better way
https://github.com/sandsmark/selectdefaultapplication

Last synced: 8 months ago
JSON representation

an ugly hack to be able to select default applications in linux in a better way

Awesome Lists containing this project

README

          

Select Default Application
==========================

A very simple application that lets you define default applications on Linux in a sane way.

![screenshot](/screenshot.png)

How it works
------------

Basically it just loads all installed applications by reading their .desktop
files, reads the MimeType fields to see what it supports, and updates
~/.config/mimeapps.list with what the user wants.

Links
-----

* https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html
* https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
* https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html