➡️Setting up Tab Completion

Using argcomplete

Currently, we use argcomplete to automatically do tab completion through argparse.

Once you've installed nxc globally, do the following:

Installing with pipx is recommended for global install

sudo apt install python3-argcomplete

# For Bash
register-python-argcomplete nxc >> ~/.bashrc

# For Zsh
register-python-argcomplete nxc >> ~/.zshrc

Open a new shell and you are ready to go:

NetExec
netexec
nxc

Last updated