Andrew Sullivan
Andrew Sullivan
Re: API, I've toyed with idea of passing arrays to indicate selector + transforms, a la `createdAt: ['.date', x => new Date(x)]`. IMO, it's easier to read than `createdAt: {...
Took a second look and things work with no `unquote`ing of the url, i.e. ```python url = sys.argv[1] config = read_config() cmd = emacs_client_command(config) cmd.append(url) subprocess.check_output(cmd) ``` appears to work....
I also encountered this and would appreciate it as part of library so that hotkeys "just works" for web components. For now, I was able to override the [default filter](https://github.com/jaywcjlove/hotkeys/blob/master/src/index.js#L36-L48)...