From 43e61ed5d69abda19bb4061158bb96b4041187cb Mon Sep 17 00:00:00 2001 From: Noam Nol <45405044+NoamNol@users.noreply.github.com> Date: Tue, 5 Jul 2022 00:05:18 +0300 Subject: [PATCH] Update README.rst --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index 07e4d10..5780ce9 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,12 @@ unify Modifies strings to all use the same quote where possible. +Install +======= +:: + + $ pip install unify + Example ======= @@ -29,3 +35,10 @@ gets formatted into this x = 'abc' y = 'hello' + +Tip +======= + +Run on all python files in Git version control:: + + $ unify --in-place $(git ls-files '*.py')