]> git.wincent.com - wincent.git/shortlog
wincent.git
2020-04-08  Greg Hurrellrefactor(fig): use Node v13 so that we can ES modules...
2020-04-08  Greg Hurrellrefactor(vim): make .editorconfig a template
2020-04-08  Greg Hurrellfix(tmux): make double/triple-click behavior more consi...
2020-04-08  Greg Hurrellchore(vim): make sure .editorconfig glob catches eslint...
2020-04-06  Greg Hurrellrefactor(fig): remove a stale comment
2020-04-06  Greg Hurrellstyle(fig): fix formatting
2020-04-06  Greg Hurrellrefactor(fig): remove comments about "any" casts
2020-04-06  Greg Hurrellrefactor(fig): do capturing stream without a subclass
2020-04-06  Greg Hurrellfix(fig): prevent test output from messing with readlin...
2020-04-06  Greg Hurrellfeat(fig): add some more low-level fs functions
2020-04-06  Greg Hurrellfix(fig): show that no changes are made to templates...
2020-04-06  Greg Hurrellfix(fig): get templating working again
2020-04-06  Greg Hurrellfix(fig): make aspect loading exhaustive
2020-04-06  Greg Hurrellstyle: rerun `yarn format`
2020-04-06  Greg Hurrellrefactor(zsh): reduce number of places with hard-coded...
2020-04-06  Greg Hurrellfeat(vim, zsh): configure rg to search hidden files...
2020-04-06  Greg Hurrellrefactor(zsh): don't hardcode tomcat version number...
2020-04-05  Greg Hurrellchore(fig): create scaffolding for "meta" aspect
2020-04-05  Greg Hurrellfeat(fig): add cp module
2020-04-05  Greg Hurrellstyle: fix formatting
2020-04-05  Greg Hurrelldocs: add link to colorscheme screenshots
2020-04-05  Greg Hurrellrefactor(fig): also move tempfile module under fs/
2020-04-05  Greg Hurrellrefactor(fig): move path modules under path/
2020-04-05  Greg Hurrellrefactor(fig): move fs modules into fs/ directory
2020-04-05  Greg Hurrellrefactor(fig): simplify main task execution loop
2020-04-05  Greg Hurrellfix(fig): add missing await
2020-04-05  Greg Hurrellrefactor: use local mkdir() instead of fs.mkdir()
2020-04-05  Greg Hurrellfeat(zsh): add ability to pass a pattern to `color ls`
2020-04-05  Greg Hurrellfeat(zsh): sort output of `color ls`, `color help`
2020-04-05  Greg Hurrellfeat(fig): stringify empty collections better
2020-04-05  Greg Hurrellfeat(fig): teach stringify() how to pretty-print Sets
2020-04-05  Greg Hurrellrefactor(fig): make template() call file()
2020-04-05  Greg Hurrellrefactor: use local stringify() consistently
2020-04-05  Greg Hurrellchore(fig): turn on more TypeScript checks
2020-04-05  Greg Hurrellstyle(fig): fix formatting
2020-04-05  Greg Hurrellfeat(fig): sanity-check compare() inputs
2020-04-05  Greg Hurrellrefactor: get rid of useless distinction between Compar...
2020-04-05  Greg Hurrellrefactor(fig): remove unused import
2020-04-05  Greg Hurrellrefactor: make file operation use custom stat implement...
2020-04-05  Greg Hurrellrefactor: fix horribly inconsistent fs module usage
2020-04-05  Greg Hurrellrefactor: remove a stale comment
2020-04-05  Greg Hurrellfix: make stat() return Error instead of throwing
2020-04-04  Greg Hurrellstyle(fix): fix formatting
2020-04-04  Greg Hurrellfeat(fig): get chown working
2020-04-04  Greg Hurrellfeat(vim): blacklist certain filetypes/paths from edito...
2020-04-04  Greg Hurrellrefactor(vim): run .editorconfig for buffer autocmds...
2020-04-04  Greg Hurrellrefactor: deal with identity consistently
2020-04-04  Greg Hurrellfix: remove reference to deleted role
2020-04-04  Greg Hurrellfeat(dotfiles): set up ~/code/.editorconfig
2020-04-04  Greg Hurrellrefactor(vim): replace Liferay-specific overrides with...
2020-04-04  Greg Hurrellfeat(vim): implement support for .editorconfig "root...
2020-04-04  Greg Hurrellfeat(vim): handle "insert_final_newline"
2020-04-04  Greg Hurrellfeat(vim): apply par-overrides when using .editorconfig
2020-04-04  Greg Hurrellfix(vim): treat key/value pairs case-insensitively
2020-04-04  Greg Hurrellfix(vim): remove errant "tab" from list of allowed...
2020-04-04  Greg Hurrellrefactor(vim): get rid of 'shiftround' override
2020-04-04  Greg Hurrellrefactor(vim): drop unnecessary "type" param
2020-04-04  Greg Hurrellfix(vim): ignore overlength globs
2020-04-04  Greg Hurrellfeat(vim): guard against malicious .editorconfig
2020-04-04  Greg Hurrellchore(vim): update Terminus submodule
2020-04-04  Greg Hurrellfix(vim): don't throw due to invalid editorconfig pattern
2020-04-03  Greg Hurrellfeat(vim): add WIP of .editorconfig support
2020-04-02  Greg Hurrellchore: clean out some stale TODOs
2020-04-02  Greg Hurrellrefactor: make test runs silent unless --debug applies...
2020-04-02  Greg Hurrellrefactor(fig): improve consistency of logging
2020-04-02  Greg Hurrellfeat: add ability to focus on specific aspects
2020-04-02  Greg Hurrellrefactor: pass aspect info into printUsage()
2020-04-02  Greg Hurrellfeat(fig): show usage information
2020-04-02  Greg Hurrellperf: avoid evaluating log.debug() arguments unless...
2020-04-02  Greg Hurrellchore(vim): don't mess with newlines at end of .json...
2020-04-02  Greg Hurrellfix(zsh): unbreak `select-word-style bash`
2020-04-02  Greg Hurrellfeat(zsh): add `portool linkify`
2020-04-01  Greg Hurrellfeat: add nicer stringification
2020-04-01  Greg Hurrellrefactor: extract getOptions()
2020-04-01  Greg Hurrellfeat: add --start-at-task support
2020-04-01  Greg Hurrellrefactor: prepare to implement chown etc
2020-03-31  Greg Hurrellfeat: hand-roll stat implementation
2020-03-31  Greg Hurrelltest: add some more tests for compare()
2020-03-31  Greg Hurrellfix: make sure we can always clear the terminal line
2020-03-31  Greg Hurrellfeat: partially implement `compare()` function
2020-03-31  Greg Hurrellfeat: add log levels
2020-03-30  Greg Hurrellrefactor: define "Mode" union type
2020-03-30  Greg Hurrellfeat: improve error reporting
2020-03-30  Greg Hurrellfeat: refuse to run as root
2020-03-30  Greg Hurrelldocs: improve accuracy of a comment
2020-03-30  Greg Hurrellrefactor: pass -k to sudo
2020-03-31  Greg Hurrellfeat: add kind-of working sudo functionality
2020-03-30  Greg Hurrellrefactor: make launchd aspect partly functional
2020-03-30  Greg Hurrellchore: set gradle.stop.daemon.enabled=true
2020-03-30  Greg Hurrellfeat(zsh): set up Blade CLI on work machine
2020-03-30  Greg Hurrellfix(zsh): make host-specific Zsh config work on case...
2020-03-30  Greg Hurrellchore(zsh): update .irl.rb list
2020-03-29  Greg Hurrellrefactor: prepare to add launchd aspect
2020-03-29  Greg Hurrellfeat: print summaries and better errors
2020-03-29  Greg Hurrellfeat: get terminfo aspect fully working
2020-03-29  Greg Hurrellfeat: make sure we always work from repo root
2020-03-29  Greg Hurrellrefactor: use mkdirSync for recursive directory creation
2020-03-28  Greg Hurrellfeat: do everything except actually create directories
2020-03-28  Greg Hurrellchore: get rid of "terminfo" role
2020-03-28  Greg Hurrellrefactor: simplify task callback calling convention
next