jsbain
jsbain
Code that creates a centered red placeholder. Does not solve the theming issue, but hey... ``` import ui from objc_util import * v=ui.TextField() o=ObjCInstance(v) root=ui.View() root.add_subview(v) # create attributed atring...
@controversial Should write a python interface to attributedString. It looks bad but is mostly boilerplate
This is not a pythonista bug
Few comments. The precmd plugin probably should be setting line to the output of the plugin function. Also, we might want to pass Self to the plugin, to give it...
Re versioning/updates... One thought is that the modules could be individual repos. The main repo would have a file pointing to the other ones. Update would simply be git pull....
Regarding git and single files.... I know we've moved on, but found this while fixing gistcheck. The github json api does allow single files. See for example https://api.github.com/repos/jsbain/shellista/contents Then, if...
I realize I probably should put some code which simply calls editor, if not on iOS
I created a tab completion in my branch, which uses ui for the selection, but still uses console for input. Basically, you hit tab then enter, and it pops up...
Fat fingered an extra period today in my Documents folder... `rm. somefile` I noticed the extra period, noticed it was taking a while, so cancelled the script. At that point,...