flowgger
ripgrep
Our great sponsors
flowgger | ripgrep | |
---|---|---|
0 | 276 | |
741 | 35,393 | |
1.6% | - | |
4.4 | 7.9 | |
5 months ago | 3 days ago | |
Rust | Rust | |
BSD 2-clause "Simplified" License | The Unlicense |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
flowgger
We haven't tracked posts mentioning flowgger yet.
Tracking mentions began in Dec 2020.
ripgrep
-
[Share] Rust 14 CLI tools
I have many more benchmarks here, including ugrep, run in Dec 2022: https://github.com/BurntSushi/ripgrep/blob/master/benchsuite/runs/2022-12-16-archlinux-duff/summary
-
Rust 2030 Christmas list: Subcrate dependencies
Thank you for plugging cargo release here. I feel like I looked at it long ago (years? maybe a different tool with a similar name?) and it didn't seem like it would carry its weight. But my release checklist for ripgrep is incredibly annoying and tedious. I'll see if I can give cargo release a whirl the next time I do a ripgrep release. I'll be excited if it can automate most of it. The biggest pain is having to update minimum version numbers in dependents.
-
What's everyone working on this week (4/2023)?
An awesome reference that I could recommend is rust cli book it touches exactly on those topics. If you are willing to give some examples a read maybe some legendary examples like ripgrep or rust rewrite of gnu core utils might be useful to you. Anyhow, this is already great work, keep on coding!
-
Do any of you work with very large databases? I'm having some trouble.
ripgrep works on Windows out of the box. You can even download precompiled binaries for Windows on ripgrep's GitHub project page: https://github.com/BurntSushi/ripgrep/releases/tag/13.0.0
-
I wanted to be able to export/backup iMessage conversations with loved ones, so I built an open source tool to do so.
Not built in, but I use ripgrep to search though the exported files.
-
Should I abandon my monorepo?
I think you're following a pattern similar to ripgrep (Github). I believe this is a good pattern to follow. No downsides as far as I can tel, unless you have enough commits or lines of code to push up against the limits of git or Github. IMO, this is highly unlikely unless you're Facebook or Google.
Yeah I'm overall pretty happy with it, although note that it doesn't absolve one of a very gnarly release process: https://github.com/BurntSushi/ripgrep/blob/master/RELEASE-CHECKLIST.md
-
You Want Modules, Not Microservices
I'm unsure how to "sell" this idea. I don't want to force my view on others until I truly understand the problem that they're trying to solve with modules/microservices.
For searching multiple files, ripgrep works really well in neovim :)
-
With 2022 over soon, what were your favorites apps of the year?
🫴 ripgrep – CLI: Extremely fast grep alternative.
-
Note-taking app for programmers/tech people?
Yes, of course: https://github.com/BurntSushi/ripgrep
What are some alternatives?
fd - A simple, fast and user-friendly alternative to 'find'
telescope-live-grep-args.nvim - Live grep with args
the_silver_searcher - A code-searching tool similar to ack, but faster.
ugrep - 🔍NEW ugrep v3.9: ultra fast grep with interactive TUI, fuzzy search, boolean queries, hexdumps and more: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz/lz4/zstd), documents etc. A faster, user-friendly and compatible grep replacement.
fzf - :cherry_blossom: A command-line fuzzy finder
alacritty - A cross-platform, OpenGL terminal emulator.
python-regex-cheatsheet - Python 2.7 Regular Expression cheatsheet, as a restructured text document and Makefile to convert it to PDF
delta - A syntax-highlighting pager for git, diff, and grep output
Parallel
xsv - A fast CSV command line toolkit written in Rust.
jq - Command-line JSON processor
zsh-syntax-highlighting - Fish shell like syntax highlighting for Zsh.