Skip to content

Commit e976623

Browse files
committed
Update README.md
1 parent 010873e commit e976623

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ D library for finding associations between MIME types and applications, e.g. for
44

55
[![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)
66

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

9-
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.
11+
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.
1012

1113
## Features
1214

1315
### Implemented
1416

1517
* Reading mimeapps.list and mimeinfo.cache files.
1618
* Detecting default application for MIME type.
17-
* Getting all associated applications for MIME type.
19+
* Getting associated applications for MIME type with respect to explicitly removed ones.
20+
* Adding, removing association or setting default application for MIME type.
1821

1922
### Missing
2023

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

24-
### Missing
25-
2626
## Generating documentation
2727

2828
Ddoc:

0 commit comments

Comments
 (0)