$ lftp ftp://myserver.com/
> bookmark myserver
> quit
$ lftp my[TAB]
$ lftp myserverDownload lftp-completion.sh and place into $HOME:
wget -O $HOME/lftp-completion.sh https://raw.githubusercontent.com/mcandre/lftp-completion/master/lib/lftp-completion.shThen configure your $HOME/.bash_profile or similar shell configuration to use lftp-completion:
# lftp-completion
# See https://raw.githubusercontent.com/mcandre/lftp-completion/master/lib/lftp-completion.sh
. $HOME/lftp-completion.shThen update your shell:
$ source $HOME/.bash_profile- vast
- shfmt (e.g.
GO111MODULE=on go get mvdan.cc/sh/v3/cmd/shfmt) - bashate
- checkbashisms
- ShellCheck
- stank (e.g.
go get github.com/mcandre/stank/...)
$ vast [lint]Inspired by git prompt.