diff --git a/README.md b/README.md index d767613..2542c99 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,8 @@ This will also be integrated into my upcoming "pyos3" project.
  • Menu's and inputs don't output any response, or are entirely skipped.
    For some reason, the key() function (for awaiting a keypress) is entirely ignored.
    Can't fix because I'm using a module which allows this. Not sure why this would happen either.
    (Simply restart the program. I have only seen this issue on Replit.)
  • When deleting the last hierarchy, the No Hierarchy menu appears.
    I will not be fixing this as I find it actually informative.
    It is fairly easy to implement yourself though.
    Find instructions for using the src and PyInstaller below if you plan to do so.
  • Files and directories cannot have the same name.
    I cannot fix this because of the way commands are written.
    If you attempt to do so, you will be noted of this.
  • -
  • For just this release, using "cd ////////////" or something similar will cause unexpected outcomes.
    I will figure out how to deal with this for the next and final release.
  • Using " " and ' ' in arguments does NOT work as expected.
    Because I use the .split() method to split spaces, using quotation marks will not allow you to have directories with spaces.
    Along with that, using quotation marks as file names and directories is allowed (because I can't figure out how to fix it) but is extremely confusing.
  • -
  • Simply typing a command doesn't output any response.
    I don't plan to fix this as it has little to no impact.
    If you'd like, create a PR with information attached to each command if no arguments are present.
  • +
  • Simply typing in just "cd" doesn't output any response.
    I don't plan to fix this as it has little to no impact.
    If you'd like, create a PR with information attached to each command if no arguments are present.
  • The code format is just bad in general.
    I don't plan to revisit this after it is completed.
    If you want to reformat the code (greatly appreciated), create a PR.