Closed Resonious closed 6 months ago
@jdgc please review this
@Resonious I think this is fine to merge after a rebase
@jdgc Fixed it up. I moved a bunch of functions into a module since the cli.rb ended up hitting the rubocop line limit.. Maybe check that out and let me know if it looks good.
@jdgc Fixed it up. I moved a bunch of functions into a module since the cli.rb ended up hitting the rubocop line limit.. Maybe check that out and let me know if it looks good.
Hey sorry for missing this one - just needs another rebase and I think its good to go.
Automatically mounts
~/kaisershare
if present.This just makes it easy for me to move files in and out of containers. I've used it to point a gem to a local development version. I just put the gem source into
~/kaisershare/gem-name
and putpath: '/kaisershare/gem-name'
into my Gemfile. Very convenient.Maybe there's a better way to achieve this, but this is pretty simple and works!