index
:
awwan
dev
main
Configuration management software, scriptable shell with SSH support.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
script.go
Age
Commit message (
Expand
)
Author
2023-11-11
script: respect spaces when joining multi lines command
Shulhan
2023-10-29
all: remove global variable newLine
Shulhan
2023-09-27
all: make .Vars, .Val, and .Vals panic if values is empty
Shulhan
2023-09-23
all: merge some functions into NewScript and ParseScript
Shulhan
2023-09-06
all: remove unused parameter isLocal on parseScript
Shulhan
2023-09-04
all: do not expand environment during parseScript
Shulhan
2022-08-01
all: clean up codes
Shulhan
2022-06-20
all: reformat all go files using the next gofmt
Shulhan
2022-04-03
all: replace ioutil.ReadFile with os.ReadFile
Shulhan
2022-03-14
all: change the awwan software license to GPL 3.0 or later
Shulhan
2021-08-22
all: refactoring to support custom standard output and error
Shulhan
2021-08-22
all: rewrite the Session and Script using Statement
Shulhan
2021-08-11
all: join the require statement into single line
Shulhan
2021-08-09
all: rewrite the join statements function on Script
Shulhan
2021-08-09
all: refactoring the code
Shulhan
2021-04-12
all: check and return an error if start index is out of range
Shulhan
2021-03-09
all: unexport the environment type
Shulhan
2021-03-08
all: move script path, start, and end from Environment to Command
Shulhan
2021-03-07
all: never, ever use log.Fatal on library
Shulhan
2020-06-04
all: add magic command "#require:"
Shulhan
2020-06-04
command: merge sequences of spaces on command into single space
Shulhan
2020-04-15
all: refactoring the environment
Shulhan
2019-10-26
awwan: the configuration management for local and cloud
Shulhan