From 0d0cfac86014f0f60690884148c2d6ecb6af29e8 Mon Sep 17 00:00:00 2001 From: Nicolo P Date: Tue, 15 Feb 2022 20:53:29 +0100 Subject: [PATCH] Update .gitignore and README --- .gitignore | 6 ++++++ README.md | 25 +++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 848d234..94840b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ +# Vim stuff *.swp +*.vim + +# Test files test_f*.txt + +# venv bin lib* *.cfg diff --git a/README.md b/README.md index 6817c37..e31a3ab 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,21 @@ python crapgrep.py [OPTIONS] [PATTERN] [FILE[...]] _**Note**: obviously, `crapgrep` doesn't read from `stdin`, which makes it even more useless..._ +## Installation + +If you like wasting time because apparently you have nothing better to do, you can try `crapgrep` by cloning the repository with `git`: + +```bash +git clone https://baltig.cnr.it//nicolo.paraciani//crapgrep.git +``` + +then + +```bash +cd crapgrep +python crapgrep.py