Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
Forked from andrewrjones/ruby-duck-duck-go
A Ruby library to access the DuckDuckGo Zero Click Info API
Ruby
50 contributions in the last year
Contribution activity
August 2020
Qeole has no activity
yet for this period.
July 2020
- Qeole/vgrep Go
Created a pull request in vrothberg/vgrep that received 7 comments
interactive: switch from bufio Scanner to (readline-like) liner
Use the liner Go library to process commands in interactive mode. It provides better support for input (such as directional arrows) and a number of…
+4,178
−10
•
7
comments
- selectors: add a "all" selector to process all results
- splitMatch: fail gracefully on failure to parse output
- (new) grep: add a command to trigger a new search from interactive shell
- Miscellaneous fixes
- Add new "keep" and "refine" commands to the interactive shell
- delete: fix index update for multi-line deletions
- git grep: Run 'git rev-parse' only if not selecting ripgrep
- grep output: force filenames listing and fix splitting on NUL-bytes
- grep commands: Do not pass '.' as an argument to grep/ripgrep