loki-shell icon indicating copy to clipboard operation
loki-shell copied to clipboard

How to use Loki to store and centralize your shell history from anywhere and search it using ctrl-r and fzf

Results 10 loki-shell issues
Sort by recently updated
recently updated
newest added

https://github.com/grafana/loki/issues/5018 has now been closed

I love this project - great idea! I tried installing this on my Apple laptop running MacOS Ventura (13.2) augmented by a number of packages installed via Homebrew, including gnu...

Hi, thank you for the project. I am using it to have a convenient shell history that is synced instantly over all open terminals. However, I have not found /...

Hi! The last version caused the error "mkdir wal: permission denied\nerror" to resolve I changed the configuration file "~/.loki-shell/config/loki-binary-config.yaml" and added the lines below in the ingester section: ``` wal:...

Hi! The latest update no longer allows updating binaries! I found that binaries in '~/.loki-shell/bin/' no longer show version as expected: ``` for f in .loki-shell/bin/*; do $f --version; done;...

It works flawlessly! Any chance to import previous commands into Loki?

Hi, I really like this so thank you for putting together the guide and scripts for setting it up. I have a server and a desktop that are always connected...

Is there a way to get this same information from the shell into Grafana Cloud? If so, could we avoid sending sensitive data?

When I execute the following installation command on both Ubuntu 22.04 and Ubuntu 24.04, I encounter the following error at the step of "Checking loki executable": ``` git clone --depth...