My build of nnn with minor changes
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
sin 61bc5cd817 Add 'c' command to change into a destination directory by typing the path vor 10 Jahren
LICENSE Add license and todo files vor 10 Jahren
Makefile And CPPFLAGS vor 10 Jahren
README Add 'c' command to change into a destination directory by typing the path vor 10 Jahren
TODO Those features are there vor 10 Jahren
config.def.h Add flac to default associations vor 10 Jahren
noice.c Add 'c' command to change into a destination directory by typing the path vor 10 Jahren
queue.h Remember cursor position when going back vor 10 Jahren
strlcpy.c Add strlcpy() vor 10 Jahren
util.h Add strlcpy() vor 10 Jahren

README

               __                  
___ ___ /\_\ ___ __
/' _ `\ / __`\/\ \ /'___\ /'__`\
/\ \/\ \/\ \L\ \ \ \/\ \__//\ __/
\ \_\ \_\ \____/\ \_\ \____\ \____\
\/_/\/_/\/___/ \/_/\/____/\/____/
-- by lostd and sin
=======================================================

What is it?
===========

noice is a small ncurses-based file manager.
It was first developed to be used with a tv remote control for a media center
solution.

Getting started
===============

Get the latest version from the git-repository; build and install it.
Run noice in a directory to display its content in the form of a list, where
each line is a file or directory. The currently selected item will be preceded
with a " > " by default.

Navigation
----------

You can navigate the list using the following keybinds (hardcoded):

+------+-------+-------+---------------------------------------------------
| k | UP | ^P | go up
| j | DOWN | ^N | go down
| | PGUP | ^U | go up (fast)
| | PGDN | ^D | go down (fast)
| l | RIGHT | ^M | open file / directory (see section "File opening")
| h | LEFT | ^? | navigate up one directory
| / | & | | filter output
| ! | | | spawn shell in current directory
| c | | | type and change into destination directory
| q | | | exit program
+------+-------+-------+---------------------------------------------------

File opening
------------

Depending on the filetype, noice will open the selected file with the
application specified in `config.h` at compilation time. The associations
are specified by regexes, so you might experience issues when trying to open a file
that does not match those regexes.

The default program is less(1). For text files, you can use the 'v'
commaind in less(1) to open the file in your $EDITOR.

Contact
=======

You can reach us through the freenode IRC network at #2f30.
If you have any patches, ideas or feedback feel free to join.