Command line tool can use tab

command line tool can use tab Auto-completion?
Like “vscode” → code
“sublime” → subl

I need tab some file name Auto-completion in folder , open some file in nova
Like : nova xxx.py

thanks

Yes. Nova’s command line tools are available as nova, and can be installed in the Tools preference pane.

If you experience any issues with tab-autocompletion, such as an error about bash_completions, then it’s likely an issue with Zsh not clearing its cache of completable commands after nova is installed. You can find a resolution to this here: What to do if the Nova CLI is not working

1 Like

Thx your Help!!
I use command rm ~/.zcompdump* fix it