aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-11-29 16:07:39 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-11-29 16:07:39 +1300
commite762715f3e7f0e9e6f861509872b1b6a5e2fa9d3 (patch)
tree6d5eb76f8218b7bc92b7f3cc3d046e1d82006a1e /README.md
parentMerge branch 'release/v7.21.0' into develop (diff)
downloaddotfiles-e762715f3e7f0e9e6f861509872b1b6a5e2fa9d3.tar.gz
dotfiles-e762715f3e7f0e9e6f861509872b1b6a5e2fa9d3.zip
Add phpcsff(1df)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c53c211..074b08b1 100644
--- a/README.md
+++ b/README.md
@@ -550,6 +550,9 @@ Installed by the `install-bin` target:
* `p(1df)` prints concatenated standard input; `cat(1)` as it should always
have been.
* `pa(1df)` prints its arguments, one per line.
+* `phpcsff(1df)` wraps around
+ [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to make it
+ a source code filter suitable for use as an `equalprg` in Vim.
* `pp(1df)` prints the full path of each argument using `$PWD`.
* `pph(1df)` runs `pp(1df)` and includes a leading `$HOSTNAME:`.
* `paz(1df)` print its arguments terminated by NULL chars.