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

Bash completion script doesn't tab complete file names in flag arguments #836

Open
ethagnawl opened this issue Sep 24, 2021 · 0 comments
Open

Comments

@ethagnawl
Copy link
Member

Describe the bug
The current tmuxinator bash completion script does not tab complete flag arguments (e.g. tmuxinator start -p foo.yml).

To Reproduce
1.) Install tmuxinator bash completion script
2.) Source completion script
2.) In a Bash shell, try to tab complete a project config flag argument at a known location: tmuxinator start -p ./f

Expected behavior
In the example above, hitting tab after typing "./f" should result in foo.yml being autocompleted.

Environment

  • tmuxinator Version: 3.0.1
  • tmux Version: 3.1c
  • Ruby Version: ruby 3.0.2p107
  • OS: Debian 11
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

No branches or pull requests

1 participant