sift
sift copied to clipboard
A fast and powerful alternative to grep
Got something I've never seen before. Looks like a panic in the garbage collector? sift 0.8.0 (darwin/amd64)ˇ running on MacOS 10.12.1 ``` $ sift 'nginx:alpine' fatal error: unexpected signal during...
Is there a way of piping the output into less and still preserve the original colours and output? I've tried using ` sift PATTERN --group | less -R ` but...
`ag` supports `.agignore` files, which basically work similarly to `.gitignore` or `.hgignore` files but are used only by `ag`. This is useful for example if you have large auto-generated files...
From `git help ignore`: > When deciding whether to ignore a path, Git normally checks gitignore patterns from multiple sources, with the following order of precedence, from highest to lowest...
- replace ssh/terminal#IsTerminal with mattn/go-isatty#IsTerminal - wrap os.Stdout with go-colorable.
could we please see the detailed setup of the benchmark here https://sift-tool.org/performance ? i did my own performance testing and while your results do seem plausible, you might have chosen...
Something GREP has been missing, are taking number ranges as file names. Log files more often than not have a date in them, it would be nice to be able...
I see code in the codebase a tcp connection; but I'm guessing this is just because you can get sift to filter tcp lines before spitting to a file. Is...
As suggested by @tgulacsi in #63, it would be nice to support detecting compressed files by looking at the file content and not just the extension. It might also be...