fcsonline / tmux-thumbs

A lightning fast version of tmux-fingers written in Rust, copy/pasting tmux like vimium/vimperator
MIT License
917 stars 61 forks source link

Path with "$" inside it #131

Closed andresgutgon closed 1 year ago

andresgutgon commented 1 year ago
image

Expected copy

app/routes/notes/\$noteId.tsx

What I get

pp/routes/notes

I'll let this here and maybe I do the PR : )

fcsonline commented 1 year ago

A Pull request will be great! We just need to tweak this regex: https://github.com/fcsonline/tmux-thumbs/blob/760687263d3928a5d1508966329380ecedff7455/src/state.rs#L17

A test would be awesome.

fcsonline commented 1 year ago

https://github.com/fcsonline/tmux-thumbs/pull/132

fcsonline commented 1 year ago

Merged!