Skip to content

Commit b8f3816

Browse files
committed
Cdir: Updating README file
1 parent e30eef5 commit b8f3816

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Shell script for creating new folders with consecutive numbering.
44
(C) Tristan Bandat , 2021
55

66
The goal of this project is to create a function that makes folder creating much faster.
7-
The function should detect on it's own if there is an existing folder structure
8-
(FOLDERNAME_X where X is a number) and create a folder with the correct folder name (FOLDERNAME_X+1).
9-
This should work with only the function call in the corisponding folder:
7+
The function detects on it's own if there is an existing folder structure
8+
(FOLDERNAME_X where X is a number) and creates a folder with the correct folder name (FOLDERNAME_X+1).
9+
This works with only the function call in the corisponding folder:
1010

1111
~/Folder/% cdir
1212

@@ -15,13 +15,11 @@ that name (if they exist) and creates a new directory with the given name and th
1515

1616
~/Folder/% cdir Exercise
1717

18-
Of course the function should have a help page (-h or -? or --help or help).
18+
Of course the function has a help page (-h or -? or --help or help).
1919

2020
## Other information:
2121

22-
1) The project is written in C (C99). Stoped because of the high complexity for a script.
2322
1) The project is written in Python 3.7.
24-
2) The finished file will be copied in the .bin/ folder aka project.
25-
3) There is a version on BCB as well as on the git server.
26-
4) The function will only work with numbers that are after the folder name and seperated
27-
with a _.
23+
2) The project is hosted on Github.
24+
4) The function only works with numbers that are after the folder name and seperated
25+
with a _. Aditional zeros after the underscore are getting detected, so don't worry.

0 commit comments

Comments
 (0)