Binding.scala

(★ 1,574)

Reactive data-binding for Scala

File Explorer

  • .git-blame-ignore-revs
  • .gitignore
  • .sbtopts
  • .scalafmt.conf
  • build.sbt
  • LICENSE
  • pubring.asc
  • README-zh.md
  • README.md
  • secret.sbt

# Use via CDN

jsDelivr

jsDelivr 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 ▼

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 ▼

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 ▼

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:

# Project Badges

  • Production Ready Production Ready Visit
  • Extremely Lightweight Extremely Lightweight Visit
  • Join the chat at https://gitter.im/ThoughtWorksInc/Binding.scala Join the chat at https://gitter.im/ThoughtWorksInc/Binding.scala Visit
  • StackOverflow StackOverflow Visit
  • Scala CI Scala CI Visit
  • Scaladoc Scaladoc Visit
  • Latest version Latest version Visit
// repository documentation