We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
q doctor
q restart
macOS 15.2.0 (24C101)
Inline completions are syntactically correct commands.
E.g. if I type cd it will show cd 52 ls as the inline completion. Alternatively git add produces git add 52 git commit -m "initial commit"
cd
cd 52 ls
git add
git add 52 git commit -m "initial commit"
This also happens in other situations. Though sometimes it will actually show a helpful completion.
cd will replicate it in the most reliable way.
[q-details] version = "1.6.0" hash = "6d13844d6546a5c29e7e121450af1130eb189e7f" date = "2025-01-09T00:47:39.704258Z (7d ago)" variant = "full" [system-info] os = "macOS 15.2.0 (24C101)" chip = "Apple M2 Pro" total-cores = 12 memory = "32.00 GB" [environment] cwd = "/Users/USER" cli-path = "/Users/USER" os = "Mac" shell-path = "/bin/zsh" shell-version = "5.9" terminal = "Ghostty" install-method = "brew" [env-vars] PATH = "/Users/USER/.ghcup/bin:/opt/homebrew/bin/lib/ruby/gems/3.3.0/bin:/opt/homebrew/bin/opt/[email protected]/bin:/opt/homebrew/bin/opt/ccache/libexec:/opt/homebrew/bin/opt/llvm/bin:/opt/homebrew/bin/opt/python/libexec/bin:/opt/homebrew/bin/opt/make/libexec/gnubin:/Users/USER/.perl5/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/USER/.sdkman/candidates/java/current/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Library/TeX/texbin:/Applications/Ghostty.app/Contents/MacOS:/Users/USER/.local/bin:/Users/USER/Library/Application Support/JetBrains/Toolbox/scripts" QTERM_SESSION_ID = "9a2a6aae5c00401fa3412e5297cd5205" Q_SET_PARENT_CHECK = "1" Q_TERM = "1.6.0" SHELL = "/bin/zsh" TERM = "xterm-ghostty" __CFBundleIdentifier = "com.mitchellh.ghostty"
The text was updated successfully, but these errors were encountered:
Thanks for reporting. We are actively investigating this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Checks
q doctor
in the affected terminal sessionq restart
and replicated the issue againOperating system
macOS 15.2.0 (24C101)
Expected behaviour
Inline completions are syntactically correct commands.
Actual behaviour
E.g. if I type
cd
it will showcd 52 ls
as the inline completion.Alternatively
git add
producesgit add 52 git commit -m "initial commit"
This also happens in other situations. Though sometimes it will actually show a helpful completion.
Steps to reproduce
cd
will replicate it in the most reliable way.Environment
The text was updated successfully, but these errors were encountered: