Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

TUI Text based User Interface

rusty-bits edited this page Feb 12, 2020 · 2 revisions

Using the -t option will open up the TUI

The first page will be the summary screen

use either the arrow keys or the hjkl keys to navigate the summary screen
the space key will enable/disable files or quirks
the i key will show information about the highlighted item if it is available

the e key will enter the config.plist editor

use the arrow or hjkl keys to navigate
-right will open a section
-left will collapse a section
-space to enable/disable settings
-return/tab to edit data/string/integer types

data types can be entered/edited as base64 hexadecimal or ascii

integer types can be entered/edited as decimal hexadecimal
if the integer has a bit map for multiple options, the bits can be selected and toggled individually

the i key can be used to show information of the highlighted item if it is available to help when making changes

pressing s will save a copy of the config.plist in the INPUT folder as modified.config.plist and quit
pressing g will go build a new EFI folder using the edited config.plist