bork
bork copied to clipboard
The Bash-Operated Reconciling Kludge
Hello Bork-sensei! As a new user, while the docs you have so far are pretty good, something about best practices would be useful
or maybe there's a mode for when an error is encountered, it halts. Perhaps the script can set this mode.
from [the original](https://github.com/mattly/bork/issues/32)... >one issue here is that some scripts (f.e. "ok brew" when installing) NEED to send their output because they also need input. Perhaps the types will have...
Many `rust` binaries are not updated regularly in package managers, and are best installed via `cargo`. Reference: https://doc.rust-lang.org/cargo/commands/cargo-install.html
Would be great if you could issue an assertion like `ok ppa` and request that a PPA is added to `/etc/apt/sources.list` (or possibly `/etc/apt/sources.list.d/`) on Debian-flavoured systems. Need to identify...
Something which would be useful: ``` ok cron 0 * * * * ~/bin/foo ``` I can do stuff myself with something like: ``` ok check "crontab ~/git_src/dev_utils/cron/crontab" ``` but...
Idea based on this tweet: https://twitter.com/russshanahan/status/1365340483418017803 (thanks @roostr!) The idea: a new Bork subcommand (`bork inspect` maybe?) that runs a new action on a type, outputting to stdout a list...
### DO NOT MERGE. From mattly: >So this is a stab at #5 whereby bake isn't handling quoted arguments well. And, I knew I was doing something hacky with bake,...
https://github.com/gwerbin/Rpkg
Related to #14 having now been implemented in `types/brew-tap.sh` The `inspect` action on the brew-tap type should: - Check if the tap comes from anywhere other than GitHub — the...