My build of nnn with minor changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 1.2 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. __
  2. ___ ___ /\_\ ___ __
  3. /' _ `\ / __`\/\ \ /'___\ /'__`\
  4. /\ \/\ \/\ \L\ \ \ \/\ \__//\ __/
  5. \ \_\ \_\ \____/\ \_\ \____\ \____\
  6. \/_/\/_/\/___/ \/_/\/____/\/____/
  7. -- by lostd and sin
  8. =======================================================
  9. What is it?
  10. ===========
  11. noice is a small ncurses-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, Arch Linux, Slackware, NetBSD, IRIX. Some notes
  27. for building on certain systems follow.
  28. * NetBSD:
  29. make LDLIBS="-lcurses"
  30. * IRIX:
  31. make CC="gcc" LDLIBS="-lgen -lcurses"
  32. Contact
  33. =======
  34. You can reach us through the freenode IRC network at #2f30. If you have
  35. any patches, ideas or feedback feel free to join.