degica / kaiser

Commandline Gem that allows you to work with web apps better
https://tech.degica.com/kaiser/
MIT License
12 stars 1 forks source link

Add always-shared mount #34

Closed Resonious closed 6 months ago

Resonious commented 4 years ago

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 put path: '/kaisershare/gem-name' into my Gemfile. Very convenient.

Maybe there's a better way to achieve this, but this is pretty simple and works!

degicat commented 4 years ago

@jdgc please review this

jdgc commented 4 years ago

@Resonious I think this is fine to merge after a rebase

Resonious commented 4 years ago

@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 commented 4 years ago

@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.