HAYAMA_Kaoru
|
c404ca9994
|
README: add column for expect(1)
|
2024-12-02 18:21:54 +09:00 |
|
HAYAMA_Kaoru
|
e65408bc19
|
README and example: wrote about $EXECUTABLE_NAME
|
2024-12-02 10:28:35 +09:00 |
|
HAYAMA_Kaoru
|
9c73fd4215
|
Implement $EXECUTABLE_NAME
|
2024-12-02 10:28:27 +09:00 |
|
HAYAMA_Kaoru
|
ab0e2b12a3
|
README and example: wrote about $PROGRAM_NAME
|
2024-12-02 10:28:27 +09:00 |
|
HAYAMA_Kaoru
|
69968caa69
|
Implement $PROGRAM_NAME for script name
|
2024-12-02 10:16:19 +09:00 |
|
HAYAMA_Kaoru
|
3c5630327a
|
New example using ssh
|
2024-12-02 06:27:26 +09:00 |
|
HAYAMA_Kaoru
|
31510725b1
|
Fix: args was set os.Args[1:]. It should be os.Args[2:]
|
2024-12-02 06:02:16 +09:00 |
|
HAYAMA_Kaoru
|
58796bd95f
|
README: wrote about args
|
2024-12-01 23:08:13 +09:00 |
|
HAYAMA_Kaoru
|
e87734560e
|
With no arguments, print version and architecture information
|
2024-12-01 22:53:20 +09:00 |
|
HAYAMA_Kaoru
|
9901d12cc0
|
Add Makefile
|
2024-12-01 22:53:04 +09:00 |
|
HAYAMA_Kaoru
|
bce5233fc4
|
Re-implement: stdout can be directed now
|
2024-12-01 22:37:31 +09:00 |
|
HAYAMA_Kaoru
|
a0c1c2ae9a
|
README: add: comparison with Expect-lua
|
2024-12-01 19:28:21 +09:00 |
|
HAYAMA_Kaoru
|
0c7db667fe
|
stdout can be directed now
|
2024-12-01 19:21:33 +09:00 |
|
HAYAMA_Kaoru
|
b3f3b344b7
|
Replace Ctrl-H to Backspace because Ctrl-H removes all input text on CMD.exe
The reason is unknown
|
2024-12-01 13:09:16 +09:00 |
|
HAYAMA_Kaoru
|
1b20e3b846
|
Support aborting with Ctrl-C
|
2024-12-01 13:09:16 +09:00 |
|
HAYAMA_Kaoru
|
5abb509017
|
Remove an unused function (*Watcher) updateLastLine
|
2024-12-01 13:09:16 +09:00 |
|
HAYAMA_Kaoru
|
7bde4e070b
|
README: wrote a function list
|
2024-12-01 13:09:16 +09:00 |
|
HAYAMA_Kaoru
|
29faa649d1
|
example: add 'interval 200
|
2024-12-01 12:54:17 +09:00 |
|
HAYAMA_Kaoru
|
f96eb75f49
|
Implement the option 'interval for (send) and (sendln)
|
2024-12-01 12:54:17 +09:00 |
|
HAYAMA_Kaoru
|
f3ccab6bae
|
readme: update change of example.lsp
|
2024-12-01 00:54:19 +09:00 |
|
HAYAMA_Kaoru
|
3c4b2d2e0b
|
example.lsp: make ctrlc with (create-string)
|
2024-12-01 00:47:10 +09:00 |
|
HAYAMA_Kaoru
|
f8b907a15d
|
Create LICENSE
|
2024-11-30 12:00:25 +09:00 |
|
HAYAMA_Kaoru
|
08474dd8ce
|
Add README
|
2024-11-30 11:56:16 +09:00 |
|
HAYAMA_Kaoru
|
b0efed751b
|
example.lsp runs on Linux and Windows
|
2024-11-30 11:22:43 +09:00 |
|
HAYAMA_Kaoru
|
cf747dcac7
|
Implement (getenv)
|
2024-11-30 11:22:19 +09:00 |
|
HAYAMA_Kaoru
|
eceaa0bfbc
|
watcher.go: trivial modify
|
2024-11-30 10:45:36 +09:00 |
|
HAYAMA_Kaoru
|
7cee075958
|
Swap (expect) and (expect*)
|
2024-11-30 10:37:43 +09:00 |
|
HAYAMA_Kaoru
|
4ffb196563
|
Implement (expect) like (case)
|
2024-11-30 02:28:24 +09:00 |
|
HAYAMA_Kaoru
|
de6a18813b
|
Implement (send)
|
2024-11-30 01:09:34 +09:00 |
|
HAYAMA_Kaoru
|
c99698837d
|
(expect*) supports the option 'timeout SECOND
|
2024-11-30 01:09:34 +09:00 |
|
HAYAMA_Kaoru
|
43ae74149d
|
Move Global method to global.go
|
2024-11-29 23:59:23 +09:00 |
|
HAYAMA_Kaoru
|
5539fb85ad
|
Read script from argv[1]
|
2024-11-29 23:48:08 +09:00 |
|
HAYAMA_Kaoru
|
3f48724fad
|
Fix: the read pointer was not advanced when target was found
|
2024-11-29 18:00:20 +09:00 |
|
HAYAMA_Kaoru
|
6906ab0c4d
|
Embbed gmnlisp interpreter
|
2024-11-29 17:57:13 +09:00 |
|
HAYAMA_Kaoru
|
022810feee
|
New class Term
|
2024-11-29 13:44:11 +09:00 |
|
HAYAMA_Kaoru
|
98f350ad89
|
NewWatcher(pty.Pty) → NewWatcher(io.ReadWriter)
|
2024-11-29 13:43:07 +09:00 |
|
HAYAMA_Kaoru
|
0ae6dd9422
|
Do not pop the line not terminating with \n
|
2024-11-29 13:06:54 +09:00 |
|
HAYAMA_Kaoru
|
9bca54b14e
|
Add (*Watcher) ExpectWithTimeout
|
2024-11-29 12:49:11 +09:00 |
|
HAYAMA_Kaoru
|
0961e035fc
|
New class Watcher
|
2024-11-29 11:59:56 +09:00 |
|
HAYAMA_Kaoru
|
eec555f935
|
Copy the base source from hymkor/script
|
2024-11-29 09:26:17 +09:00 |
|
HAYAMA_Kaoru
|
6505acbf6e
|
Add .gitattributes as autocrlf=false
|
2024-11-29 09:25:22 +09:00 |
|