Skip to content

Commit

Permalink
Update nickname
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Sep 26, 2016
1 parent ce25857 commit 1bf9486
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -2,15 +2,15 @@

D library for finding associations between MIME types and applications, e.g. for deciding which application should be used to open a file.

[![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)
[![Build Status](https://travis-ci.org/FreeSlave/mimeapps.svg?branch=master)](https://travis-ci.org/FreeSlave/mimeapps) [![Coverage Status](https://coveralls.io/repos/github/FreeSlave/mimeapps/badge.svg?branch=master)](https://coveralls.io/github/FreeSlave/mimeapps?branch=master)

[Online documentation](https://mylittlerobo.github.io/d-freedesktop/docs/mimeapps.html)
[Online documentation](https://freeslave.github.io/d-freedesktop/docs/mimeapps.html)

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 [mime 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/FreeSlave/mime) for this purpose.

## Features

Expand Down Expand Up @@ -56,7 +56,7 @@ Add option --ask to list all associated applications before opening the file.

Pass http url to open in web browser:

dub run :open -- --ask https://github.com/MyLittleRobo/mimeapps
dub run :open -- --ask https://github.com/FreeSlave/mimeapps

### [Mimeapps update](examples/update/source/app.d)

Expand Down
2 changes: 1 addition & 1 deletion source/mimeapps.d
@@ -1,7 +1,7 @@
/**
* Finding associations between MIME types and applications.
* Authors:
* $(LINK2 https://github.com/MyLittleRobo, Roman Chistokhodov)
* $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov)
* Copyright:
* Roman Chistokhodov, 2016
* License:
Expand Down

0 comments on commit 1bf9486

Please sign in to comment.