bashhub-client icon indicating copy to clipboard operation
bashhub-client copied to clipboard

:cloud: Bash history in the cloud. Indexed and searchable.

Results 35 bashhub-client issues
Sort by recently updated
recently updated
newest added

`$PYTHON virtualenv.pyz -q env` creates an `env` dir, but no `env/bin` subdir. ```bash $ bash setup ... setup: line 267: ../env/bin/pip: No such file or directory $ ls ~/.bashhub/env/ lib...

Suggestion: It would be great to have a customizable binding for `bashhub-i-search`. Motivation: The current binding collides with the default `backward-char` binding. Ideas: This could be controlled with an env...

Hello, i realized that is not possible search a specific char inside a command. Example: a comand: subfinder -d asdas.com ctrl +b search for 'sub' show nothing can u make...

I'm thinking about using this with Github Codespaces to counter the fact that there is no persistent bash history there. Codespaces allows us to run a environment setup script but...

Hey there, My .zsh install is not in a standard location, but it uses the standard setup, which includes a .zshenv file within $HOME. In that file, the var $ZDOTDIR...

This service looks almost exactly like what I've been looking for - the feature set it great! - except I need to have it stored in my cloud, not your...

Doest it support [fish](http://fishshell.com/)?

enhancement

On Ubuntu 20.04.2 LTS, I find that the following command won't be recorded by `bashhub-client` into the `bashhub-server`: `$ sudo tcpdump -i any port 18888 -w - | pv >/dev/null`...

I noticed this wonderful project recently. But I think there are some possible feature enhancements as follows: - Regexp based search, which has been implemented by [bashhub-server](https://github.com/nicksherron/bashhub-server#using-regex). - Search with...

If I execute the following: ```bash bh -i ``` ....then I can enter the interactive search. If I press Tab though, my cursor jumps to bottom of the screen and...

enhancement