trying out gist-vim...
(copied from https://github.com/mattn/gist-vim)
-
set description
:Gist -s "nonsense random description" -
list all my gists
:Gist -l
fix styling, currently listed items are messed up.- when a gist got deleted, the blog can fail to load it and cause javascript error.
- need to fork gist-vim, for better gist-blog editing experience, need things like:
- only list gist-blog related gists
- easier to set gist description
- easier to delete gist
- gist-vim window position, and opened gist window position
- code highlighting
function extend(base, extendy) {
var prop;
for(prop in extendy) {
// js comment
if(extendy.hasOwnProperty(prop)) {
base[prop] = extendy[prop];
}
/*
* js comments
*/
}
}gt = GoogleTranslate.new
if ARGV.length == 1
# one shot translate
puts gt.translate(ARGV[0])
else
# translating console, keep it opened
while buf = Readline.readline("> ", true)
puts gt.translate(buf)
end
end- img
and maybe more to come..

not sure if this actually works or not?
lets
try it!!