Jump to content

soulesschild

Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by soulesschild

  1. Yea that's what I figured. Easy way is to actually just bundle the .py file to not make them install it but of course that increases the module size slightly
  2. Made a pull request! See if you approve or not. Otherwise feel free to close it
  3. I might make a pull request soon, I figured out the issue. Apparently the default python plistlib isn't that great on some plist's. However, if you use biplist, it imports it just fine. Then again, I'm just breaking the crap out of your library
  4. Trying to read a pList file from iTerms2 and I'm getting this error Traceback (most recent call last): File "<stdin>", line 1, in <module> File "alp/core.py", line 84, in readPlist return plistlib.readPlist(path) File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 78, in readPlist rootObject = p.parse(pathOrFile) File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 406, in parse parser.ParseFile(fileobj) xml.parsers.expat.ExpatError: not well-formed (invalid token): line 1, column 8 Any idea why this happens?
  5. Essentially took quentin's code and re-did it a bit as well as incorporating tolleiv's modification to open it in a tab. Also imported in the alp library to help with a lot of the little stuff, it's also a modified alp library so if you try to replace it with the latest from source, it'll probably break. Includes all the necessary python files for importing so it SHOULD work without needing to install anything extra but of course it'd be nice if someone could test it. https://github.com/congalong/alfred-iterm2profiles/blob/master/iTerm2_Profiles_Modified.alfredworkflow
  6. Doesn't seem to work for me.
  7. This seems a bit weird...was the wording reversed on the Yes and No part?
×
×
  • Create New...