n³ The unorthodox terminal file manager
Go to file
sin 58f897fead Add missing break 2014-10-21 14:58:04 +01:00
LICENSE Add license and todo files 2014-10-09 17:43:31 +03:00
Makefile And CPPFLAGS 2014-10-21 11:23:37 +01:00
README more typo and grammar fixes for README 2014-10-21 16:55:47 +03:00
TODO Those features are there 2014-10-10 16:57:13 +03:00
config.def.h Add flac to default associations 2014-10-21 12:07:20 +01:00
noice.c Add missing break 2014-10-21 14:58:04 +01:00
queue.h Remember cursor position when going back 2014-10-10 16:55:06 +03:00
strlcpy.c Add strlcpy() 2014-10-21 11:08:57 +01:00
util.h Add strlcpy() 2014-10-21 11:08:57 +01:00

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
| q    |       |       | exit program
| !    |       |       | spawn shell in current directory
+------+-------+-------+---------------------------------------------------

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.