ssh2.cr
libssh2 binding for Crystal language
File Explorer
- ci.yml
- exec.cr
- scp.cr
- sftp.cr
- shell.cr
- fixed_methods_spec.cr
- integration_helper.cr
- known_host_helper_spec.cr
- known_hosts_spec.cr
- sftp_spec.cr
- ssh_spec.cr
- transfer_spec.cr
- id_rsa
- id_rsa.pub
- agent_spec.cr
- attributes_spec.cr
- enum_spec.cr
- error_spec.cr
- spec_helper.cr
- version_spec.cr
- attributes.cr
- base.cr
- dir.cr
- file.cr
- node.cr
- session.cr
- agent.cr
- channel.cr
- known_hosts.cr
- lib_ssh2.cr
- listener.cr
- session.cr
- ssh2.cr
- .ameba.yml
- .gitignore
- CLAUDE.md
- docker-compose.yml
- LICENSE
- mise.toml
- README.md
- shard.yml
# 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.
brew install
View Details ▼
brew install
Install a Homebrew formula or cask.
brew install {{formula|cask}}
Install a formula/cask:
brew install {{[-s|--build-from-source]}} {{formula}}
Build and install a formula from source (dependencies will still be installed from bottles):
brew install {{[-n|--dry-run]}} {{formula|cask}}
Download the manifest, print what would be installed but don't actually install anything:
mise
View Details ▼
mise
Manage language runtimes like Node.js, Python, Ruby, Go, Java, etc and various tools.
mise plugins list-all
List all available plugins:
mise plugins add {{name}}
Install a plugin:
mise ls-remote {{name}}
List runtime versions available for install:
shards
View Details ▼
shards
Dependency management tool for the Crystal language.
shards init
Create a skeleton `shard.yml` file:
shards install
Install dependencies from a `shard.yml` file:
shards update
Update all dependencies:
