Skip to main content

A convenience script to search and replace strings in files.

Project description

search-replace is a trivial Python script that implements search/replace in text files.

https://github.com/luismsgomes/search-replace

Copyright (c) 2019 Luís Gomes <luismsgomes@gmail.com>

Usage

search-replace <json-table> [<input-file> [<output-file>]]

Where <json-table> is either:

  • an object with search strings as keys and replacement strings as values, e.g. {"search": "replace"}

  • an array of arrays containing search and replacement string pairs, e.g. [["search1", "replace1"], ["search2", "replace2"]]

  • a filename preceeded by @, such as @table.json, and the file should contain the replacement table in one of the two JSON formats described above

In the second form, the order of replacements is ensured to follow the order of the array.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

search-replace-0.1.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page