README 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Geresh is a simple multi-lingual text editor for text terminals.
  2. Installation instructions are detailed in the INSTALL file.
  3. Main features:
  4. * Unicode support
  5. * Works with UTF-8 terminals (and with non-UTF-8 terminals)
  6. * Wide-characters and combining-characters support
  7. * BiDi support (using the FriBiDi library)
  8. * Editing of BiDi formatting codes
  9. * An intelligent algorithm for determining paragraphs direction.
  10. * Arabic shaping, Lam-Alif ligatures, Harakat.
  11. * Alternative display of Hebrew points and maqaf; Hebrew keyboard emulation.
  12. * Can be used as a filter to output a visual representation of the logical
  13. input (similar to "bidiv").
  14. * Recognizes (and displays) different line-ends: Unix (LF), Mac (CR),
  15. Dos/Windows (CR+LF), Unicode PS, Unicode LS.
  16. * Speller support (supports the ispell-a protocol)
  17. * Undo / redo
  18. * Copy / cut / paste
  19. * Pipes
  20. * Several wrap policies + auto-justify
  21. * Optional iconv support
  22. * Auto-detects UTF-8/16/32 encoded files.
  23. * Can run in UTF-8 or 8-bit locales. Can also run on systems that have
  24. neither UTF-8 nor ISO-8859-8 locales.
  25. * Syntax highlighting for HTML, Email, *text* and _text_
  26. * Help system: a comprehensive User Manual (in Hebrew) and a "Describe Key"
  27. function (a la emacs).
  28. * Pull-down menu, scrollbar
  29. * Themes (aka "color schemes")
  30. * And more!
  31. Installation instructions are detailed in the INSTALL file.