mirror of
https://github.com/Luzifer/short_path.git
synced 2024-11-08 08:00:04 +00:00
Small utility to shorten the current path for shell prompts
|
||
---|---|---|
vendor/github.com/mitchellh/go-homedir | ||
.repo-runner.yaml | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
main.go | ||
Makefile | ||
README.md |
Luzifer / short_path
short_path
is a very small utility to shorten the current path into a less readable but more useful version to be included in shell prompts. Especially Go developers know paths like /home/luzifer/workspaces/private/go/src/github.com/Luzifer/short_path
which already takes up most of the space on the prompt. This tool shortens the path to ~/w/p/g/s/g/Luzifer/short_path
which is much shorter and you should be able to know from that what the elements are.