You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: misc/kshell_launcher/README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Create kshell terminals from a kscript
1
+
# `Kshell` launcher `kscript`lets
2
2
3
3
4
4
Based on https://github.com/khud/sparklin which is a proof-of-concept software that includes experimental new Kotlin REPL.
@@ -14,10 +14,26 @@ You may want to add it to your `PATH` as well.
14
14
15
15
## Usage
16
16
17
-
Simply provide any kscript as argument. E.g [`krangl_example.kts`]()
18
-
```
17
+
Simply provide any kscript as argument. E.g [`krangl_example.kts`](https://github.com/holgerbrandl/kscript/blob/master/misc/kshell_launcher/krangl_example.kts)
18
+
19
+
```bash
19
20
kshell_from_kscript.sh krangl_example.kts
20
21
```
22
+
This will launch a kshell-session will all dependencies from the kscript in the class path
23
+
24
+
```
25
+
Preparing interactive session by resolving script dependencies...
0 commit comments