Binding.scala

(★ 1,574)

Reactive data-binding for Scala

파일 탐색기

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

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

bind

설명 보기 ▼

bash 단축키 및 변수를 관리하기 위한 bash 내장.
더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#index-bind>.

bind {{-p|-P}}

모든 바인딩된 명령어와 해당 단축키를 나열:

bind -q {{command}}

단축키에 대한 명령어를 쿼리:

bind -x '"{{key_sequence}}":{{command}}'

키 바인딩:

🔍

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

설명 보기 ▼

터미널 출력을 파일로 기록합니다.
더 많은 정보: <https://manned.org/script>.

script

현재 디렉토리의 `typescript`라는 이름의 파일에 새 세션 기록:

exit

사용자 지정 파일 경로에 새 세션 기록:

script {{path/to/session.out}}

기존 파일에 추가하여 새 세션 기록:

# 프로젝트 배지

// repository documentation