nnn/README

59 lines
2.0 KiB
Plaintext
Raw Normal View History

2014-10-21 13:25:33 +00:00
__
___ ___ /\_\ ___ __
/' _ `\ / __`\/\ \ /'___\ /'__`\
/\ \/\ \/\ \L\ \ \ \/\ \__//\ __/
\ \_\ \_\ \____/\ \_\ \____\ \____\
\/_/\/_/\/___/ \/_/\/____/\/____/
-- by lostd and sin
=======================================================
What is it?
===========
2014-10-21 13:27:38 +00:00
noice is a small ncurses-based file manager.
2014-10-21 13:50:27 +00:00
It was first developed to be used with a tv remote control for a media center
2014-10-21 13:25:33 +00:00
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
2014-10-21 13:50:27 +00:00
each line is a file or directory. The currently selected item will be preceded
2014-10-21 13:25:33 +00:00
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
2014-10-21 14:32:49 +00:00
| c | | | chdir into the given path
| q | | | exit program
2014-10-21 13:25:33 +00:00
+------+-------+-------+---------------------------------------------------
File opening
------------
Depending on the filetype, noice will open the selected file with the
application specified in `config.h` at compilation time. The associations
2014-10-21 13:50:27 +00:00
are specified by regexes, so you might experience issues when trying to open a file
that does not match those regexes.
2014-10-21 13:25:33 +00:00
2014-10-21 13:34:06 +00:00
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.
2014-10-21 13:25:33 +00:00
Contact
=======
You can reach us through the freenode IRC network at #2f30.
If you have any patches, ideas or feedback feel free to join.