▲ | amelius 3 days ago | ||||||||||||||||
If I have 100 paths that end in ".../src", then interactive selection will, I suppose, make me go through that long list. | |||||||||||||||||
▲ | fwip 3 days ago | parent [-] | ||||||||||||||||
You can type any part of the path, not just the final part - so, from `/path/to/projects/go/github.com/me/my-cool-app/src`, you could type `cool-app/src` or `proj me cool src` or `cool s`. Interactive selection is useful partly because you can search iteratively, for less-frequently accessed locations. E.g: I might type `go fwip` because I'm looking for my go projects, and then once I see it in the list and actually remember it's called "my-radical-app", I add `rad` (or use the arrow keys to select) and hit enter. | |||||||||||||||||
|