Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SFTPGO-GEN-COMPLETION-ZSH(1)	  SFTPGo Manual     SFTPGO-GEN-COMPLETION-ZSH(1)

NAME
     sftpgo-gen-completion-zsh - Generate the autocompletion script for zsh

SYNOPSIS
     sftpgo gen completion zsh

DESCRIPTION
     Generate the autocompletion script for the zsh shell.

     If  shell	completion  is	not already enabled in your environment you will
     need to enable it.  You can execute the following once:

     $ echo "autoload -U compinit; compinit" >> ~/.zshrc

     To load completions for every new session, execute once:

     Linux:
       $ sftpgo gen completion zsh > > "${fpath[1]}/_sftpgo"

     macOS:
       $  sudo	sftpgo	gen  completion  zsh  >  /usr/local/share/zsh/site-func-
     tions/_sftpgo

     You will need to start a new shell for this setup to take effect.

OPTIONS
     -h, --help[=false]      help for zsh

SEE ALSO
     sftpgo-gen-completion(1)

SFTPGo 2.7.4			    Jul 2026	    SFTPGO-GEN-COMPLETION-ZSH(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sftpgo-gen-completion-zsh&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help