Skip to content

iff/osh-oxy

Repository files navigation

osh-oxy

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

dependencies

  • fzf

installation (nix flake)

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;
}

todo

  • 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?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published