aboutsummaryrefslogtreecommitdiffstats
path: root/HomebrewFormula
AgeCommit message (Collapse)Author
2021-05-06pdf-form-replace-font 0.0.2Teddy Wing
2021-05-05pdf-form-replace-font 0.0.1Teddy Wing
2021-04-18formurapid 0.0.2Teddy Wing
2021-04-18formurapid 0.0.1Teddy Wing
2021-03-20ottolangy 0.0.1Teddy Wing
2021-03-07invert-catalina-invert 0.0.1: Fix plist_optionsTeddy Wing
Turns out it wasn't necessary to specify `plist_options startup: true`. That prefixed `sudo` to the services command in Caveats on install.
2021-03-07invert-catalina-invert 0.0.1Teddy Wing
2021-03-02extreload 0.0.2Teddy Wing
2021-02-28extreload 0.0.1Teddy Wing
2020-10-17git-todo 0.0.3Teddy Wing
2020-10-08git-todo 0.0.2Teddy Wing
2020-10-03git-todo 0.0.1Teddy Wing
2020-09-20git-suggestion 0.2.1Teddy Wing
2020-08-31git-suggestion 0.2.0Teddy Wing
`git-sugpatch` was renamed to `git sugdiff`.
2020-08-06git-suggestion 0.1.0Teddy Wing
2020-03-13git-branch-list 0.1.4Teddy Wing
2019-12-09git-branch-list 0.1.3Teddy Wing
2019-11-03Add 'pdf-urls' formulaTeddy Wing
2019-06-16HomebrewFormula/dome-key.rb: Fix `:lion`/"10.7" `depends_on`Teddy Wing
Turns out we didn't solve the problem with the previous commit, as "10.7" still needs to be in Homebrew's `MacOS::Version::SYMBOLS` hash in order to be recognised. To work around this, depend on Lion if Homebrew provides it, otherwise display a message in the Caveats section about the minimum OS version.
2019-06-16HomebrewFormula/dome-key.rb: Change `:lion` to `"10.7"`Teddy Wing
I got this error recently: $ brew tap teddywing/formulae Updating Homebrew... ... ==> Tapping teddywing/formulae Cloning into '/usr/local/Homebrew/Library/Taps/teddywing/homebrew-formulae'... ... Error: Invalid formula: /usr/local/Homebrew/Library/Taps/teddywing/homebrew-formulae/HomebrewFormula/dome-key.rb dome-key: unknown version :lion Error: Cannot tap teddywing/formulae: invalid syntax in tap! Turns out `:lion` was removed as a Mac OS X version symbol from Homebrew: https://github.com/homebrew/brew/commit/1aa8ad09e212cd9cd2f3ae55f899ed4ef03ae4d0 Use a version string instead.
2019-06-02Add license (MPL v. 2.0)Teddy Wing
2019-06-01Add formulae from existing projectsTeddy Wing
Copy over all Homebrew formulae that I've been putting in project repositories. Now that I have a few formulae, grouping them together in a tap makes it more easy to install and upgrade them. No need to tap multiple repositories or use the full URL to a formula.