offpunk.1 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .Dd March 3, 2023
  2. .Dt OFFPUNK 1
  3. .Os
  4. .
  5. .Sh NAME
  6. .Nm offpunk
  7. .Nd command line gemini client
  8. .
  9. .Sh SYNOPSIS
  10. .Nm
  11. .Op Fl \-bookmarks
  12. .Op Fl \-tls\-cert Ar FILE
  13. .Op Fl \-tls\-key Ar FILE
  14. .Op Fl \-sync
  15. .Op Fl \-assume\-yes
  16. .Op Fl \-disable\-http
  17. .Op Fl \-fetch\-later
  18. .Op Fl \-depth Ar DEPTH
  19. .Op Fl \-cache\-validity Ar CACHE_VALIDITY
  20. .Op Ar URL ...
  21. .Nm
  22. .Fl h | \-help
  23. .Nm
  24. .Fl \-version
  25. .Nm
  26. .Fl \-features
  27. .
  28. .Sh DESCRIPTION
  29. Offpunk is a command-line browser and feed reader dedicated to browsing the Web,
  30. Gemini, Gopher and Spartan.
  31. Thanks to its permanent cache, it is optimised to be used offline with rare
  32. connections but works as well when connected.
  33. .Pp
  34. Offpunk is optimised for reading and supports readability mode, displaying
  35. pictures, subscribing to pages or RSS feeds,
  36. managing complex lists of bookmarks.
  37. Its integrated help and easy commands make it a perfect tool for command-line
  38. novices while power-users will be amazed by its shell integration.
  39. .Ss Positional arguments
  40. .Bl -tag -width Ds -offset indent
  41. .It URL
  42. start with this URL
  43. .El
  44. .Ss Keyword arguments
  45. .Bl -tag -width Ds -offset indent
  46. .It Fl h , \-help
  47. Show a help message and exit
  48. .It Fl \-bookmarks
  49. start with your list of bookmarks
  50. .It Fl \-tls\-cert Ar FILE
  51. TLS client certificate file
  52. .It Fl \-tls\-key Ar FILE
  53. TLS client certificate private key file
  54. .It Fl \-sync
  55. run non\-interactively to build cache by exploring bookmarks
  56. .It Fl \-assume\-yes
  57. assume\-yes when asked questions about certificates/redirections during sync
  58. (lower security)
  59. .It Fl \-disable\-http
  60. do not try to get http(s) links (but already cached will be displayed)
  61. .It Fl \-fetch\-later
  62. run non\-interactively with an URL as argument to fetch it later
  63. .It Fl \-depth Ar DEPTH
  64. depth of the cache to build.
  65. Default is 1.
  66. More is crazy.
  67. Use at your own risks!
  68. .It Fl \-cache\-validity Ar CACHE_VALIDITY
  69. duration for which a cache is valid before sync (seconds)
  70. .It Fl \-version
  71. display version information and quit
  72. .It Fl \-features
  73. display available features and dependancies then quit
  74. .El
  75. .
  76. .Sh EXIT STATUS
  77. .Ex -std
  78. .
  79. .Sh SEE ALSO
  80. .Xr ansicat 1 ,
  81. .Xr migrate-offpunk-cache 1 ,
  82. .Xr netcache 1 ,
  83. .Xr opnk 1 ,
  84. .Lk https://sr.ht/~lioploum/offpunk/
  85. .
  86. .Sh HISTORY
  87. .Nm
  88. is a fork of the original AV-98 by
  89. .An Solderpunk
  90. and was originally called AV-98-offline as an experimental branch.
  91. .
  92. .Sh AUTHORS
  93. .An Lionel Dricot (Ploum) Aq Mt offpunk2 at ploum.eu