bork icon indicating copy to clipboard operation
bork copied to clipboard

the Bash-Operated Reconciling Kludge

Results 21 bork issues
Sort by recently updated
recently updated
newest added

Any `file` assertions are just ignored in the generated shell script.

This lets you do ``` ok filesection target source --start='#start' --end='#end' --ifmissing=append ``` which will look for a section like ``` #start stuff here #end ``` and replace everything in...

It's difficult enough keeping this stuff straight myself, and asking contributors to do that is perhaps a bit much. The CI process should run tests with both the GNU and...

enhancement

The error is dirname: missing operand Try 'dirname --help' for more information. The borkfile is ok apt git-core ok apt python-pip ok apt python3-pip ok pip psycopg2 ok apt apt-transport-https...

`bork status` should return non-zero exit code when it determines at least one condition in the config file is not met

just like the `did_{action}` mechanisms it would be useful to have `before_{action}` mechanisms

Is there a reason that when a `ok check` fails that it is handled with `check_failed` instead of `did_error`? They seem to serve a similar function.

documentation

The following assertion fails: ``` ok download ~/.ssh/authorized_keys "https://github.com/bcomnes.keys" --size ``` because the http headers from this github request fails to return a `Content-length` ``` bret-mbr:.ssh bret$ bork status ~/.dotfiles/install/ssh.sh...

enhancement

I've been thinking for a while about what version 1.0 of bork will look like, and I think we're almost there. This project started off as a joke, a "can...

release

https://github.com/gwerbin/Rpkg

enhancement