🔎 A small "find and replace" library that does string replacements in provided paths.
Replace user home in a string with another string. Useful for tildifying a path.
Replaces a file extension with another one.
Replacing symbols during the linking phase of ICSS
Helper function to replace supers
A simple utility to quickly replace text in one or more files.
Helper function to replace supers
Replace or remove multiple items in an array.
Replace strings in files while bundling
Replace search occurrences with a replacement string.
Command line search and replace utility
mdast utility to find and replace text in a tree
PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.
Walk and transform a pug AST
The same useRef, but with callback
Get an iterator for any JS language value. Works robustly across all environments, all versions.
A node.js through stream that does basic streaming text search and replace and is chunk boundary friendly
Configurable "search and replace" plugin. Replaces matching nodes in the tree with a given replacement node. For example you can replace `process.NODE_ENV` with `"production"`.
Replace text in one or more files or globs. Works asynchronously with promises.
> Rewrite a WASM binary
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
Replace JSX attribute value
Fixes stack traces for files with source maps
Replace search occurrences with a replacement string.
The Filepath class provides immutable objects with dozens of convenience methods for common operations such as calculating relative paths, concatenating paths, finding all the files in a directory or modifying all the extensions of a list of filenames at once.
replace_recursive --help
Replace File and Path methods with Nim alternatives for speed
This gem overrides capistranos link tasks and replaces them by using relative paths. This could be usefull if you are in a shared hosting environment.
Migrates your EE DB to and from a server with rollback capabilities and find and replace to change paths automagically.
Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates. This version parses #! fragments as part of the path.
licence_injector injects text from the given licence file into each source file found at the given source path whose extension is one of those in the given list of extensions. licence_injector also allows a previously injected licence to be replaced with a new licence
This gem leverages Guard's watch ability to insert files inline within another file. When the parser incounters a //= path/to/file, it then gets the content of that file and then inserts the content replacing the comment. Optionally that file can then be passed through Uglifier. Files with no insertions will just be copied over.
namespace_editor replaces existing namespaces with a new namespace in each source file found at the given source path whose extension is one of those in the given list of extensions. Useful for Android white label apps
Script parses Blogger Atom XML file for blog entries and saves each of them to separate file in markdown format. It also downloads images from posts and replaces links to them with local paths.
Fork of bundled mkmf.rb, should work as drop in replacement. Modifications: * GDB and XCode path compatibility: relative path specified by mkmf (../../../../ext/<target>/...) confuses source-to-debug correspondence. The downside to this is that mkmfmf specifies absolute paths, which means that the project will have to be recompiled for debugging from an alternate location. This can be disabled by adding a use_relative_paths block. * CURRENTLY NOT WORKING: Sub-directory support for source code: all .c, .m, .cc, .cxx., .cpp files and if the filesystem is case sensitive, all .C files are automatically included, and any directories with .h files are added to INCFLAGS. * Automatically uses CC from ENV if set
A boilerplate is a markdown file you place under the `_boilerplates/` folder to generate new pages for jekyll. It can automatically timestamp and title new pages. It will also replacing any `{{ boilerplate.xxx }}` tags with content. Available tags include `.time, .title, .date, .random`. You can also provide custom tags with `boilerplate post nav_order=1` > `{{ boilerplate.nav_order }}`. In the boilerplate header you can specify options like the path to generate pages under and if filenames should be timestamped. `_boilerplate: > path: '_posts/'`