Bash completion (aka tab completion) for dat.
npm install -g dat-completion
To install it globally do
dat-completion --save
Or run
dat-completion
And follow the instructions printed in the top.
Then resource your ~/.bash_profile or similar and try
dat <tab><tab>
It should also support option completion. Try
dat import --<tab><tab>
MIT