Package-level declarations

Properties

Link copied to clipboard
val Terminal.coroutineHandler: CoroutineExceptionHandler
Link copied to clipboard

Loaded sounds

Functions

Link copied to clipboard
fun Terminal.asynchronous(block: suspend CoroutineScope.() -> Unit): Job

Runs asynchronously

Link copied to clipboard

Copy text to clipboard

Link copied to clipboard
fun loadSound(resourcePath: String, volume: Double? = null): Clip

Load sound .wav to be played in the CLI later

Link copied to clipboard
fun Clip.play()

Play audio Clip

Link copied to clipboard
fun playSound(resourcePath: String)

Play sound .wav in the CLI

Link copied to clipboard

Reveal file in file explorer

Link copied to clipboard
fun Terminal.sync(block: suspend CoroutineScope.() -> Unit): Job