decrypt
decrypt copied to clipboard
It doesn't like my trees
This script is full of awesome, but for some reason it doesn't like trees:
$ tree
.
├── decrypt.py
└── something.txt
0 directories, 2 files
Super:Stuff alex$ tree | ./decrypt.py
.
├── decrypt.py
└── something.txt
0 directories, 2 files
That is the output I get after the decrypt screen closes, but during it looks like this (even in the pause after decryption):
I'm using iTerm on OS X 10.7.4.
same here
I'm thinking of a fix, I could suppress certain characters from the output, but that would be somewhat nasty as you don't get the original file back at the end.
Can you try the specialcharfix branch?
Same output with that branch.
Doh. Forgot to commit the file and made a mess afterwards. You can try it now if you please.
On Wed, Aug 8, 2012 at 9:54 AM, Alex Coplan [email protected]:
Same output with that branch.
— Reply to this email directly or view it on GitHubhttps://github.com/jtwaleson/decrypt/issues/2#issuecomment-7577325.
Eek, just ran git pull and I get this:
And the second time I ran it:
erm.. will look into it later then
I have the same problem.
I'm using Terminal.app with oh-my-zsh on OS X 10.8.1.
It's fixed for py3.