Rob Muhlestein
Rob Muhlestein
The emphasis code really needs its own package. It was already factored into `fmt` before but that name was problematic. The `emph` package name is good because it focuses on...
Need to do the magic where we look up the tmp binary and call it directly to check the ExitError stuff.
Need to eventually add an equivalent StringsMap filter for everything that is currently available in the standard `strings` package.
StringMap is the universal key, value data table and so we should flesh out the regular operations people want perform on it, such as softing, unique, conversion to other IntMap,...
Need to restore original functionality that detects pagers with configuration and calls them for help information.
Completion should stop giving options depending on the command line by intelligently noticing there is nothing else to complete.
Need to add a significant discussion about the use of speakable commands versus aliases that are short to type. For example, saying, "make underscore directory" will easily match "make_directory" using...
Long wanted a `cmdbox` command for creating boilerplate, identifying available command modules and more. Needs to be in Go in order to leverage all the templating for it. Should have...