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
Hi.
When I run rat with the "files" mode as described in the README, I get crappy output, and the UI is irresponsive. Ctrl-C doesn't work.
I've tried with:
... with similar results.
Below is an example with the following scenario:
rat --mode files --cmd 'ls -al'
The text was updated successfully, but these errors were encountered:
What locale is your OS using?
Sorry, something went wrong.
patricel@plamobile ~> localectl System Locale: LANG=fr_FR.UTF-8 VC Keymap: fr-latin1 X11 Layout: fr X11 Model: pc105 X11 Variant: oss patricel@plamobile ~>
By the way, I'm on Archlinux x86_64.
I tried the following command, with same results:
LANG=en_US.UTF-8 rat --mode files --cmd 'ls -al'
I'll post back when I get a chance to try changing the system locale.
By the way, I mentioned Ctrl-C does not work for me, however hitting the "q" key exits properly.
No branches or pull requests
Hi.
When I run rat with the "files" mode as described in the README, I get crappy output, and the UI is irresponsive. Ctrl-C doesn't work.
I've tried with:
... with similar results.
Below is an example with the following scenario:
rat --mode files --cmd 'ls -al'
The text was updated successfully, but these errors were encountered: