Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Jun 14, 2016
1 parent 010873e commit e976623
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ D library for finding associations between MIME types and applications, e.g. for

[![Build Status](https://travis-ci.org/MyLittleRobo/mimeapps.svg?branch=master)](https://travis-ci.org/MyLittleRobo/mimeapps) [![Coverage Status](https://coveralls.io/repos/github/MyLittleRobo/mimeapps/badge.svg?branch=master)](https://coveralls.io/github/MyLittleRobo/mimeapps?branch=master)

Specification: [MIME Applications Associations](https://www.freedesktop.org/wiki/Specifications/mime-apps-spec/)
Modern desktop environments on GNU/Linux and BSD flavors implement [MIME Applications Associations](https://www.freedesktop.org/wiki/Specifications/mime-apps-spec/)
to control file associations. The goal of **mimeapps** library is to provide implementation of this specification in D programming language.
Please feel free to propose enchancements or report any related bugs to *Issues* page.

Note: detection of file MIME type is out of the scope of **mimeapps**. You may consider using [this library](https://github.com/MyLittleRobo/mime) for this purpose.
Note: detection of file MIME type is out of the scope of **mimeapps**. You may consider using [mime library](https://github.com/MyLittleRobo/mime) for this purpose.

## Features

### Implemented

* Reading mimeapps.list and mimeinfo.cache files.
* Detecting default application for MIME type.
* Getting all associated applications for MIME type.
* Getting associated applications for MIME type with respect to explicitly removed ones.
* Adding, removing association or setting default application for MIME type.

### Missing

* Adding, removing association or setting default application for MIME type.
* Support for desktop-specific mimeapps.list files.

### Missing

## Generating documentation

Ddoc:
Expand Down

0 comments on commit e976623

Please sign in to comment.