/wordrow

A small CLI tool to replace instances of words with other words in plaintext

Primary LanguageGoMozilla Public License 2.0MPL-2.0

wordrow

GitHub Actions Test Coverage Maintainability BCH Compliance Go Report Card

A small CLI tool to replace instances of words with other words in plaintext, written in Go.

Quick Links: Documentation | Changelog | Contributing Guidelines | Code of Conduct

Why

Everything wordrow does can be achieved with existing tools, e.g. with sed, simple scripts, or even just a text editor. However, wordrow aims to make it easy to do text replacements in batch and continuously. Using a simple syntax to define mappings, you can improve what you write quickly and every time you safe a file.

Usage

First, download the latest release for your system and add the wordrow binary to your PATH.

To get started, you can read how to use the CLI and how to define a mapping. Alternatively, you can grab one of the ready-to-use mapping files.

For quick access to help on the command line use:

$ wordrow --help