Skip to main content

Apply commands to both file contents and paths

Project description

full-apply

Apply commands to both file contents and paths.

Installation

pip3 install full-apply

Usage

$ full-apply --help
Usage: full-apply [OPTIONS] CMD PATHS...

  Apply commands to both file contents and paths.

  File paths and contents will be piped into the given shell command's
  standard input and replaced with its output.

  Examples:

  Replace all occurrences of "foo" with "bar" in both paths and file contents
  within the current directory and sub-directories (will prompt for
  confirmation before actually making any changes):

    $ full-apply -r "sed s/foo/bar/g" .

Arguments:
  CMD       shell command to apply  [required]
  PATHS...  paths to apply to (recursively)  [required]

Options:
  -y, --yes           apply changes without asking (dangerous!)
  -n, --no            don't apply changes and don't even ask
  -H, --hidden        go through "hidden" (dot-prefixed) files
  --binary            go through the contents of binary files
  -r, --recursive     recurse into directories
  --move / --no-move  move files  [default: move]
  --git-stage         stage changes to files tracked by Git (NOTE: only works
                      when run within the Git repo, otherwise undefined
                      behavior)
  --help              Show this message and exit.

Changelog

0.7.3

  • Introduced --git-stage option to automatically add changes to files to Git's index

0.7.2

  • Introduced --no-move option to disable moving files

0.7.0

  • Now defaults to not going through the contents of binary files.
  • Introduced --binary option to re-enable the old behavior of doing so.
  • Fixed crash on diff output for files with non-UTF-8 contents.

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

full_apply-0.7.4.tar.gz (6.2 kB view details)

Uploaded Source

File details

Details for the file full_apply-0.7.4.tar.gz.

File metadata

  • Download URL: full_apply-0.7.4.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for full_apply-0.7.4.tar.gz
Algorithm Hash digest
SHA256 b50e98beaa6dfa2526596acf78b373d109d4c8e638005162cfda2785005bb783
MD5 979667399188a7c068ed7714066f34ce
BLAKE2b-256 33596d16a7fcc4399b6ca4b8fd520b7691bae9f3763e5224ef8c5d113d74286b

See more details on using hashes here.

Supported by

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