Skip to content

terminal 1.0.2

Install from the command line:
Learn more about npm packages
$ npm install @meese-os/terminal@1.0.2
Install via package.json:
"@meese-os/terminal": "1.0.2"

About this version

MeeseOS Xterm Application

This is the Xterm Application for MeeseOS

Screenshot

Requirements

  • bash
  • ssh

Usage

Start from application menu.

Note that it will log into a shell with the username you are logged in as.

If you want to change this behavior, you can add this to your src/server/config.js file in the MeeseOS distribution:

module.exports = {
	// ... append this to your export ...
	xterm: {
		// You can also set this as a string to force a username
		login: false,
	},
};

You can also change the connection arguments:

module.exports = {
	// ... append this to your export ...
	xterm: {
		ssh: {
			// Custom hostname
			hostname: "localhost",

			// Custom port
			args: "-p 1022",
		},
	},
};

Details


Assets

  • terminal-1.0.2.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all