pgeresh.1 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .\" Hey, EMACS: -*- nroff -*-
  2. .\" First parameter, NAME, should be all caps
  3. .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
  4. .\" other parameters are allowed: see man(7), man(1)
  5. .TH PGERESH 1 "October 15, 2004"
  6. .\" Please adjust this date whenever revising the manpage.
  7. .\"
  8. .\" Some roff macros, for reference:
  9. .\" .nh disable hyphenation
  10. .\" .hy enable hyphenation
  11. .\" .ad l left justify
  12. .\" .ad b justify to both left and right margins
  13. .\" .nf disable filling
  14. .\" .fi enable filling
  15. .\" .br insert line break
  16. .\" .sp <n> insert n+1 empty lines
  17. .\" for manpage-specific macros, see man(7)
  18. .SH NAME
  19. pgeresh \- a pager for geresh (a multilingual text editor with bidi support)
  20. .SH SYNOPSIS
  21. .B pgeresh
  22. .RI "[options] [[+LINE] file]"
  23. .br
  24. .SH DESCRIPTION
  25. geresh is text editor for consoles & terminals. Although it is text based it does support unicode and even bidi (though FriBiDi). It especially has support for both Hebrew and Arabic (with shaping). geresh also support many spell checkers (for many languages).
  26. .br
  27. pgeresh is a bash script for using geresh as a pager.
  28. .SH OPTIONS
  29. These programs follow the usual GNU command line syntax, with long
  30. options starting with two dashes (`-').
  31. A summary of options is included below.
  32. For a complete description, please see the help summary.
  33. .TP
  34. .B \-h, \-\-help
  35. Show summary of options.
  36. .TP
  37. .B \-v, \-\-version
  38. Show version of program.
  39. .SH SEE ALSO
  40. .BR pgeresh (1),
  41. .SH AUTHOR
  42. pgeresh was written by Moffie <mooffie@typo.co.il>.
  43. .PP
  44. This manual page was written by Lior Kaplan <webmaster@guides.co.il>,
  45. for the Debian project (but may be used by others).