My build of nnn with minor changes
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README 1.4 KiB

il y a 10 ans
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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, NetBSD, FreeBSD, Arch Linux, Slackware,
  27. IRIX 6.5, Haiku, 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"
  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
  37. make CC="gcc"
  38. Contact
  39. =======
  40. You can reach us through the freenode IRC network at #2f30. If you have
  41. any patches, ideas or feedback feel free to join.