prozessorkern
|
c2e4324236
bugfix - now stdin returns 0 if the heredoc body is empty
|
4 年 前 |
prozessorkern
|
5e84f1b022
added continuous mode support fix #3
|
4 年 前 |
prozessorkern
|
17bb88d292
changed heredoc to exchange data via a stdin like interface with a read function fix #39
|
4 年 前 |
prozessorkern
|
5a00f22e31
added the help command variable to the instance structure to get independant commands for each instance fix #42
|
4 年 前 |
prozessorkern
|
2d130e2ee1
added long option parser fix #1
|
4 年 前 |
prozessorkern
|
ecc43307af
added first working option parser for short options
|
4 年 前 |
prozessorkern
|
60c4c7dadd
added basic interface of the shellmatta option parser + started adding a test module
|
4 年 前 |
prozessorkern
|
2921f9791b
fix #15 added an api to control mode and echo + fixed the implementation and added tests
|
4 年 前 |
shimatta
|
e970b6c941
Merge branch 'feature/#14-Add-shellmatta_resetShell-to-the-API' of shimatta/shellmatta into develop
|
4 年 前 |
prozessorkern
|
bf1d91eca7
close #14 - added a resetShell api function + fixed some problems
|
4 年 前 |
shimatta
|
48fcf05b7d
Merge branch 'feature/#34-Add-backspace-support-for-0x7f' of shimatta/shellmatta into develop
|
4 年 前 |
prozessorkern
|
4f7fbff2e8
close #34 added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
|
4 年 前 |
prozessorkern
|
72777a6ac8
Merge branch 'develop' of https://git.shimatta.net/shimatta/shellmatta into develop
|
4 年 前 |
shimatta
|
e27ba5317a
Merge branch 'feature/#31-make-unneeded-command-parameters-optional' of shimatta/shellmatta into develop
|
4 年 前 |
shimatta
|
b1b16b1f0d
Merge branch 'feature/#31-make-unneeded-command-parameters-optional' of shimatta/shellmatta into develop
|
4 年 前 |
prozessorkern
|
d2617a4f86
close #31 - made all command parameter except the command name optional + added and fixed tests
|
4 年 前 |
shimatta
|
c807372bce
Merge branch 'feature/#30-make-help-function-command-and-alias-configurable' of shimatta/shellmatta into develop
|
4 年 前 |
prozessorkern
|
c04accdb55
close #30 added overwritable help command parameter and fixed some compiler issues (some of them only appeared when compiling with optimization)
|
4 年 前 |
shimatta
|
4f9ff4fe3c
Merge branch 'feature/#9-add-remove-command-to-api' of shimatta/shellmatta into develop
|
4 年 前 |
prozessorkern
|
d1649e5e86
added remove api + small integratio test close #9
|
4 年 前 |
shimatta
|
1c294bb7d1
Merge branch 'feature/#21-remove-e' of shimatta/shellmatta into develop
|
4 年 前 |
prozessorkern
|
34ec2d9b45
removed \e from sourcecode and testcases
|
4 年 前 |
shimatta
|
ea3c90f305
Merge branch 'feature/add_tests_#5' of shimatta/shellmatta into develop
|
4 年 前 |
shimatta
|
017c3c050e
Merge branch 'feature/#20-heredoc' of shimatta/shellmatta into develop
|
4 年 前 |
prozessorkern
|
11bf2d2671
added some testcases
|
4 年 前 |
prozessorkern
|
5f96d86892
added vscode config
|
4 年 前 |
prozessorkern
|
8cedf30925
changed doxygile location
|
4 年 前 |
stefan
|
fe3c1e3a43
Added dummy testcases to integrate all source files into coverage meassurement
|
4 年 前 |
stefan
|
cf7ac4d116
Merge branch 'feature/add_tests_#5' of https://git.shimatta.net/shimatta/shellmatta into feature/add_tests_#5
|
4 年 前 |
stefan
|
3194012bae
got rid of compiler warnings
|
4 年 前 |