▲ | fwip 3 days ago | |||||||
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. | ||||||||
▲ | amelius 3 days ago | parent [-] | |||||||
Ok. That's good to know. I currently use an alias per folder. So I would type "cool-app", and it would go to the desired folder. But, and here comes the point, the alias also runs "source sourceme" to put all the environment variables in place, start virtual environments, etc. | ||||||||
|