HOW-TO: Shell and Gemini Browser on iPad OS

Categories: computing

Command line shells and Gemini server browser on iPadOS achieved! Requirements: Load a-shell, and then:$ pip install leo-gmi (https://pypi.org/project/leo-gmi)$ leo –copy-config$ leo –url https://gemini.circumlunar.space BONUS : Customize your environment (~/Documents):$ vim .profile$ config -b black -f white -c grey (put in .profile)$ alias weather=“curl water.in/your_city” (put in .profile)