v0.8.1
fix completion for tome names with 2+ chars (#30) fix #28 (GitHub) tome completion was failing for a command "app", when navigating to sub directories. This was occurring due to incorrect stripping of the first word in completion, instead stripping the first 2 chars. some minor style fixes.