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
- Host: GitHub
- URL: https://github.com/armed/magik-remote-cli
- Owner: armed
- License: mit
- Created: 2015-09-16T08:51:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T09:55:17.000Z (almost 11 years ago)
- Last Synced: 2024-12-27T13:23:54.875Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.