# Can not click `src/index.js` to open in the right line. ``` leasot src ``` output: ``` src/index.js line 297 TODO adsad ✖ 1 todo/fixme found ``` # Temp solution: ``` leasot src | sed "s/line[ ]/:/g" ``` output: ``` src/index.js :297 TODO adsad ✖ 1 todo/fixme found ``` Click the `:297` line number after clicked info index.js file, that should work by 2 steps;