1 ## arg 1: the new package version
4 echo "This package adds tag() and gat() functions into bash."
5 echo "tag <arg> marks your current position in filesystem under a given 'alias'."
6 echo "gat <arg> cd's to given 'alias'. Aliases are stored at ~/.bash-bookmarks."
7 echo "to use it you need to source /etc/profile.d/bash_bookmarks.sh"
8 echo "and /etc/bash_completion.d/bash_bookmarks to your bash instance."