Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

owdproject/app-xterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xterm

Xterm App for your Open Web Desktop client.

Overview

This app for Open Web Desktop is a basic Xterm terminal implementation.

Installation

  1. Navigate to your client folder in your terminal:

    cd owd-client
  2. Install the desktop module using npm or yarn:

    npm install @owdproject/app-xterm
  3. Register the application in your desktop configuration file:

    // owd.config.ts
    export default defineDesktopConfig({
        apps: [
            '@owdproject/app-xterm',
        ]
    })

Compatibility

The application is compatible with Open Web Desktop client version 3.0.0-alpha.6.

License

The application is released under the GNU General Public License v3.

About

To-do module for OWD client

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published