mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 02:01:19 +00:00
Update cheatsheets
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user