My build of nnn with minor changes
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 1.2 KiB

il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
12345678910111213141516171819202122232425262728293031323334
  1. # noice
  2. A fork of noice file browser: http://git.2f30.org/noice/
  3. Additional customization to make it more friendly towards major distros (which `suck more` by some standards).
  4. ## Modifications
  5. - File associations
  6. - Environment variable **NOICE_OPENER** to override all associations and open all files with your desktop environments default file opener. Examples:
  7. $ export NOICE_OPENER=xdg-open
  8. $ export NOICE_OPENER=gnome-open
  9. $ export NOICE_OPENER=gvfs-open
  10. All the following associations are ignored if **NOICE_OPENER** is exported.
  11. - Associate plain text files with vim (using `file` command)
  12. - Remove video file associations (to each his own favourite video player)
  13. - Associate common audio file types with lightweight fmedia (http://fmedia.firmdev.com/)
  14. - Associate PDF files with zathura
  15. - Removed less
  16. - Use `xdg-open` to open other unrecognised files
  17. - Compilation
  18. - Use `-O3` for compilation, fixed warnings
  19. - Added compilation flag `-march=native` (compile only, no plans to package).
  20. - Remove generated config.h on `make clean`.
  21. ## Installation
  22. $ make
  23. $ sudo make install
  24. ## Help
  25. $ man noice