Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clicking-to-open local directories/files seems buggy #2292

Closed
sts10 opened this issue Jan 16, 2020 · 4 comments
Closed

Clicking-to-open local directories/files seems buggy #2292

sts10 opened this issue Jan 16, 2020 · 4 comments

Comments

@sts10
Copy link

sts10 commented Jan 16, 2020

New Kitty user here. Everything's working great for me so far on macOS (10.14), but I found something a little peculiar that may be a bug.

I have a command-line tool that prints the path to a local directory to the terminal, like file:///Users/sts10/path/to/directory/. In Kitty (0.15.1), when I try to use the mouse to open the directory in Finder by holding down Shift+Ctrl and clicking on the text of the path, it only works if I click in the small space between the : and the first /. If I hover or click anywhere else on the path, Kitty seems to treat it like normal text.

Is this expected behavior? (I can click anywhere on http URLs to open them.)

@kovidgoyal
Copy link
Owner

And note you might be interested in:
https://sw.kovidgoyal.net/kitty/kittens/hints.html

@sts10
Copy link
Author

sts10 commented Jan 17, 2020

Thanks for getting to this so quickly! Looking forward to testing your fix in the next release (or sooner, if I get up the courage to build from source).

@Luflosi
Copy link
Contributor

Luflosi commented Jan 17, 2020

Building from source is pretty easy, especially on macOS, see https://sw.kovidgoyal.net/kitty/build.html.

@sts10
Copy link
Author

sts10 commented Jan 17, 2020

Yeah, I was just poking around and it did look pretty straight forward. I just tried cloning the repo and running make (hoping dependencies would be fine as is -- I've got python3 working and am running macOS 10.14.6), but I got this error:

Linking kittens/unicode_input/unicode_names ...
clang -Wextra -Wno-missing-field-initializers -Wall -Wstrict-prototypes -std=c11 -O3 -fwrapv -fstack-protector-strong -pipe -march=native -fvisibility=hidden -flto -Ikitty -I/Users/sschlinkert/.pyenv/versions/3.8.0/include/python3.8 -Wall -O3 -shared -flto build/unicode_names-unicode_names.c.o -ldl -framework CoreFoundation -L/Users/sschlinkert/.pyenv/versions/3.8.0/lib -lpython3.8 -Wl,-stack_size,1000000 -framework CoreFoundation -o build/kittens/unicode_input/unicode_names.so
ld: -stack_size option can only be used when linking a main executable
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [all] Error 1

I'd guess that it's probably due to a missing or outdated dependency — and tbh I'd rather not go on an installation mad-dash on my work computer right now. Not a big deal for me to wait.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants