
- Select a language for the TTS:
- UK English Female
- UK English Male
- US English Female
- US English Male
- Australian Female
- Australian Male
- Language selected: (auto detect) - EN
Play all audios:
This tutorial is simple: I was used to open files in Editor from terminal, like: > $ subl . (open current folder in Sublime Text) > $ code ./file.extension (open file.extension in
VSCode) So, I wanted the same with the new Panic Nova, great _code editor_ I’ve been working with for 2 weeks. So, this is easy if you’re using ZSH. In Terminal, open the config file: > $
open ~/.zshrc (it will probably open in Textedit) Go bottom and find _“Example aliases”_ and add yours: > # Example aliases > … > > #Nova app > alias nova=”open -a Nova”
Save and reload ZSH: > $ . ~/.zshrc That’s it. Now you can use _$ nova_ . or _$ nova file.extension_ to open it in this new app.