Skip to content

Taimoor-Tariq/zsh-supabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zsh-supabase

Add autocompletions for the supabase cli to zsh.

You need to have supabase cli installed for the completions to show up.

Install

  1. Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)

    git clone https://github.com/Taimoor-Tariq/zsh-supabase ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-supabase
  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):

    plugins=( 
        # other plugins...
        zsh-supabase
    )
  3. Start a new terminal session.

About

Supabase zsh plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages