mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 01:57:24 +00:00
Update cheatsheets
This commit is contained in:
25
kosmorro
Normal file
25
kosmorro
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
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: <http://kosmorro.space>.
|
||||
|
||||
- Get ephemerides for Paris, France:
|
||||
|
||||
`kosmorro --latitude={{48.7996}} --longitude={{2.3511}}`
|
||||
|
||||
- Get ephemerides for Paris, France, in the UTC+2 timezone:
|
||||
|
||||
`kosmorro --latitude={{48.7996}} --longitude={{2.3511}} --timezone={{2}}`
|
||||
|
||||
- Get ephemerides for Paris, France, on June 9th, 2020:
|
||||
|
||||
`kosmorro --latitude={{48.7996}} --longitude={{2.3511}} --date={{2020-06-09}}`
|
||||
|
||||
- Generate a PDF (Note: TeXLive must be installed):
|
||||
|
||||
`kosmorro --format={{pdf}} --output={{path/to/file.pdf}}`
|
||||
Reference in New Issue
Block a user