TermUi

object TermUi

Properties

Link copied to clipboard

True if the current platform is a version of windows.

Functions

Link copied to clipboard
fun editFile(filename: String, editor: String? = null, env: Map<String, String> = emptyMap(), requireSave: Boolean = false, extension: String = ".txt")

Edit the file with filename in the editor.

Link copied to clipboard
fun editText(text: String, editor: String? = null, env: Map<String, String> = emptyMap(), requireSave: Boolean = false, extension: String = ".txt"): String?

Edit text in the editor.