My build of nnn with minor changes
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 1.4 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. __
  2. ___ ___ /\_\ ___ __
  3. /' _ `\ / __`\/\ \ /'___\ /'__`\
  4. /\ \/\ \/\ \L\ \ \ \/\ \__//\ __/
  5. \ \_\ \_\ \____/\ \_\ \____\ \____\
  6. \/_/\/_/\/___/ \/_/\/____/\/____/
  7. -- by lostd and sin
  8. =======================================================
  9. What is it?
  10. ===========
  11. noice is a small curses-based file browser.
  12. It was first developed to be used with a TV remote control for a media
  13. center solution.
  14. Getting started
  15. ===============
  16. Get the latest version from the git-repository; build and install it. Run
  17. noice in a directory to display its content in the form of a list, where
  18. each line is a file or directory. The currently selected item will be
  19. preceded with a " > " by default.
  20. For more information refer to the manpage.
  21. Building
  22. ========
  23. To build noice you need a curses implementation available. In most
  24. cases you just do:
  25. make
  26. It is known to work on OpenBSD, NetBSD, FreeBSD, DragonFly BSD, Linux, OSX,
  27. IRIX 6.5, Haiku and Solaris 9. Some notes for building on certain systems
  28. follow.
  29. * IRIX 6.5:
  30. Tested with gcc from http://freeware.sgi.com/.
  31. make CC="gcc" LDLIBS="-lgen -lcurses"
  32. * Haiku:
  33. make LDLIBS="-lncurses"
  34. * Solaris 9:
  35. Tested with gcc from http://www.opencsw.org/.
  36. export PATH=/usr/ccs/bin:/opt/csw/bin:$PATH
  37. make CC="gcc"
  38. Contact
  39. =======
  40. To report bugs and/or submit patches, you can reach us through
  41. the freenode IRC network at #2f30.