From 2ad1d32fcc4e9968da1968ab17dd57c1093bcfaf Mon Sep 17 00:00:00 2001 From: cerberus Date: Sun, 12 Oct 2025 19:44:17 +0200 Subject: [PATCH] update README.md --- refit/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/refit/README.md b/refit/README.md index 3b0d2b1..a262c16 100644 --- a/refit/README.md +++ b/refit/README.md @@ -1,6 +1,7 @@ # refit -`refit` is a file, directory manipulation and creation tool. +`refit` is a file and directory manipulation tool. Currently it can create a flat folder and file structure +as well as an linear directory structure. ## ToDos @@ -16,6 +17,9 @@ - implement config file containing version, default names and other configurations - make file and directory creation start counting at 1 instead of 0 +- Add security check which benchmarks the creation of folders and files +before the first execution in order to prevent either python, the file +system or the system in general to crash. ## Changelog