| Age | Commit message (Expand) | Author |
| 2021-06-09 | Release awwan 0.3.0 (2021.06.09)v0.3.0 | Shulhan |
| 2021-06-09 | go.mod: update share module to latest version | Shulhan |
| 2021-04-12 | all: check and return an error if start index is out of range | Shulhan |
| 2021-04-12 | go.mod: update share module | Shulhan |
| 2021-04-12 | all: use consistent log prefix on command's methods | Shulhan |
| 2021-04-12 | all: log error when executing script (local or play) | Shulhan |
| 2021-04-06 | go.mod: set the minimum Go to 1.16 and update to share module v0.25.1 | Shulhan |
| 2021-04-04 | all: do not load SSH config if command mode is "local" | Shulhan |
| 2021-04-04 | all: prefix each output of log with new line | Shulhan |
| 2021-03-10 | awwan: fix checking index length on end-at parameter | Shulhan |
| 2021-03-09 | all: unexport the environment type | Shulhan |
| 2021-03-08 | all: set base dir based on the first .ssh directory that we found | Shulhan |
| 2021-03-08 | all: initialize SSH client before loading the script | Shulhan |
| 2021-03-08 | all: move script path, start, and end from Environment to Command | Shulhan |
| 2021-03-07 | all: move the "mode" field from Environment to Command | Shulhan |
| 2021-03-07 | Makefile: run test with "-race" option and task to run linter | Shulhan |
| 2021-03-07 | all: never, ever use log.Fatal on library | Shulhan |
| 2021-03-07 | all: update dependencies to latest release | Shulhan |
| 2021-03-07 | all: update CHANGELOG with previous tagged release | Shulhan |
| 2021-01-18 | go.mod: update with latest share modulev0.2.1 | Shulhan |
| 2020-07-05 | Release awwan 0.2.0 (2020.07.05)v0.2.0 | Shulhan |
| 2020-06-26 | command: change the owner of file when doing #get! | Shulhan |
| 2020-06-26 | environment: set the SSH key, user, host, and port | Shulhan |
| 2020-06-15 | command: log the put and get commands on local and remote | Shulhan |
| 2020-06-15 | go.mod: fix magic copy and get commands on template | 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-06-04 | command: check for single, double, or back quote on command | Shulhan |
| 2020-05-31 | README: update an example section | Shulhan |
| 2020-05-30 | awwan 0.1.0 (2020.05.30)v0.1.0 | Shulhan |
| 2020-05-30 | README.md: a copy of README.adoc for visibility | Shulhan |
| 2020-05-30 | all: update the project links to sourcehut | Shulhan |
| 2020-05-30 | all: remove template and style for generating doc | Shulhan |
| 2020-05-30 | README: fix variable name on Template section | Shulhan |
| 2020-05-19 | awwan: add magic word "#get!" | Shulhan |
| 2020-04-29 | all: print message to stderr instead of stdout | Shulhan |
| 2020-04-29 | environment: set the line-end argument default to line-start | Shulhan |
| 2020-04-29 | command: add force option "-f" when putting file with sudo | Shulhan |
| 2020-04-29 | cmd/awwan: update the command usage according to latest implementation | Shulhan |
| 2020-04-29 | all: make the third argument, line start, to be required | Shulhan |
| 2020-04-27 | all: use .ssh/config as the source of SSH host configuration | Shulhan |
| 2020-04-20 | environment: load environment files down to the script directory | Shulhan |
| 2020-04-17 | command: fix call to log functions | Shulhan |
| 2020-04-16 | all: add LICENSE file | Shulhan |
| 2020-04-16 | README: expand the documentation | Shulhan |
| 2020-04-16 | all: add magic command to copy file with sudo | Shulhan |
| 2020-04-15 | all: refactoring the environment | Shulhan |
| 2020-03-24 | go.mod: update dependencies | Shulhan |
| 2019-10-26 | awwan: the configuration management for local and cloud | Shulhan |