misc/completion/ipfs-completion.bash: add `ipfs stats` to BASH completion
core/commands/mount_unix.go: ensure error is not nil before printing it
contribute.md: fix bibliography indexing in example
core/commands/swarm.go: change tabs to spaces in USAGE message
*: 80-column readability improvements
License: MIT
Signed-off-by: Thomas Gardner <tmg@fastmail.com>
`launchd` doesn't allow you to *use* environment variables. Nor does it support
tilde-expansion of program names & arguments after OSX 10.10.
To work around this, I've made the plist file a template and included a small
install script that will interpolate the correct values.
Does auto-complete for the ipfs commands, subcommands and parameters.
Reported to works for bash and zfs
The completion could be smarter for some parameters (marked as #TODO)