All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

ripgrep 15.0.0 Released with Bug Fixes and Minor Improvements

By

robin_reala

7mo ago· 4 min readenCode

Summary

ripgrep 15.0.0 is a major version release of the line-oriented search tool that primarily focuses on bug fixes, particularly around gitignore matching issues, along with minor performance improvements and new features. The tool recursively searches directories for regex patterns while respecting gitignore rules and automatically skipping hidden files and binary files.

Key quotes

· 4 pulled
ripgrep 15 is a new major version release of ripgrep that mostly has bug fixes, some minor performance improvements and minor new features.
ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern.
By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files.
Several bugs around gitignore matching have been fixed. This includes a commonly reported bug related to applying gitignore rules from parent directories.
Snippet from the RSS feed
Sponsorship is appreciated! ripgrep 15 is a new major version release of ripgrep that mostly has bug fixes, some minor performance improvements and minor new features. In case you haven't heard of...

You might also wanna read