Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 518 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 518 Bytes

Netbox-Autocompletion

Looks up devices from Netbox and offers autocompletion for SSH

Usage

Usage of ./netbox-bash-completion:
  -netbox string
        Netbox BaseURL (default "https://netbox.local")
  -netbox-api-token string
        Mandatory: Netbox API Token
  -netbox-device string
        Device String to search for
  -tld string
        Default TLD for devices (default "local")

Add this to your .bashrc

source $GOTPATH/src/github.com/awlx/netbox-bash-completion/bash/completion-go.sh