An open API service indexing awesome lists of open source software.

https://github.com/armed/magik-remote-cli

Remote CLI client for SmallWorld 4.x
https://github.com/armed/magik-remote-cli

Last synced: 8 months ago
JSON representation

Remote CLI client for SmallWorld 4.x

Awesome Lists containing this project

README

          

# magik-remote-cli package

A simple package which connects to GE SmallWorld 4.x session as Remote CLI client.

## Current features

* `f2 z` - connect to remote session
* `f2 b` - send buffer to remote SmallWorld session

SmallWorld session must be configured to listen for external connections by initializing `remote_cli` class. For example:

```
MagikSF> remote_cli.new(14001, _proc @auth _return _true _endproc)
```

# WIP

This is alfa software. Many things needs to be done.