mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
c0ecc9fa7d85aa54db362a82d2c3b01101dc42d7
Bumps `exposed` from 1.0.0-beta-2 to 1.0.0-beta-3. Updates `org.jetbrains.exposed:exposed-core` from 1.0.0-beta-2 to 1.0.0-beta-3 - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](https://github.com/JetBrains/Exposed/compare/1.0.0-beta-2...1.0.0-beta-3) Updates `org.jetbrains.exposed:exposed-crypt` from 1.0.0-beta-2 to 1.0.0-beta-3 - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](https://github.com/JetBrains/Exposed/compare/1.0.0-beta-2...1.0.0-beta-3) Updates `org.jetbrains.exposed:exposed-jdbc` from 1.0.0-beta-2 to 1.0.0-beta-3 - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](https://github.com/JetBrains/Exposed/compare/1.0.0-beta-2...1.0.0-beta-3) Updates `org.jetbrains.exposed:exposed-migration` from 1.0.0-beta-2 to 1.0.0-beta-3 - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](https://github.com/JetBrains/Exposed/compare/1.0.0-beta-2...1.0.0-beta-3) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-core dependency-version: 1.0.0-beta-3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.exposed:exposed-crypt dependency-version: 1.0.0-beta-3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.exposed:exposed-jdbc dependency-version: 1.0.0-beta-3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.exposed:exposed-migration dependency-version: 1.0.0-beta-3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Termora
Termora is a terminal emulator and SSH client for Windows, macOS and Linux.
Termora is developed using Kotlin/JVM and partially implements the XTerm protocol (with ongoing improvements). Its ultimate vision is to achieve full platform support (including Android, iOS, and iPadOS) through Kotlin Multiplatform.
Features
- SSH and local terminal support
- Serial port protocol support
- SFTP & Command file transfer support
- Compatible with Windows, macOS, and Linux
- Zmodem protocol support
- SSH port forwarding & Jump hosts
- Support for X11 and SSH-Agent
- Terminal log
- Configuration synchronization via Gist & WebDAV
- Macro support (record and replay scripts)
- Keyword highlighting
- Key management
- Broadcast commands to multiple sessions
- Find Everywhere quick navigation
- Data encryption
- Support plugins
- ...
Download
- Latest release
- Homebrew:
brew install --cask termora - WinGet:
winget install termora
Development
It is recommended to use the JetBrainsRuntime version of the JDK and run the program via ./gradlew :run to run the program.
The program can be run via ./gradlew dist to automatically build the local version. On macOS: dmg, on Windows: zip, on Linux: tar.gz.
LICENSE
This software is distributed under a dual-license model. You may choose one of the following options:
- AGPL-3.0: Use, distribute, and modify the software under the terms of the AGPL-3.0.
- Proprietary License: For closed-source or proprietary use, please contact the author to obtain a commercial license.
Description
Languages
Kotlin
73.7%
Java
26%
Dockerfile
0.2%
Inno Setup
0.1%
