- simple shell history fzf search using our own format
- a Rust reimplementation of https://github.com/dkuettel/one-shell-history
what works:
- append to osh history file - format will change soon
- search all *.osh history files with fzf
what is not supported yet:
- filter by session id and other aggregation
- fzf
build with nix:
nix build github:iff/osh-oxy
using osh-oxy with flakes:
osh-oxy = {
url = "github:iff/osh-oxy";
inputs.nixpkgs.follows = "nixpkgs";
flake = true;
}
- robust output parsing
- fix preview
- fix search args (session-id/time filter)
- support different ways of merging/sorting history search
- use rust native fzf library?