API for recieving a notification when the active terminal changes?

Hey there,

Is there any API in Nova that corresponds to the onDidChangeActiveTerminal: Event<Terminal | undefined> callback in VSCode?

I am trying to determine when the current terminal changes and the closest thing I could find was the onDidAddTextEditor(callback, [thisValue]) event in the Workspace API.

Thanks so much,
Matt

3 Likes

Currently there isn’t an API for this. But I will consider this a feature request!

2 Likes

Thanks so much @logan!

Several people have asked if we can get Fig to work in the Nova integrated terminal and would love to make it happen. :slight_smile:

1 Like