## Installation
Search and Rewrite code at large scale using precise AST pattern
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Search and Rewrite code at large scale using precise AST pattern
Search and Rewrite code at large scale using precise AST pattern
Search and Rewrite code at large scale using precise AST pattern
For ruby and ruby on rails
Search and Rewrite code at large scale using precise AST pattern
Search and Rewrite code at large scale using precise AST pattern
Search and Rewrite code at large scale using precise AST pattern
Search and Rewrite code at large scale using precise AST pattern
Search and Rewrite code at large scale using precise AST pattern
Filter tests using substring
Search and Rewrite code at large scale using precise AST pattern
Search and Rewrite code at large scale using precise AST pattern
Ruby SemVer in TypeScript.
Search and Rewrite code at large scale using precise AST pattern
Search and Rewrite code at large scale using precise AST pattern
Convention over configuration for using Vite in Ruby apps
Search and Rewrite code at large scale using precise AST pattern
Like ruby's abbrev module, but in js
Ruby grammar for tree-sitter
prettier plugin for the Ruby programming language
Search and Rewrite code at large scale using precise AST pattern
enhaced grep program: higlights matches & filenames, shows line numbers
Implementing full functionality of the "grep" command in Unix/Linux system with Ruby. Specification goes to http://www.opengroup.org/onlinepubs/9699919799/utilities/grep.html.
It just the training project.
Semantic grep for Ruby
Grep replacement, recursively scans directories to match a given Ruby regular expression. Prints highlighted results. Based on the Perl tool 'ack' by Andy Lester.
Grep tool for large Ruby codebases
Grep replacement, recursively scans directories to match a given Ruby regular expression. Prints highlighted results. Based on the Perl tool 'ack' by Andy Lester. Fork of the original Rak tool by Daniel Lucraft. This version implements stability improvements, UI improvments (display, colors), column handling, bug fixes.
grep - grep library done the Ruby way by extending Dir and File
Modifications by Sven Winkler == DESCRIPTION: Replacement for grep. Recursively scans directories to match a given Ruby regular expression. Prints highlighted results. Based on the Perl tool 'ack' by Andy Lester.
Based on the Perl tool 'ack' by Andy Lester. Examples with similar grep: $ rak pattern $ grep pattern $(find . | grep -v .svn) $ rak --ruby pattern $ grep pattern $(find . -name '*.rb' | grep -v .svn) == FEATURES/PROBLEMS: * Ruby regular expression syntax (uses oniguruma gem if installed). * Highlighted output. * Automatically recurses down the current directory or any given directories. * Skips version control directories, backups like '~' and '#' and your * ruby project's pkg directory. * Allows inclusion and exclusion of files based on types. * Many options similar to grep.
Parse changelog files and extract entries matching various criteria
Pipeable Ruby - forget about grep / sed / awk / wc ... use pure, readable Ruby!