-
Notifications
You must be signed in to change notification settings - Fork 16
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
Exit with cd
to current directory in Windows
#85
Comments
Just remove this line under |
@GiorgosXou But the CTRL+E shoudn't exit to the prompt in the current directory selected in the gui? |
Although it is not mentioned, this trick is not supported for windows at the momment |
cd
to current directory in Windows
0b3fffc Awaits testing on windows |
The last version crashes on start with this error on Windows
|
@graphixillusion I just installed python |
Also, what terminal do you use? |
tuifi --version python --version I'm using windows terminal under Windows 11 24h2 |
@graphixillusion did you install it via |
yes i have installed via pip pip install tuifimanager |
Weird but ok, i'll try a fix and push a new version in a few minutes, let me know if it works |
Sorry for my late update, I was fixing another thing and took me a bit more time. I just uploaded the new version on pypi, let me know if it works now (version 5.0.7) |
version 5.0.7 works good, but ctrl+e still doesn't work |
For ctl+e to work, you need to configure your own ".bashrc equivalent for windows" based on this script for Linux (I haven't had the time to do so, therefore feel free to do so if you want and make a pull request [shouldn't be hard]) |
Specifications
Windows 11 x64
Windows Terminal
v.3.3.1
Describe the bug
Expecting pdcurses at: C:\Users\USER\scoop\persist\python\Lib\site-packages\unicurses/64 bit binaries/pdcdllu/pdcurses.dll
Additional context
I have installed this with python which was installed with scoop under Windows 11 x64. The program's ui starts and i can navigate: the simple operations works good like cut, paste, move, even shift tab works but for example if i hit ctrl +e it will exit to the prompt with the above message. Even tuifi --version shows this error. I've also checked if the pdcurses.dll file is present in the specified path and the file is there so i don't know what's going on...
The text was updated successfully, but these errors were encountered: