OSTechNix · @ostechnix
666 followers · 1723 posts · Server floss.social
μCodery · @ucodery
33 followers · 174 posts · Server fosstodon.org

You mean to tell me ’s tagline isn’t “let it riiiiiip!”?!?

#ripgrep

Last updated 1 year ago

Hmm, so, ripgrep-all as installed from package or built with cargo and the latest release has a bug that breaks searching epub files. It's related to pandoc dropping '--atx-headers'. You can either downgrade pandoc, or build ripgrep-all from the github repo. I've seen a few people say they have no idea how to build it from the git repo though, so... I'm *not* a rust guy, but this works:

Clone repo
cd into repo
cargo build --release

Binaries will be in ./target/release.


-all

#ripgrep #Linux

Last updated 2 years ago

Jan Katins · @jankatins
98 followers · 1311 posts · Server fosstodon.org

TIL: don't run on your mac os $HOME if you have a google mounted in there somewhere...

#ripgrep #drive

Last updated 2 years ago

Swapnil · @thinkfree
51 followers · 198 posts · Server fosstodon.org

Very impressed with "ugrep"

github.com/Genivia/ugrep

"a faster grep alternative with interactive TUI, fuzzy search and more ..."

Available in most distro's package repos already.

#alternative #fuzzy #search #grep #fzf #ripgrep #cli #terminal #utility

Last updated 2 years ago

Elliot Wasem · @ewasem
10 followers · 54 posts · Server mstdn.social

@jschauma add a segment on parsing to your class (if you see fit). It's painful to learn from scratch with no guidance. The class is already wonderful, but I think that's something that I could have benefited from, given my current headache and work assignment.

My current solution is a combination of , , and profuse swearing and sweating! If that's the best anyone has figured out though, so be it!

#lnav #ripgrep #systemadministration #log

Last updated 2 years ago

k∈ℝ · @no
4 followers · 273 posts · Server nofan.xyz

github.com/BurntSushi/ripgrep/

you can install ripgrep in a simple way: download the binary release only. then extract and then ` mv rg /usr/bin`.

#ripgrep

Last updated 2 years ago

Ryan Li · @jtr109
15 followers · 305 posts · Server mastodon.world

@mogita 如果有机会也可以试试 rg,日常使用其实都不错,他们的差别主要在对大型项目的检索上 rg 会更快一点。

github.com/BurntSushi/ripgrep

#ripgrep

Last updated 2 years ago

Alejandro Baez · @zeab
105 followers · 429 posts · Server fosstodon.org

I have converted to using instead of . It's considerably better.📈 Much like moving to from grep. Once you do the hop, it's REALLY hard not using the tool. 😎

The biggest piece that I like is how you can use an interpreter directly for a target. Want for a target? Sure! Want Nix as a target!? Yup. 😅

just.systems/

#justfile #makefile #ripgrep #lua

Last updated 2 years ago

mimame · @mimame
28 followers · 31 posts · Server hachyderm.io

Most impressive achievement for me is not its integration in the kernel rather have replaced almost every of my tool with better , and completely natural

Very fast illustrative list:
⬅️ terminal
⬅️ editor
⬅️ terminal multiplexor
⬅️ tldr
⬅️ find
⬅️ grep
⬅️ pager
⬅️ interactive ls
⬅️ ls
-delta ⬅️ git diff
⬅️ xdg-open
⬅️ shell prompt
⬅️ upgrade manager
⬅️ ls colors

#rust #linux #cli #design #behaviors #wezTerm #helix #Zellij #tealdeer #fd #ripgrep #bat #broot #exa #git #handlr #starship #topgrade #vivid

Last updated 2 years ago

Conor · @_csinclair_
4 followers · 8 posts · Server hachyderm.io

has the `-v` flag for filtering out items which match a given regex!
So `rg -v "\*"` will filter out your current branch 🐒
github.com/BurntSushi/ripgrep

#ripgrep

Last updated 2 years ago

Astra Kernel :verified: · @AstraKernel
754 followers · 783 posts · Server infosec.exchange

✨ ripgrep recursively searches directories for a regex pattern while respecting your gitignore
(Written in Rust)

github.com/BurntSushi/ripgrep

#ripgrep #rust #rustlang #rustaceans #rusties #linux

Last updated 2 years ago

Ian Homer · @ianhomer
75 followers · 35 posts · Server mas.to

@mathias is a stunning tool. I'm always amazed how fast it is. Along with tools like (the silver surfer) and I can parse and find things so quick. fzf is wired into many of shortcuts and I use it most days.

#jq #ag #ripgrep #cli #fzf

Last updated 2 years ago

tony · @ccahua
1 followers · 44 posts · Server fosstodon.org

Year in Review

:exe 'Rg '.strftime("%Y")

#vim #ripgrep #iso8601 #datetimestamp

Last updated 2 years ago

michabbb · @michabbb
2 followers · 18 posts · Server social.vivaldi.net

recursively searches directories for a pattern while respecting your gitignore - github.com/BurntSushi/ripgrep

#ripgrep #regex #devops #grep #search #tool

Last updated 2 years ago

jbowen · @jbowen
101 followers · 116 posts · Server tilde.zone

@rockylinux I would experience the world quite differently without , , and .

Some of my recent favorites are , , and .

I'd also be quite sad without and .

#bash #vim #tmux #bat #ripgrep #Gping #netbsd #pkgsrc

Last updated 2 years ago

Max :verified_paw: :vim: · @mgreco
16 followers · 38 posts · Server hachyderm.io
tony · @ccahua
0 followers · 9 posts · Server fosstodon.org

Get a hit count? $ rg -l -c Mastodon ./|less

#ripgrep #search

Last updated 2 years ago

Sozialwelten · @sozialwelten
1532 followers · 10299 posts · Server ifwo.eu
Kirill Zh · @kirill
204 followers · 957 posts · Server s.zholnay.name


Продолжаю искать самые быстрые способы обработки данных из возможных для обычных IT-ков и на любом процессоре🤔

ripgrep очень быстр и крут! Любимое:

`sh
echo 'one "2"' | rg '^(?P<first>\S+) "(?P<sec>\d)"' -o -r '$2 and $first'  ✔
2 and one
`

Этой конструкцией можно преобразовать всё во всё 🤨

На i7-3740QM CPU @ 2.70GHz ripgrep конвертил в csv со скоростью 30k eps 🤩

Но Nim в x2.5 быстрее! А коллега закодил мультипоточность, прирост кратен ядрам x20 на 8 CPU🔥

#nim #ripgrep #bigdata

Last updated 3 years ago