Skip to content

Instantly share code, notes, and snippets.

@bbartolome
bbartolome / .bash_profile
Last active September 8, 2016 01:46
.bash_profile
function tabname {
printf "\e]1;$1\a"
}
function winname {
printf "\e]2;$1\a"
}
function trash {
mv $@ ~/.Trash

Sep 5, 2016 - 9:45 AM

TODO

  • eq8js: change act(e, ctxt, cb) to act(ctxt, e)
  • eq8js: change view(e, ctxt, cb) to act(ctxt, e)
  • eq8js: add validation for view.pattern.uri
  • eq8js: add res as a ctxt property for views
  • eq8js: annotate view registrar

Done: 1200h