nnn/README

63 lines
1.5 KiB
Plaintext
Raw Normal View History

2014-10-22 19:12:09 +00:00
__
___ ___ /\_\ ___ __
/' _ `\ / __`\/\ \ /'___\ /'__`\
/\ \/\ \/\ \L\ \ \ \/\ \__//\ __/
2014-10-21 13:25:33 +00:00
\ \_\ \_\ \____/\ \_\ \____\ \____\
\/_/\/_/\/___/ \/_/\/____/\/____/
-- by lostd and sin
=======================================================
2014-10-21 13:25:33 +00:00
What is it?
===========
2014-10-22 14:27:53 +00:00
noice is a small ncurses-based file browser.
It was first developed to be used with a tv remote control for a media
center solution.
2014-10-21 13:25:33 +00:00
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.
2014-10-21 13:25:33 +00:00
For more information refer to the manpage.
2014-10-21 15:24:08 +00:00
2014-11-14 15:24:54 +00:00
Building
========
To build noice you need a curses implementation available. In most
cases you just do:
make
2014-12-02 16:10:37 +00:00
It is known to work on OpenBSD, NetBSD, FreeBSD, DragonFly BSD, Linux,
IRIX 6.5, Haiku, Solaris 9. Some notes for building on certain systems
2014-11-14 18:13:00 +00:00
follow.
2014-11-14 15:24:54 +00:00
2014-11-14 16:26:49 +00:00
* IRIX 6.5:
2014-11-14 18:13:00 +00:00
Tested with gcc from http://freeware.sgi.com/.
2014-11-14 15:24:54 +00:00
2015-01-27 11:28:00 +00:00
make CC="gcc" LDLIBS="-lgen -lcurses"
2014-11-14 15:24:54 +00:00
2014-11-14 16:26:49 +00:00
* Haiku:
make LDLIBS="-lncurses"
2014-11-14 15:24:54 +00:00
2014-11-14 18:13:00 +00:00
* Solaris 9:
Tested with gcc from http://www.opencsw.org/.
export PATH=/usr/ccs/bin:/opt/csw/bin
make CC="gcc"
2014-10-21 13:25:33 +00:00
Contact
=======
2015-03-11 19:03:43 +00:00
To report bugs and/or submit patches, you can reach us through
the freenode IRC network at #2f30 or by subscribing to tech@lists.2f30.org.