https://github.com/zowe/vt-ng2
A simple USS/Unix/VT terminal emulator written in Angular and Javascript
https://github.com/zowe/vt-ng2
Last synced: 6 months ago
JSON representation
A simple USS/Unix/VT terminal emulator written in Angular and Javascript
- Host: GitHub
- URL: https://github.com/zowe/vt-ng2
- Owner: zowe
- License: epl-2.0
- Created: 2018-08-13T15:34:29.000Z (almost 8 years ago)
- Default Branch: v3.x/staging
- Last Pushed: 2025-08-08T18:13:40.000Z (11 months ago)
- Last Synced: 2025-08-08T18:31:38.665Z (11 months ago)
- Language: TypeScript
- Size: 893 KB
- Stars: 2
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This program and the accompanying materials are
made available under the terms of the Eclipse Public License v2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html
SPDX-License-Identifier: EPL-2.0
Copyright Contributors to the Zowe Project.
# VT App
This an App that presents a VT emulator within the Zowe UI environment, for use with VT compatible connections such as a terminal connection to USS or Unix.
**To request features or report bugs, please use the issues page at the [zlux repo](https://github.com/zowe/zlux/issues) with the terminal, app, or vt-ng2 taogs**
## Building
See the zowe documentation: https://docs.zowe.org/stable/extend/extend-desktop/mvd-buildingplugins/
## Customizing the default connection parameters
When this App is opened in the Zowe UI by the user, it tries to connect to the default host.
This default can be changed, and is controlled by https://github.com/zowe/vt-ng2/blob/v2.x/master/config/storageDefaults/_defaultVT.json which is stored within the [configuration dataservice](https://docs.zowe.org/stable/extend/extend-desktop/mvd-configdataservice/) at runtime.
If you are running Zowe entirely on-mainframe, then the default host value of "localhost" is fine, but if you are running the zLUX server off-mainframe, then you will want to change this default when building the App, by editing /config/storageDefaults/_defaultVT.json.