n³ The unorthodox terminal file manager
Go to file
Arun Prakash Jana 25e1dcaa8b Update README 2016-08-20 22:08:10 +05:30
LICENSE Year bump 2016-01-13 18:52:19 +00:00
Makefile Remove config.h on clean. 2016-08-20 21:43:32 +05:30
README Update README - OSX works too 2016-02-19 13:37:24 +00:00
README.md Update README 2016-08-20 22:08:10 +05:30
config.def.h Modify file type handling. 2016-08-20 20:05:35 +05:30
mktest.sh Test the case of unreadable parent 2015-07-02 01:14:27 +01:00
noice.1 Add command to cd back to HOME 2016-02-25 15:14:08 +00:00
noice.c Fix compilation issues with -O3 optimization. 2016-08-20 21:39:47 +05:30
strlcat.c Sync strlcpy/strlcat from OpenBSD 2015-11-20 14:12:47 +00:00
strlcpy.c Sync strlcpy/strlcat from OpenBSD 2015-11-20 14:12:47 +00:00
util.h Add license pointer 2015-11-20 14:36:40 +00:00

README.md

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