Skip to content

Tab Autocomplete#28

Merged
Lexer747 merged 1 commit into
mainfrom
dev
Aug 31, 2025
Merged

Tab Autocomplete#28
Lexer747 merged 1 commit into
mainfrom
dev

Conversation

@Lexer747

@Lexer747 Lexer747 commented Aug 31, 2025

Copy link
Copy Markdown
Owner

This patch adds tab based autocomplete for arguments :)

This requires the acci-ping script to be given the shell, in bash's case this involves running:

sudo cp ./cmd/tab-completion/acci-ping /etc/bash_completion.d/acci-ping

And re-sourcing your bashrc.

Also fixes a panic with a single value when running the summary.

@Lexer747 Lexer747 changed the title Dev Tab Autocomplete Aug 31, 2025
This patch adds tab based autocomplete for
arguments :)

This requires the `acci-ping` script to be given
the shell, in bash's case this involves running:
```sh
sudo cp ./cmd/tab-completion/acci-ping /etc/bash_completion.d/acci-ping
```
And re-sourcing your `bashrc`.

Also fixes a panic with a single value when
running the summary.
@Lexer747
Lexer747 merged commit ff9d942 into main Aug 31, 2025
2 of 3 checks passed
Lexer747 added a commit that referenced this pull request Aug 31, 2025
This patch adds tab based autocomplete for
arguments :)

This requires the `acci-ping` script to be given
the shell, in bash's case this involves running:
```sh
sudo cp ./cmd/tab-completion/acci-ping /etc/bash_completion.d/acci-ping
```
And re-sourcing your `bashrc`.

Also fixes a panic with a single value when
running the summary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant