savoryink / setfont

Set the font of your favorite editors and terminals
MIT License
0 stars 2 forks source link

App: iTerm #8

Open nvzqz opened 4 years ago

nvzqz commented 4 years ago

App Suggestion

Full name: iTerm

Argument value: iterm

Versions: 3.x

Platforms:

Motivation

Many developers on macOS use iTerm as their primary terminal

Approach

iTerm has a notion of profiles. Setting the font should probably only be applied to the default profile.

Through the UI, a user usually sets the font by going to Preferences > Profiles > Text > Font.

Python API

iTerm provides a python API with a profile module. See set_normal_font.

This may be a better approach than figuring out how to edit the preferences property list directly.