Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

application suggestions #4

Open
phanirithvij opened this issue Jun 11, 2024 · 1 comment
Open

application suggestions #4

phanirithvij opened this issue Jun 11, 2024 · 1 comment

Comments

@phanirithvij
Copy link

phanirithvij commented Jun 11, 2024

Hi, do you know of navi? https://github.com/denisidoro/navi

I think you might like it.

It has support for tldr and even tealdeer but there's no new release with that support so I wrote an overlay.

here it is
  naviOverlay = f: p: {
    navi = p.navi.overrideAttrs (old: rec {
      pname = "navi";
      version = "master";
      src = p.fetchFromGitHub {
        owner = "denisidoro";
        repo = "navi";
        rev = "52e90ad8f993c9db458915b681a3ddf165b8002b";
        hash = "sha256-8e2sbKc6eYDerf/q0JwS6GPXkqDXLerbPqWK6oemSqM=";
      };
      cargoDeps = old.cargoDeps.overrideAttrs (
        p.lib.const {
          name = "${pname}-vendor.tar.gz";
          inherit src;
          outputHash = "sha256-vNfcSHNP0KNM884DMtraYohLOvumSZnEtemJ+bJSQ5o=";
        }
      );
    });
  };
@phanirithvij phanirithvij changed the title application suggestion application suggestions Jun 11, 2024
@phanirithvij
Copy link
Author

other related, cool things, espanso, buku.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant