upterm icon indicating copy to clipboard operation
upterm copied to clipboard

A horizontal scroll bug and symlink suggestions

Open osenvosem opened this issue 8 years ago • 1 comments

MacOS 10.12.6

  • There is no suggestions for symlinks while using cd command.
  • The terminal screen rolls out the window to the left when the horizontal scrolling is used.

2017-09-22 12 20 16

osenvosem avatar Sep 22 '17 09:09 osenvosem

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.

le0pard avatar Mar 15 '18 21:03 le0pard