r/software 14h ago

Release Hello I built a [Python Open Source] DirLCR Directory Listing, Creating, and Removing

Hello, I am a freelancer programmer and today I want to share you my CLI open-source project, with a function of listing (dir), creating (mkdir) and removing (rmdir) directories, but here's the twist, this is a more automated python lightweight script that still requires user input but it does not require constant clicking, dragging and typing all at once, nor it requires to type and re-type flags every time, but instead of that... You just type your option and the path for the specified choice, and you successfully did your operation.

The code will be sent here:

https://github.com/Sqlmap53/DirLCR-Directory-Listing-Creating-Removing

Any questions or concerns feel free to contact:

[SMAPDev13@outlook.com](mailto:SMAPDev13@outlook.com)

This is the first version of the code, or the "BETA" code in other words, so feel free to contribute as long as you give me the credit and don't steal it.

0 Upvotes

2 comments sorted by

1

u/Various-Mention-315 14h ago

Nice little utility for people who want a simpler wrapper around basic file ops. The GitHub link formatting is a bit off though, the URL got glued to the parentheses

1

u/Aggravating_Swim2274 14h ago

Thank you, what do you mean about being glued to the parentheses?