bork icon indicating copy to clipboard operation
bork copied to clipboard

The Bash-Operated Reconciling Kludge

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

Hello Bork-sensei! As a new user, while the docs you have so far are pretty good, something about best practices would be useful

documentation
enhancement

or maybe there's a mode for when an error is encountered, it halts. Perhaps the script can set this mode.

enhancement
core

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...

enhancement
core

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

enhancement
good first issue
types

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...

enhancement
good first issue
types

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...

enhancement
types

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...

enhancement
core

### 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,...

bug
core

https://github.com/gwerbin/Rpkg

enhancement
help wanted
good first issue
types

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...

enhancement
types