From 8115b92db3f865717598a8f75108c3b8ed9f1d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 9 Feb 2022 16:26:32 +0100 Subject: [PATCH] Finished README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2625f42..e86202a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # BadWhiteSpace -If you're used to doing things on the terminal (like I am) +If you're used to doing things on the terminal (like I am) then having spaces in +your files is extremely annoying. This script will take all the files or +directories passed as arguments to it and replace the spaces with underscores +(`_`). + +## TODO + +- Create a new argument that allows the user to set the replacement + character(s). + +## License + +This project is licensed under the ZLib license (see the `LICENSE` file for more +information).