vaniacer/sshto

After closing the app it lists entire current working directory

Closed this issue · 6 comments

Just watch the video, happens when closing with hitting Esc and when selecting Exit menu option.

untitled.mp4

Yes it's by design:

...
#------------------------{ Exit function }------------------------------------------------------------------------------
bye(){ printf "\n$DEF$CON"; clear; [[ $(uname -s) == "Darwin" ]] && ls -G || ls --color=auto; exit 0; }; trap bye INT
...

Sorry, but what's the point of this?

It's quite convenient for me to have list of files(dirs) in current folder when I'm working in console.

Can this thing at least be optional?

Done 6e58c01

Thank you!