YL

Results 3 issues of YL

*Magic is hard to set up on Windows and does not handle non-ASCII paths well. Python's built-in imghdr works for the job really well. *open() on Windows does not use...

Windows support for magic is poor. imghdr is built into python and works well across platforms, especially for handling path with Unicode characters. I got magic to run on Windows,...

In the Atom version, if you already have selection under cursor, Jumpy would select a block of code from that selection to the destination of your jump. Would you consider...