As a potential solution to #2, I was thinking that titlecase could inspect the number of arguments it's being passed, and in case if there are no arguments, would try to read from stdin.
I'm not sure if you agree with this approach or would prefer to use - (echo 'hello world' | titlecase -), similar to other *nix programs, or some command-line flag, but I'd be happy to try my hand at implementing those approaches if you'd like.
As a potential solution to #2, I was thinking that
titlecase
could inspect the number of arguments it's being passed, and in case if there are no arguments, would try to read from stdin.I'm not sure if you agree with this approach or would prefer to use
-
(echo 'hello world' | titlecase -
), similar to other *nix programs, or some command-line flag, but I'd be happy to try my hand at implementing those approaches if you'd like.Closes #2