1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-04-05 13:06:33 +00:00
nnn/README

51 lines
1.2 KiB
Text
Raw Normal View History

2014-10-22 22:12:09 +03:00
__
___ ___ /\_\ ___ __
/' _ `\ / __`\/\ \ /'___\ /'__`\
/\ \/\ \/\ \L\ \ \ \/\ \__//\ __/
2014-10-21 14:25:33 +01:00
\ \_\ \_\ \____/\ \_\ \____\ \____\
\/_/\/_/\/___/ \/_/\/____/\/____/
-- by lostd and sin
=======================================================
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.
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
===============
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
For more information refer to the manpage.
2014-10-21 16:24:08 +01: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:
make CC="gcc" LDLIBS="-lgen"
2014-11-14 17:24:54 +02:00
2014-10-21 14:25:33 +01: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.