opnk.1 981 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .Dd August 27, 2023
  2. .Dt OPNK 1
  3. .Os
  4. .
  5. .Sh NAME
  6. .Nm opnk
  7. .Nd universal open (like a punk) for offpunk
  8. .
  9. .Sh SYNOPSIS
  10. .Nm
  11. .Op Ar INPUT ...
  12. .Nm
  13. .Fl h | \-help
  14. .
  15. .Sh DESCRIPTION
  16. Opnk is the "universal open (like a punk)".
  17. Opnk is a tool that will try to render any file or URL in the terminal,
  18. using
  19. .Xr netcache 1
  20. and
  21. .Xr ansicat 1 ,
  22. and put them in
  23. .Xr less 1 .
  24. If that doesn’t work,
  25. it will fallback to
  26. .Xr xdg-open 1 .
  27. .Pp
  28. .Xr Offpunk 1
  29. is a command-line browser and feed reader dedicated to browsing the Web,
  30. Gemini, Gopher and Spartan.
  31. .Ss Positional arguments
  32. .Bl -tag -width Ds -offset indent
  33. .It Ar INPUT
  34. path to the file or URL to open.
  35. .El
  36. .Ss Keyword arguments
  37. .Bl -tag -width Ds -offset indent
  38. .It Fl h , \-help
  39. Show a help message and exit
  40. .El
  41. .
  42. .Sh EXIT STATUS
  43. .Ex -std
  44. .
  45. .Sh SEE ALSO
  46. .Xr ansicat 1 ,
  47. .Xr migrate-offpunk-cache 1 ,
  48. .Xr netcache 1 ,
  49. .Xr offpunk 1 ,
  50. .Lk https://sr.ht/~lioploum/offpunk/
  51. .
  52. .Sh AUTHORS
  53. .An Lionel Dricot (Ploum) Aq Mt offpunk2 at ploum.eu