Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-04 00:25:13 +00:00
parent a25672619b
commit b35cae5346
7 changed files with 135 additions and 7 deletions

View File

@@ -6,20 +6,24 @@ source: https://github.com/tldr-pages/tldr.git
# kosmorro
> Compute the ephemerides and the events for a date at a position on Earth.
> More information: <https://github.com/Kosmorro/kosmorro/blob/master/manpage/kosmorro.1.md>.
> More information: <https://kosmorro.space/cli/manpage/>.
- Get ephemerides for Paris, France:
`kosmorro {{[-la|--latitude]}} 48.7996 {{[-lo|--longitude]}} 2.3511`
`kosmorro {{[-p|--position]}} "48.7996,2.3511"`
- Get ephemerides for Paris, France, in the UTC+2 timezone:
- Get ephemerides for Paris, France, on its timezone:
`kosmorro {{[-la|--latitude]}} 48.7996 {{[-lo|--longitude]}} 2.3511 {{[-t|--timezone]}} 2`
`kosmorro {{[-p|--position]}} "48.7996,2.3511" {{[-t|--timezone]}} "Europe/Paris"`
- Get ephemerides for Paris, France, on June 9th, 2020:
`kosmorro {{[-la|--latitude]}} 48.7996 {{[-lo|--longitude]}} 2.3511 {{[-d|--date]}} 2020-06-09`
`kosmorro {{[-p|--position]}} "48.7996,2.3511" {{[-d|--date]}} "2020-06-09"`
- Get ephemerides for Paris, France, in two days:
`kosmorro {{[-p|--position]}} "48.7996,2.3511" {{[-d|--date]}} "+2d"`
- Generate a PDF (Note: TeXLive must be installed):
`kosmorro {{[-f|--format]}} pdf {{[-o|--output]}} {{path/to/file.pdf}}`
`kosmorro {{[-o|--output]}} "{{path/to/file}}.pdf"`