Updated 08192022-002617
config -s 19 -b #191919 -f #ff6700 -c #eeeeee -p
finally got around to doing something I've been mumbling about for literally years now: the most basic level of appearance configuration for @a_shell_ios lol. `config -s 19 -b #191919 -f #ff6700 -c #eeeeee -p` pic.twitter.com/ou7iXmEw9M
— ⓓⓐⓥⓘⓓ ⓑⓛⓤⓔ (@NeoYokel) August 19, 2022
finally got around to doing something I've been mumbling about for literally years now: the most basic level of appearance configuration for @a_shell_ios lol. config -s 19 -b #191919 -f #ff6700 -c #eeeeee -p
usage: config [-s font size][-n font name][-b background color][-f foreground color][-c cursor color][-g][-p][-d][-r]
For all parameters: "default" to get the default value currently stored, "factory" to get a-Shell factory defaults (Menlo, 13.0 pts, colors from system).
Colors can be defined by names, RGB triplets "red green blue" or HexStrings "#00FF00"
-s | --size: set font size
-n | --name: set font name. Nothing or "picker" to get the system font picker.
-b | --background: set background color
-f | --foreground: set foreground color
-c | --cursor: set cursor and highlight color
-g | --global: extend settings to all windows currently open
-p | --permanent: store settings as default values
-d | --default: reset all settings to default values
-r | --reset: reset all settings to factory default
--show: show current settings
Sample uses:
config -p
: make settings for current window the default for future windows.
config -dgp
: revert all open and future windows to stored default.
config -b 0 0 0 -f #00ff00
: get a green-on-black VT100 look.