about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* Add CHANGELOG HEAD masterCase Duckworth2020-05-08
|
* Version bumpCase Duckworth2020-05-08
|
* Fix -r flagCase Duckworth2020-05-08
|
* Add burgercontrol recipeCase Duckworth2020-05-07
|
* Version 0.3: add autossh supportCase Duckworth2020-05-07
| | | | | | | | | | | | | | | | | | | Added autossh support. mrgrctrnl will default to using autossh if it's installed; otherwise it'll do ssh in a while loop. I did include 'ExitOnForwardFailure=yes' in my ~/.ssh/config, but I'm thinking I should include that in __SSH_OPTIONS to be more robust. Might be in 0.3.1 or whatever. Another thing in 0.3.1 should be man pages and stuff. Maybe that'll be 0.4. I like version bumps. CHANGES HERE (right, that's what this message is for): - add autossh support: -S forces ssh ; -A forces autossh - rewrite usage; add config file example - change config file syntax (backward-compatible) - add a few other commandline options
* Add usageCase Duckworth2020-05-04
|
* Fix code blocksCase Duckworth2020-05-04
|
* Weird mergeCase Duckworth2020-05-03
|\
| * Break on failureCase Duckworth2020-04-30
| |
* | Version 0.2Case Duckworth2020-05-03
|/ | | | | | | A LOT of changes here. Mostly I tried to make it more robust, and to actually quit when I want it to quit. I also rewrote a lot of the functions and stuff. I feel pretty happy with it now, enough to make it an actual project on sourcehut.
* Update styleCase Duckworth2020-04-26
|
* Add key and rest fields and improve ssh callsCase Duckworth2020-04-26
|
* Add Uninstall infoCase Duckworth2020-04-12
|
* Add MakefileCase Duckworth2020-04-12
|
* Add LICENSECase Duckworth2020-04-12
|
* Add -k option to killCase Duckworth2020-04-12
|
* Add dry_run flagCase Duckworth2020-04-12
|
* Ignore commentsCase Duckworth2020-04-12
|
* Initial commitCase Duckworth2020-04-12