teddywing
teddywing
Sysexits provides constants for the common exit codes defined in [sysexits.h](http://man.openbsd.org/sysexits). https://github.com/teddywing/cl-sysexits/
Adds an optional date argument to the `log` command that can be specified just before the task alias. Some examples from @skoppelmanCC: ``` sh hcl log yesterday @documentation +2 Ran...
Escape special shell characters so that passwords with single quotes can be saved to the keychain. Otherwise, the single quotes surrounding the "-w '%s'" cause an error on passwords with...
I'd like to add a configuration option to limit the number of new items to download. One of the podcasts I listen to has hundreds of items in its feed,...
Currently, the `-I` flag and `IPattern` option only ignore _files_ with the given pattern. Directories matching the pattern remain in the tree. Would it be possible to also ignore directories?...
Say we have two styleguide sections: ``` scss // A square button // // Styleguide 2.1 ``` ``` scss // A round button // // Styleguide 2.10 ``` When we...
Fix build errors on current versions of macOS and Go due to Cgo changes in Go 1.10: https://tip.golang.org/doc/go1.10#cgo. Issues with: * The `-sectcreate` linker flag * Using `nil` with CoreFoundation...
Livecheck fails when attempting to connect to the domain `pyropus.ca.` in the following ports: * https://ports.macports.org/port/getmail/details/ * https://ports.macports.org/port/memtester/details/ This is caused by a problem in Curl. In the discussion in...