I'm with the others: fd
default syntax is easier to remember.
And for the interactive search I'm using skim
. With it I cd
to the dir I want and Alt t
to trigger fuzzy finding. There are also bindings to search for dir or in the history. The neat part is that results are inserted as is in the command line, no need to xargs or copy them. It also make the history look like I always know where the files I want are when in reality they are just fuzzy-found
They clearly intend this post for developers.
But yeah I want my stacktraces… in my IDE/debugger where I can see them and jump the stack. Most of the time I just need the head, where the breakpoint (or crash) is.
They also complain about rust where you can
RUST_BACKTRACE=1 <program>
. The default error tells you so !