yantonov/alias

Try to autodetect target executable to prevent manual configuration

Closed this issue · 0 comments

Right now, the target executable should be manually configured.
The idea: use current binary working dir to find target executable by looking PATH variable and trying to find the executable with the same name which appears later in the PATH.

Of course, the manual configuration should be preserved (for some specific corner cases).