Ben
Ben
e.g. if I have only one bookmark containing the string `foo` exactly and I type `jump foo`, don't bother bringing up fzf and just cd to that directory. This differs...
With this update, an additional pass of `fzf` in filter mode runs on the marks list, fuzzy-matching field 1 (mark name) against the strings provided on the command-line, if any....
Maybe there should be an environment variable to control this behavior, but I've found I prefer it much better than sorted.
I think the current implementation of the file task makes perfect sense: just trigger a series of actions based on a file's status, in case you don't necessarily want to...
plus, a few improvements to `.gitignore`/`package.json`
I have cpplint set up to lint C++ source code, but no linter for C source code. When I open up a `.h` file and the grammar is recognized as...
Node allows the use of dot-first keywords as commands in the REPL, such as `.load script.js`: https://nodejs.org/api/repl.html#repl_commands_and_special_keys It would be nice to have functions implementing each of the commands for...