Saadmairaj / tkterminal

Terminal widget for Tkinter library.
https://pypi.org/project/tkterminal
Apache License 2.0
58 stars 6 forks source link

Error Message: "/bin/sh: line 0: cd: Documents: No such file or directory" when I change directory #7

Open Moosems opened 2 years ago

Moosems commented 2 years ago

When I use "cd" to change directory it will change the directory but it gives this error message: "/bin/sh: line 0: cd: Documents: No such file or directory". Again, this happens after it has changed the directory to Documents

Moosems commented 2 years ago

Real life example (Started in the folder Documents):

JDE: cd PyApps /bin/sh: line 0: cd: PyApps: No such file or directory JDE: ls Dmg's In-Progress Working JDE: cd In-Progress /bin/sh: line 0: cd: In-Progress: No such file or directory JDE: ls 2dPlatformer Calculator JDE MultiWindow Reminder

Saadmairaj commented 2 years ago

Thanks for reporting it, will fix it with the next release

SchoolyB commented 1 year ago

When I enter 'cd' it just crashes entire terminal. Looking for/building a fix.

Moosems commented 1 year ago

@Saadmairaj When will this "next release" be? It's been half a year now and it's taken so long I've started my own alternative