cnoor.1 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .TH CNOOR 1 "NOVEMBER 2011"
  2. .SH NAME
  3. cnoor \- framebuffer holy Quran viewer
  4. .SH SYNOPSIS
  5. .B cnoor
  6. .RI " surat number"
  7. .SH DESCRIPTION
  8. .B cnoor
  9. is a fast and simple Quran viewer for the linux
  10. framebuffer (optionally for X11 using GTK+), and
  11. uses vim keyboard shortcuts.
  12. .SH OPTIONS
  13. .IP "\fB\-h\fR
  14. Display brief usage information and quit
  15. .SH KEY BINDINGS
  16. .TP
  17. .B j
  18. Scroll down
  19. .TP
  20. .B k
  21. Scroll up
  22. .TP
  23. .B ^f
  24. Scroll down a screenful
  25. .TP
  26. .B ^b
  27. Scroll up a screenful
  28. .IP [\fI0-9\fR]+\fBG\fR
  29. Go to the specified ayat, default to the end
  30. .IP [\fI0-9\fR]+\fB%\fR
  31. Jump to specified percent of surat
  32. .IP \fBm\fR+[\fIa-z\fR]
  33. Mark position for snap back.
  34. .IP \fB'\fR+[\fIa-z\fR]
  35. Pop back to marked position.
  36. .TP
  37. .B i
  38. Display surat information
  39. .TP
  40. .B ^l
  41. Redraw screen
  42. .TP
  43. .B q
  44. Quit program
  45. .SH CUSTOMIZATION
  46. .B cnoor
  47. is customized by editing the supplied config.h and (re)compiling
  48. the source code. The absolute path to the Arabic Quran text must
  49. be set in order to run \fBcnoor\fR, but it is optional to supply
  50. a translation.
  51. .SH AUTHOR
  52. Ali Gholami Rudi <aligrudi at gmail dot com>