Im making this python file manager its one of my smaller projects but i like going back to python sometimes
I used chatgpt at the start and i used copilot for debugging
Im making this python file manager its one of my smaller projects but i like going back to python sometimes
I used chatgpt at the start and i used copilot for debugging
Okay here is what i did:
-i tried to add a stat command but it wouldnt work
-i added a confirmation to the del command
-did i mention the rdtxt command?
-i also added plugin support
-this update is not yet avalible in pypi but it will be
Log in to leave a comment
I finally uploaded it to pypi now you can install it like this: pip install afilespy==0.1.2
But i still recommend downloading it from github
Log in to leave a comment
I built a python file manager that works in the terminal
its not perfect but i will work on it later open it in the terminal with
python folder/main.py or just click it
Okay i finally fixed the bug in the title and some other bugs
also i added copying files
and a help command
you can also use a “.” to do a current directory
Log in to leave a comment
I added a delete command:
del |filepath| |file| –deles file
i also added a strting ascii logo
the delete command was very hard to implement and cant delete folders yet
Log in to leave a comment
I made the basics its just the bare minimum but its fine i guess
now you can download it and put it somewhere in your files
(i recommend the C: drive for full file access)
Commands:
ls |directory|-optional –lists directory
mv |file| |directory| –moves file to directory
ren |filename| |filename2| –renames filename to filename2
crf |directory| |foldername| – creates folder at directory
quit – quits file manager
Log in to leave a comment