Hello and thanks for this incredible work!
I am wondering if this would be hard to implement something similar to https://github.com/aykamko/tag? I can try if you want. The principle is simple: Generate one alias per results in a temporary file (so e1 will open an editor to the first result —file and line—, e2 to the second result etc.; e.g. alias e1="$EDITOR +line file"), source the alias (done by the shell, not by the command itself), that's it.
Hello and thanks for this incredible work!
I am wondering if this would be hard to implement something similar to https://github.com/aykamko/tag? I can try if you want. The principle is simple: Generate one alias per results in a temporary file (so
e1will open an editor to the first result —file and line—,e2to the second result etc.; e.g.alias e1="$EDITOR +line file"), source the alias (done by the shell, not by the command itself), that's it.