GiorgosXou / TUIFIManager

A cross-platform terminal-based termux-oriented file manager (and component), meant to be used with a Uni-Curses project or as is.
GNU General Public License v3.0
688 stars 13 forks source link

TUIFIManager does not start in current working directory. #4

Closed paxsali closed 2 years ago

paxsali commented 2 years ago

Hello,

I see no reason why TUIFIManager should not start in the current working directory $PWD (os.path.curdir in Python).

Instead, it appears the default is to always start in the user's home directory ($HOME).

Please consider changing the behavior.

GiorgosXou commented 2 years ago

Indeed, I kinda agree, although (something I haven't mentioned) you can always just do tuifi . or whatever path

GiorgosXou commented 2 years ago

v.1.1.3