upterm
upterm copied to clipboard
A horizontal scroll bug and symlink suggestions
MacOS 10.12.6
- There is no suggestions for symlinks while using
cdcommand. - The terminal screen rolls out the window to the left when the horizontal scrolling is used.

Thanks.
Finder aliases on OS X are technologically distinct from symlinks.
From the filesystem's perspective, they are regular files, and only Finder itself and the OS X-specific APIs know to handle them - Node.js has no built-in API for that.
https://stackoverflow.com/questions/33337057/finder-aliases-not-recognized-as-symlinks-on-a-mac-with-node-js
I will think how to solve this problem in best way.