kash icon indicating copy to clipboard operation
kash copied to clipboard

User libraries support?

Open linux-china opened this issue 5 years ago • 1 comments

I want to add some libraries for kash, for example, okhttp3, Klock, JSch etc, and I can write my functions with these libraries support. Cloud I put jars under ~/.kash/lib and kash will load these jars automatically?

linux-china avatar Jun 10 '19 22:06 linux-china

Yes, user classpath is on my TODO list as well.

Right now, I'm thinking that user classpath would be in ~/.kash.json which Kash would read on start up.

cbeust avatar Jun 11 '19 13:06 cbeust