From 725b1eefb49a0c905cd8eeb3232be0b666c73fcb Mon Sep 17 00:00:00 2001 From: Rolv Apneseth Date: Tue, 5 Aug 2025 13:26:38 +0100 Subject: [PATCH] astroterm: add page (#17510) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/astroterm.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/astroterm.md diff --git a/pages/common/astroterm.md b/pages/common/astroterm.md new file mode 100644 index 0000000000..9520665207 --- /dev/null +++ b/pages/common/astroterm.md @@ -0,0 +1,24 @@ +# astroterm + +> A terminal-based star map. +> More information: . + +- Display real-time positions of stars and planets based on your current location: + +`astroterm` + +- Display constellations, use colour, and render the simulation at the given frame rate: + +`astroterm {{[-C|--constellations]}} {{[-c|--color]}} {{[-f|--fps]}} {{60}}` + +- Use unicode characters instead of the basic ASCII characters, and only render stars brighter than the given magnitude: + +`astroterm {{[-u|--unicode]}} {{[-t|--threshold]}} {{2.0}}` + +- Use a given latitude, longitude and datetime: + +`astroterm {{[-a|--latitude]}} {{90.0}} {{[-o|--longitude]}} {{-180.0}} {{[-d|--datetime]}} {{2025-08-04T12:00:00}}` + +- Use the longitude and latitude of a given city, and set the speed of the simulation to a given factor: + +`astroterm {{[-i|--city]}} {{Singapore}} {{[-s|--speed]}} {{1000.0}}`