omerxx / tmux-sessionx

A Tmux session manager, with preview, fuzzy finding, and MORE
GNU General Public License v3.0
554 stars 51 forks source link

fix: improve additional_inputs latency by using xargs #100

Closed IdoKendo closed 1 month ago

IdoKendo commented 1 month ago

This PR closes #99 by running the loop of filtering $paths in parallel using xargs.

It was tested on my local machine and seems to improve the startup time with >100 paths significantly.