aboutsummaryrefslogtreecommitdiff
path: root/command.go
AgeCommit message (Expand)Author
2021-08-09all: refactoring the codeShulhan
2021-08-01all: refactoring the commandShulhan
2021-07-21all: remove double newline on loggingShulhan
2021-07-21all: expand the environment on statement when executing local scriptShulhan
2021-07-13all: use native SFTP to put and get file when possibleShulhan
2021-07-12go.mod: update to latest share moduleShulhan
2021-04-12all: check and return an error if start index is out of rangeShulhan
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-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-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-07all: never, ever use log.Fatal on libraryShulhan
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-04all: add magic command "#require:"Shulhan
2020-06-04command: check for single, double, or back quote on commandShulhan
2020-05-30all: update the project links to sourcehutShulhan
2020-05-19awwan: add magic word "#get!"Shulhan
2020-04-29all: print message to stderr instead of stdoutShulhan
2020-04-29command: add force option "-f" when putting file with sudoShulhan
2020-04-27all: use .ssh/config as the source of SSH host configurationShulhan
2020-04-17command: fix call to log functionsShulhan
2020-04-16all: add magic command to copy file with sudoShulhan
2020-04-15all: refactoring the environmentShulhan
2019-10-26awwan: the configuration management for local and cloudShulhan