Skip to content

Gray Platinum

Compare
Choose a tag to compare
@rcaloras rcaloras released this 01 Mar 17:13
· 269 commits to master since this release

Bunch of updates here.

  • Now capturing command exit status to better provide filtering and querying based on it
  • Moved sending of commands to server as part of precmd instead of preexec to catch exit status
  • Added bash and zsh completion handlers based on generation from https://github.com/mitsuhiko/click
  • Added the ability to pass version number of bashhub update (e.g. bashhub update 0.0.10-dev) to install dev or other versions easily
  • Changed to new command endpoint and deprecated old one. New endpoint is strictly camelCase json using serializable class.
  • Upped https://github.com/rcaloras/bash-preexec version to 0.2.1
  • Changed permissions on .confg to only allow reading to owner ad9929d @Seanstoppable thanks for the feedback