Skip to content

Release v0.17.3

Examples:

urlOpen "https://www.example.com"
echo "https://www.example.com" | urlOpen 
cat home.html | urlFilter
  • GIT_OPEN_LINKS environment added, gitCommit default option for --open-links
  • Added urlOpen, urlOpener, urlFilter to url.sh
  • Added __urlOpen to platform files (support for BUILD_URL_BINARY is here)
  • BUILD_URL_BINARY added to support override for __urlOpen
  • urlParseItem is a bit more robust
  • added urlOpen test
  • adding undocumented summary - blank documentation now generates something
  • Documented history of deprecation (better late than never?)
  • added Category to env files to enable auto-documentation, hopefully
  • Added missing env files: BUILD_COMPOSER_VERSION, BUILD_VERSION_SUFFIX, EDITOR, GITHUB_ACCESS_TOKEN, GITHUB_REPOSITORY_NAME, GITHUB_REPOSITORY_OWNER, VISUAL
  • fixing AWS_PROFILE default
  • Reduced __PREVIOUS_RESULT __PREVIOUS_SYMBOL and __PREVIOUS_PREFIX to a single variable __BASH_PROMPT_PREVIOUS in bashPrompt
  • bashPrompt label survives calls to bashPrompt when not specified