Binding.scala
Reactive data-binding for Scala
File Explorer
- scala-project-template.yml
- scala-steward.yml
- scala.yml
- settings.json
- BindingJvmOrJs.scala
- build.sbt
- BindingJvmOrJs.scala
- build.sbt
- Binding.scala
- Binding2Or3.scala
- Binding2Or3.scala
- FlatMapRemove.scala
- InsertThenClear.scala
- Issue188.scala
- Issue56.scala
- Stackoverflow58206168.scala
- Zhihu50863924.scala
- BindingTest.scala
- BufferListener.scala
- build.sbt
- build.properties
- plugins.sbt
- plugins.sbt.scala-js.0.6
- sbt-best-practice.sbt
- SafeBufferJvmOrJs.scala
- build.sbt
- SafeBufferJvmOrJs.scala
- build.sbt
- SafeBuffer.scala
- build.sbt
- .git-blame-ignore-revs
- .gitignore
- .sbtopts
- .scalafmt.conf
- build.sbt
- LICENSE
- pubring.asc
- README-zh.md
- README.md
- secret.sbt
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
bind
View Details ▼
bind
Bash builtin to manage bash hotkeys and variables.
bind {{-p|-P}}
List all bound commands and their hotkeys:
bind -q {{command}}
Query a command for its hotkey:
bind -x '"{{key_sequence}}":{{command}}'
Bind a key:
then
View Details ▼
then
This shell keyword is used in combination with `if` and `elif` to separate branches and branch conditions.
tldr if
View documentation for `if` command:
script
View Details ▼
script
Record all terminal output to a typescript file.
script
Record a new session to a file named `typescript` in the current directory:
exit
Stop recording:
script {{path/to/session.out}}
Record a new session to a custom filepath:
