Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Bash completions #1721

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 20, 2024

  1. Fix Bash completions

    The previous completion script was including extra completions that
    were not actually commands.
    
    This commit also moves the completion file and renames it such that
    on Ubuntu one can simple download the release zip, unpack it, cd
    into the unpacked directory, and run `cp -r bin share /usr/local`
    to install with bash-completions in the proper place to get
    automatically sourced
    pdietl committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    37f82d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    5e6a4bb View commit details
    Browse the repository at this point in the history