bashhub-client

Bash history in the cloud. Indexed and searchable.

APACHE-2.0 License

Stars
1.3K
Committers
12

Bot releases are hidden (Show)

bashhub-client - Teal Pomeranian Latest Release

Published by rcaloras about 1 year ago

bashhub-client - Aqua Pug

Published by rcaloras over 1 year ago

  • Update to support Python 3.11
bashhub-client - Black Shih Tzu

Published by rcaloras about 2 years ago

bashhub-client - Purple Chow Chow

Published by rcaloras over 2 years ago

  • Add support for Python 3.10. Removed pyCLI dependency from project, using click for 'bh' command.
  • Fixes #109. Shoutout @softcreatr and @ravenpi for reporting and testing the dev branch.
bashhub-client - Black Dachshund

Published by rcaloras almost 3 years ago

  • Upgrades and fixes to installation to use latest version of virtualenv and support newest versions of Python 3.9 and 3.10. Addresses install bugs like #97
  • No longer supports versions of Python older than 2.7.9
  • Shout outs to @jakoberpf and @proinsias for reporting and troubleshooting issues.
bashhub-client - White Labrador

Published by rcaloras almost 4 years ago

  • Updates to support Python 3.8 during install
bashhub-client - Grey Labrador

Published by rcaloras almost 4 years ago

Fix for #37 allowing retry on adding systems with duplicate names

bashhub-client - Teal Airedale Terrier

Published by rcaloras about 4 years ago

  • Updates to support url and filter sections in ~/.bashhub/config
bashhub-client - White Pomeranian

Published by rcaloras about 4 years ago

  • Support for Fish shell! Shout out to @paysonwallach for #88
  • Updated bash-preexec to 0.4.1 which features efficiency and speed improvements.
bashhub-client - Aqua Chihuahua

Published by rcaloras about 4 years ago

bashhub-client - Red Airedale Terrier

Published by rcaloras over 4 years ago

  • Now supports querying by bash session id via bh -ses or bh --session
-ses SESSION, --session SESSION
                        Filter by specific session id. Default is None.
                        Example: bh --session "d588e48b-f18e-4d47-b2ad-d24574b4d4d1"
  • Fix for #82 to default to using hostname if uuid is random
bashhub-client - Maroon Irish Setter

Published by rcaloras over 4 years ago

  • Converted project to support Python 3!
    • Specifically supports 3.5-3.7, while still working with 2.7. Installation prefers Python 3
bashhub-client - Purple Labrador

Published by rcaloras almost 6 years ago

  • Dropping support from Python 2.6. Will eventually follow up with support of Python 3 in addition to 2.7.
  • Fixes for some quirks with Zsh and on/off commands and ctrl+b binding
  • Updating requests to 2.20.1 for security bug fix
bashhub-client - Black Chihuahua

Published by rcaloras almost 7 years ago

  • Feature #55. Added -t option to output time stamps with commands to stdout. e.g. bh -t. Shout outs to @simeg for the PR. Thank you for your contributions 👍
  • Updated bash-preexec to version 0.3.6.
bashhub-client - Amethyst Pomeranian

Published by rcaloras over 7 years ago

  • Added Emacs style navigation using 'n' and 'p'. Shout outs to @grhawk for the PR! 👍
bashhub-client - Yellow Corgi

Published by rcaloras over 7 years ago

  • Upgraded bash-preexec to 0.3.2
    • Fixes bug that clobbers $_
    • Shout out to @HaleTom for the initial version of the fix 👍
bashhub-client - Gray Schnauzer

Published by rcaloras about 8 years ago

bashhub-client - Silver Fox Terrier

Published by rcaloras about 8 years ago

Bugfix release! Upgrade to bash-preexec 0.3.1 to address https://github.com/rcaloras/bashhub-client/issues/32

bashhub-client - Red German Shepherd

Published by rcaloras over 8 years ago

  • Added bashhub on and bashhub off commands.
  • Save commands executed from interactive search.
  • Added additional installation checks.
  • Bugfix for #29
bashhub-client - Gray Border Collie

Published by rcaloras over 8 years ago

  • Upgraded to bash-preexec v 0.3.0 addresses #27. Shout out to @tmccartan for helping with the fix
  • Initial work on checking installation as part of #28 Shout out to @proinsias for working through some installation issues
  • Minor bugfixes in rest_client.py
  • Refactoring