summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-09Release awwan 0.3.0 (2021.06.09)v0.3.0Shulhan
2021-06-09go.mod: update share module to latest versionShulhan
2021-04-12all: check and return an error if start index is out of rangeShulhan
2021-04-12go.mod: update share moduleShulhan
2021-04-12all: use consistent log prefix on command's methodsShulhan
2021-04-12all: log error when executing script (local or play)Shulhan
2021-04-06go.mod: set the minimum Go to 1.16 and update to share module v0.25.1Shulhan
2021-04-04all: do not load SSH config if command mode is "local"Shulhan
2021-04-04all: prefix each output of log with new lineShulhan
2021-03-10awwan: fix checking index length on end-at parameterShulhan
2021-03-09all: unexport the environment typeShulhan
2021-03-08all: set base dir based on the first .ssh directory that we foundShulhan
2021-03-08all: initialize SSH client before loading the scriptShulhan
2021-03-08all: move script path, start, and end from Environment to CommandShulhan
2021-03-07all: move the "mode" field from Environment to CommandShulhan
2021-03-07Makefile: run test with "-race" option and task to run linterShulhan
2021-03-07all: never, ever use log.Fatal on libraryShulhan
2021-03-07all: update dependencies to latest releaseShulhan
2021-03-07all: update CHANGELOG with previous tagged releaseShulhan
2021-01-18go.mod: update with latest share modulev0.2.1Shulhan
2020-07-05Release awwan 0.2.0 (2020.07.05)v0.2.0Shulhan
2020-06-26command: change the owner of file when doing #get!Shulhan
2020-06-26environment: set the SSH key, user, host, and portShulhan
2020-06-15command: log the put and get commands on local and remoteShulhan
2020-06-15go.mod: fix magic copy and get commands on templateShulhan
2020-06-04all: add magic command "#require:"Shulhan
2020-06-04command: merge sequences of spaces on command into single spaceShulhan
2020-06-04command: check for single, double, or back quote on commandShulhan
2020-05-31README: update an example sectionShulhan
2020-05-30awwan 0.1.0 (2020.05.30)v0.1.0Shulhan
2020-05-30README.md: a copy of README.adoc for visibilityShulhan
2020-05-30all: update the project links to sourcehutShulhan
2020-05-30all: remove template and style for generating docShulhan
2020-05-30README: fix variable name on Template sectionShulhan
2020-05-19awwan: add magic word "#get!"Shulhan
2020-04-29all: print message to stderr instead of stdoutShulhan
2020-04-29environment: set the line-end argument default to line-startShulhan
2020-04-29command: add force option "-f" when putting file with sudoShulhan
2020-04-29cmd/awwan: update the command usage according to latest implementationShulhan
2020-04-29all: make the third argument, line start, to be requiredShulhan
2020-04-27all: use .ssh/config as the source of SSH host configurationShulhan
2020-04-20environment: load environment files down to the script directoryShulhan
2020-04-17command: fix call to log functionsShulhan
2020-04-16all: add LICENSE fileShulhan
2020-04-16README: expand the documentationShulhan
2020-04-16all: add magic command to copy file with sudoShulhan
2020-04-15all: refactoring the environmentShulhan
2020-03-24go.mod: update dependenciesShulhan
2019-10-26awwan: the configuration management for local and cloudShulhan