You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modern desktop environments on GNU/Linux and BSD flavors implement [MIME Applications Associations](https://www.freedesktop.org/wiki/Specifications/mime-apps-spec/)
10
10
to control file associations. The goal of **mimeapps** library is to provide implementation of this specification in D programming language.
11
11
Please feel free to propose enchancements or report any related bugs to *Issues* page.
12
12
13
-
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.
13
+
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.
14
14
15
15
## Features
16
16
@@ -56,7 +56,7 @@ Add option --ask to list all associated applications before opening the file.
56
56
57
57
Pass http url to open in web browser:
58
58
59
-
dub run :open -- --ask https://github.com/MyLittleRobo/mimeapps
59
+
dub run :open -- --ask https://github.com/FreeSlave/mimeapps
0 commit comments