Adds the status of Salesforce DX projects to your iTerm2 status bar.
- Go to iTerm2 > Preferences > General > Magic and check "Enable Python API"
- Copy
SFDX.py
to~/Library/Application Support/iTerm2/Scripts/AutoLaunch/
- Go to Scripts > AutoLaunch and check "SFDX.py" to allow the script as a Status Bar component
- Go to Preferences > Profiles > > Session and click "Configure Status Bar"
- Drag & drop the component "SFDX Status" into the Active Components pane (you might need to scroll in the upper pane)
- Select the component in the active pane, and click "Configure Component"
- Make your respective configurations
cd
into any directory with a.force
project folder- Check your status bar
- Simply open any directory that contains a
.force
folder and watch your status bar change - If a cloud is displayed but nothing else, the current directory is not a SFDX project folder
- Click on the status bar component to display the org's expiration date
Note The fish prompt for SFDX can be found here.
Please see the contribution guidelines.
- 0.1.0 (2020-02-19)
- Initial release