Marc Ignacio

Results 5 issues of Marc Ignacio

Tried adding specific files using `-- ` options ``` set grepprg=git\ grep let g:grep_cmd_opts = "--line-number -- './*' ':!**/node_modules/**' ':!**/gems/**'" ``` But it doesn't seem to work.

It looks like at some point in history: https://github.com/fohte/rubocop-daemon/commit/5719b6fdeeec5e6baa6ed4262e64532bc33354a9 ... the executable bash script in the README was changed from `/usr/local/bin/rubocop-daemon-wrapper` to `/usr/local/bin/rubocop-daemon-wrapper/rubocop` Hence, the VS Code integration instructions were...

Been looking for a way to just visually select all lines in a file, add marks and run each line. Sharing it here.

Seems that this can be refactored further.

The smallest example I could reproduce on my machine is here: `freyr get -S youtube spotify:track:1jjEZnBiBFPtX6EyxtwHpc` Here's the original track for comparison https://open.spotify.com/track/1jjEZnBiBFPtX6EyxtwHpc I know it tries to get from...