learn_gnugrep_ripgrep VS mcfly

Compare learn_gnugrep_ripgrep vs mcfly and see what are their differences.

mcfly

Fly through your shell history. Great Scott! (by cantino)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
learn_gnugrep_ripgrep mcfly
6 49
305 6,567
- -
3.1 7.3
10 months ago 3 days ago
Shell Rust
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

learn_gnugrep_ripgrep

Posts with mentions or reviews of learn_gnugrep_ripgrep. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-10.
  • Learn GNU grep and ripgrep with hundreds of examples and exercises
    3 projects | /r/commandline | 10 May 2023
    Visit https://github.com/learnbyexample/learn_gnugrep_ripgrep for markdown source, example files, exercise solutions, sample chapters and other details related to the book.
  • Ask HN: Can I see your cheatsheet?
    37 projects | news.ycombinator.com | 29 Jun 2022
    I use my ebooks for reference:

    * GNU grep and ripgrep (https://learnbyexample.github.io/learn_gnugrep_ripgrep/)

    * GNU sed (https://learnbyexample.github.io/learn_gnused/)

    * GNU awk (https://learnbyexample.github.io/learn_gnuawk/)

    * Ruby one-liners cookbook (https://learnbyexample.github.io/learn_ruby_oneliners/)

    * Perl one-liners cookbook (https://learnbyexample.github.io/learn_perl_oneliners/)

    * Command line text processing with GNU Coreutils (https://learnbyexample.github.io/cli_text_processing_coreuti...)

    * Command line text processing with Rust tools (https://learnbyexample.github.io/cli_text_processing_rust/) — work-in-progress

    * Computing from the Command Line (https://learnbyexample.github.io/cli-computing/) — work-in-progress

  • exercises.
    5 projects | /r/linuxquestions | 14 Feb 2022
  • Grep Flags – The Good Stuff
    2 projects | news.ycombinator.com | 2 Feb 2022
    >The -I flag only considers text files. This radically speeds up recursive greps.

    I use ripgrep when I need better speed. I've pretty much switched to ripgrep these days, but still use GNU grep when I'm answering questions on stackoverflow, reddit, etc.

    >ABC flags

    Good to also know about `--group-separator` and `--no-group-separator` when there are multiple non-contiguous matches. Helps to customize the separator or remove them altogether. Sadly, these options are still not explained in `man grep` on Ubunutu. You'll have to use `info grep` or the online manual to find them.

    Options I use often that is not mentioned in the article:

    * `-c` to count the number of matches

    * `-F` for fixed string matching

    * `-x` to match whole lines

    * `-P` for PCRE (as mentioned in many comments here)

    * `--color=auto` this is part of command name alias, so it is always used

    I wrote a book as well on "GNU grep and ripgrep": https://github.com/learnbyexample/learn_gnugrep_ripgrep Free to read online.

  • Are there any good sites for linux exercises/drills?
    2 projects | /r/linuxadmin | 27 Nov 2021
    GNU grep and ripgrep

mcfly

Posts with mentions or reviews of mcfly. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-11.

What are some alternatives?

When comparing learn_gnugrep_ripgrep and mcfly you can also consider the following projects:

dotfiles - My configuration files

fzf - :cherry_blossom: A command-line fuzzy finder

gcc-xpack - A binary distribution of the GNU Compiler Collection (GCC)

atuin - ✨ Magical shell history

TUI-apps - Terminal User Interface (TUI) apps

zsh-histdb - A slightly better history for zsh

dotfiles - My dotfiles.

antigen - The plugin manager for zsh.

learn_gnused - Example based guide to mastering GNU sed

modern-unix - A collection of modern/faster/saner alternatives to common unix commands.

clmystery - A command-line murder mystery

zoxide - A smarter cd command. Supports all major shells.