The best README is probably the test cases:
Install
$ cargo install --git git@github.com:portocodes/tico.git
Use
Here's how I'm using it in fish_prompt.fish to replace prompt_pwd:
set -l cwd $cyan(tico (echo $PWD | sed -e "s|^$HOME|~|"))
The best README is probably the test cases:
$ cargo install --git git@github.com:portocodes/tico.git
Here's how I'm using it in fish_prompt.fish to replace prompt_pwd:
set -l cwd $cyan(tico (echo $PWD | sed -e "s|^$HOME|~|"))