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

Autocomplete in shell mode #502

Open
venpopov opened this issue Dec 17, 2024 · 3 comments
Open

Autocomplete in shell mode #502

venpopov opened this issue Dec 17, 2024 · 3 comments

Comments

@venpopov
Copy link

I just discovered shell mode (;) and I love it, it simplifies my workflow a bit. Unfortunately there is no autocomplete in shell mode. So for example using git checkout I cannot press tab to autocomplete branch names, which I can in my zsh console. Is that something that could be added to radian's shell mode?

@randy3k
Copy link
Owner

randy3k commented Dec 18, 2024

A workaround is to run a shell program such as bash/zsh (depends on what you are using by default).

@venpopov
Copy link
Author

venpopov commented Jan 6, 2025

That works, but it adds friction. Is it possible to force radian shell mode to use zsh or at least zsh settings? Or even if I can specify a config file for the shell model with my custom aliases, etc (as in my .zshrc file), that would also work

@Gotfrid
Copy link

Gotfrid commented Feb 4, 2025

+1 to this. I would love to be able to pass shell path via radian options, e.g.

options(radian.shell_executable_path = "/usr/bin/zsh")

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

3 participants