Will Boyce

Results 8 comments of Will Boyce

This may be in bad taste, but I've moved to using [bat](https://github.com/sharkdp/bat) now and would recommend it to anyone wanting a better `cat`.

thanks for the well documented pr @tommie-lie!

Along a very similar vein, I've used this snippet a few times over the years ```bash abspath() { echo "$(cd "$(dirname "$1")" && pwd)/$(basename "$1")" } ``` Pretty much the...

@junegunn anything I can do to assist in getting this PR merged? Cheers

@thesle3p this is my intention now that oclhashcat has gone open source, it is simply a matter of finding the time! My only reason for not merging this PR is...

Ref [`auth.go:84`](https://github.com/balena-io/sshproxy/blob/master/auth.go#L84)

I added Todo List after TFC, but I do have a whole bunch of mods installed. I'll play around in a new save tonight and see if I can find...

Massive +1 for this from me, I tried to work out how to add this last night so I could send a PR but couldn't work out what function I...