Open dhduvall opened 2 years ago
I'm surprised it's working as-is (aside the bug you mentioned). A few lines below this one I'm prepending the tmp path for the second time, which is unintended.
I'll probably accept your suggestion. Hopefully one of the integration tests will be able to capture bugs, if any.
Describe the bug On MacOS, the repo browser can't show the cheat files.
To Reproduce Steps to reproduce the behavior:
navi repo browse
Expected behavior To see the contents of the selected cheat file in the right-hand panel
Screenshots If applicable, add screenshots to help explain your problem.
Versions:
Additional context This is reproducible with
(also with
fzf
). That repro is fixable by adding an extra set of single quotes:but simply applying that change to the source doesn't fix the issue:
What does work is to do that and get rid of the path prefix:
but I don't know what unintended consequences that would have.