I would like to use 7zz in a pipe to (repeatably) compress&encrypt a text stream. The problem is that 7zz skips either interactive password input or password from a command output. How to achieve that or what is wrong with those? It seams like reading from stdin interferes with the (interactive) password or with suppling the password also via stdin. Both do not work: Try to use interactive input for password echo "test" | 7zz u -sitest.txt -p test.7z Or trying to use a password store like pass and...
I have a German keyboard layout and when I hit "Umlaut" keys (ä,ö,ü), Midnight Commander gets immediately killed. This makes the internal editor unusable. I use Windows 10 and Midnight Commander 4.8.24. Any help here is highly appreciated. Thanks, Martin
Hey John, thanks for the quick reply and the tip about "whitespace" syntax highlighting. Better than nothing but, yeah, I would also favour a less obstrusive visualization independent from the chosen syntax. The line ending did not show up in CRLF mode though (something to do with my terminal emulator /settings? - I tried with st and urxvt). Well, anyhow, now I know the options and keep looking forward to a new feature sometime in the (hopefully not too far) future. If I could be of any help (without...
Hi again, my freshly compiled JOE binary fails hard with a segmentation fault when I try to get the list of available codings with tab completen under the ^T E setting. I tried it both on an older i686 32bit and a new x86-64 Linux system. Tried also with older JOE versions down to 4.4 with same behaviour. Can anyone reproduce this and offer me some help, please? Here is the tail dump of running strace joe (sorry for the bad formatting, I just copied it out of the joe window and changed the local...
Hi there, I just find out about JOE and really like it! There is one thing which I use quite often while editing text but I could not find the functionality in joe. It's whitespace-mode in Emacs, :set list in Vim or given by hitting Alt-P in Nano and visualizes all whitespaces and newlines. Helps me to see the difference between tabs or spaces, spot any trailing whitespaces and more. Is such a functionality available in JOE? I could not find it in the documentation so that is why I ask here. If it...