commands.sh

astroterm

all

A terminal-based star map.

More info →

Options (10)

-C, --constellationsboolean

Display constellations, use color, and render the simulation at the given frame rate

Example: astroterm {{[-C|--constellations]}} {{[-c|--color]}} {{[-f|--fps]}} {{60}}
-c, --colorboolean

Display constellations, use color, and render the simulation at the given frame rate

Example: astroterm {{[-C|--constellations]}} {{[-c|--color]}} {{[-f|--fps]}} {{60}}
-f, --fpsboolean

Display constellations, use color, and render the simulation at the given frame rate

Example: astroterm {{[-C|--constellations]}} {{[-c|--color]}} {{[-f|--fps]}} {{60}}
-u, --unicodeboolean

Use unicode characters instead of the basic ASCII characters and only render stars brighter than the given magnitude

Example: astroterm {{[-u|--unicode]}} {{[-t|--threshold]}} {{2.0}}
-t, --thresholdboolean

Use unicode characters instead of the basic ASCII characters and only render stars brighter than the given magnitude

Example: astroterm {{[-u|--unicode]}} {{[-t|--threshold]}} {{2.0}}
-a, --latitudeboolean

Use a given latitude, longitude, and datetime

Example: astroterm {{[-a|--latitude]}} {{90.0}} {{[-o|--longitude]}} {{-180.0}} {{[-d|--datetime]}} {{2025-08-04T12:00:00}}
-o, --longitudeboolean

Use a given latitude, longitude, and datetime

Example: astroterm {{[-a|--latitude]}} {{90.0}} {{[-o|--longitude]}} {{-180.0}} {{[-d|--datetime]}} {{2025-08-04T12:00:00}}
-d, --datetimeboolean

Use a given latitude, longitude, and datetime

Example: astroterm {{[-a|--latitude]}} {{90.0}} {{[-o|--longitude]}} {{-180.0}} {{[-d|--datetime]}} {{2025-08-04T12:00:00}}
-i, --cityboolean

Use the longitude and latitude of a given city and set the speed of the simulation to a given factor

Example: astroterm {{[-i|--city]}} {{Singapore}} {{[-s|--speed]}} {{1000.0}}
-s, --speedboolean

Use the longitude and latitude of a given city and set the speed of the simulation to a given factor

Example: astroterm {{[-i|--city]}} {{Singapore}} {{[-s|--speed]}} {{1000.0}}

Examples (5)

Display real-time positions of stars and planets based on your current location

Display constellations, use color, 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
made by @shridhargupta | data from tldr-pages