tmux-plugins / tmux-open

Tmux key bindings for quick opening of a highlighted file or url
MIT License
619 stars 63 forks source link

If absolute path doesn't match, look relative to current directory of the pane #51

Open poetaman opened 2 years ago

poetaman commented 2 years ago

Let's say a user does ls -lrta or find to print paths relative to current directory, currently they are not recognized and opened. The feature request is to first look for a full path, if not matched, then look for path under the current working directory of the pane.