Skip to content

Instantly share code, notes, and snippets.

View schwanksta's full-sized avatar
💭
(┛ಠ_ಠ)┛彡┻━┻

Ken Schwencke schwanksta

💭
(┛ಠ_ಠ)┛彡┻━┻
View GitHub Profile
/usr/local/git/bin/git --git-dir=$myrepo/.git log --oneline | grep --color TODO | perl -e 'while(<>) { $i = $_; $i =~ s/\n/\n\n/; $i =~ s/^\w+/\*/g; print $i;}'
kschwen@kschwen-desktop:~/Dev/pida-main$ ./run-pida.py
/home/kschwen/Dev/pida-main/pida/resources/data/gtkrc-2.0:5: Unable to locate image file in pixmap_path: "terminal.png"
15:04:57 dbus.connection Exception in handler for D-Bus signal:
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/dbus/connection.py", line 214, in maybe_handle_message
self._handler(*args, **kwargs)
File "/home/kschwen/Dev/pida-main/pida/editors/vim/vim.py", line 52, in vim_VimEnter
self.svc._emit_editor_started()
File "/home/kschwen/Dev/pida-main/pida/editors/vim/vim.py", line 141, in _emit_editor_started
self.boss.get_service('editor').emit('started')