Josiah Outram Halstead
Josiah Outram Halstead
Hi, I agree it's a bit annoying. I've not found a clean way to do this which works across different shells. Things I've explored: - Forcibly change the shell's cwd...
I've had another idea - it might be possible to clear the previous line in the terminal by sending escape sequences
The above works pretty well actually. I've implemented this in a branch so you can test it if you like: https://github.com/joouha/ranger_tmux/tree/feature/quiet-cd
Hi, This should be possible. I have an unreleased branch where I added an additional panel which slides out from the left side of the screen, but I think being...
Hi, This appears to be because sympy uses the `\displaystyle` latex command in it's latex output, and `flatlatex` (the default latex renderer used in euporie) does not support this command....
These changes have been in euporie since `v2.8.3`
Hi, Thanks for reporting this. Most expections will get logged if debug logging is turned on. You can try enabling debug logging by launching euporie with the `--log-level=debug --log-file=log.log` flags:...
@phromo I like your second idea - I believe this is how the Jupyter protocol has been designed to work. I've recently made a few improvements to make the console...
It's now possible to go to a specific cell by number using the command bar. Type : when not in cell edit mode to open the command bar, then type...
What happens if you run the following in kitty? ```bash printf "\x1b_Gi=4294967295,s=1,v=1,a=q,t=d,f=24;AAAA\x1b\\" ``` This is the terminal escape sequence euporie uses to detect kitty graphics support. The terminal should respond...