]> Sergey Matveev's repositories - nnn.git/commitdiff
Update README
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 20 Aug 2016 16:27:14 +0000 (21:57 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 20 Aug 2016 16:38:10 +0000 (22:08 +0530)
README.md

index afea13d86c9cbf796f07f3412d298e40bb907b05..150aaa0ece71e667160b147823f64c61f5f7ff89 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,28 @@
 # noice
+
 A fork of noice file browser: http://git.2f30.org/noice/
+
+Added some customizations to make it more friendly towards major distros.
+
+## Modifications
+
+- File associations
+    - Associate mime 'text/plain' with vim (using libmagic)
+    - Associate video files with mpv
+    - Associate common audio file types with fmedia (http://fmedia.firmdev.com/)
+    - Associate PDF files with zathura
+    - Removed less
+    - Use xdg-open to open other files
+- Compilation
+    - Use `-O3` for compilation, fixed warnings
+    - Added compilation flag `-march=native` (compile only, no plans to package).
+    - Remove generated config.h on `make clean`.
+
+## Installation
+
+    $ make
+    $ sudo make install
+
+## Help
+
+    $ man noice