2014-10-22 22:12:09 +03:00
|
|
|
__
|
|
|
|
___ ___ /\_\ ___ __
|
|
|
|
/' _ `\ / __`\/\ \ /'___\ /'__`\
|
|
|
|
/\ \/\ \/\ \L\ \ \ \/\ \__//\ __/
|
2014-10-21 14:25:33 +01:00
|
|
|
\ \_\ \_\ \____/\ \_\ \____\ \____\
|
|
|
|
\/_/\/_/\/___/ \/_/\/____/\/____/
|
|
|
|
-- by lostd and sin
|
|
|
|
=======================================================
|
|
|
|
|
2014-10-21 20:42:01 +03:00
|
|
|
|
2014-10-21 14:25:33 +01:00
|
|
|
What is it?
|
|
|
|
===========
|
|
|
|
|
2014-10-22 17:27:53 +03:00
|
|
|
noice is a small ncurses-based file browser.
|
2014-10-21 20:42:01 +03:00
|
|
|
It was first developed to be used with a tv remote control for a media
|
|
|
|
center solution.
|
|
|
|
|
2014-10-21 14:25:33 +01:00
|
|
|
|
|
|
|
Getting started
|
|
|
|
===============
|
|
|
|
|
2014-10-21 20:42:01 +03:00
|
|
|
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 14:25:33 +01:00
|
|
|
|
2014-10-22 13:24:35 +01:00
|
|
|
For more information refer to the manpage.
|
2014-10-21 16:24:08 +01:00
|
|
|
|
2014-10-21 20:42:01 +03:00
|
|
|
|
2014-11-14 17:24:54 +02:00
|
|
|
Building
|
|
|
|
========
|
|
|
|
|
|
|
|
To build noice you need a curses implementation available. In most
|
|
|
|
cases you just do:
|
|
|
|
|
|
|
|
make
|
|
|
|
|
|
|
|
It is known to work on OpenBSD, Arch Linux, Slackware, NetBSD, IRIX. Some notes
|
|
|
|
for building on certain systems follow.
|
|
|
|
|
|
|
|
* IRIX:
|
|
|
|
|
2014-11-14 18:13:02 +02:00
|
|
|
make CC="gcc" LDLIBS="-lgen"
|
2014-11-14 17:24:54 +02:00
|
|
|
|
|
|
|
|
2014-10-21 14:25:33 +01:00
|
|
|
Contact
|
|
|
|
=======
|
|
|
|
|
2014-10-21 20:42:01 +03:00
|
|
|
You can reach us through the freenode IRC network at #2f30. If you have
|
|
|
|
any patches, ideas or feedback feel free to join.
|