A ranger-like flake.lock viewer [maintainer=@figsoda]
Go to file
figsoda 53521fdf80
Some checks failed
ci / build (macos-latest, x86_64-apple-darwin) (push) Has been cancelled
ci / build (ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
ci / build (ubuntu-latest, x86_64-unknown-linux-musl) (push) Has been cancelled
ci / build (windows-latest, x86_64-pc-windows-gnu) (push) Has been cancelled
ci / build (windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
ci / clippy-rustfmt (push) Has been cancelled
bump
2024-09-16 11:27:16 -04:00
.github build(deps): bump DeterminateSystems/flakehub-push from 3 to 5 2024-09-14 01:39:48 +00:00
src update dependencies 2024-09-16 11:17:23 -04:00
.gitignore initial commit 2023-04-25 18:20:13 -04:00
build.rs update rustfmt.toml 2023-07-01 16:45:03 -04:00
Cargo.lock bump 2024-09-16 11:27:16 -04:00
Cargo.toml bump 2024-09-16 11:27:16 -04:00
CHANGELOG.md bump 2024-09-16 11:27:16 -04:00
flake.lock update dependencies 2024-09-16 11:17:23 -04:00
flake.nix flake: unset herculesCI.ciSystems 2023-06-14 20:50:36 -04:00
LICENSE initial commit 2023-04-25 18:20:13 -04:00
README.md initial commit 2023-04-25 18:20:13 -04:00
rustfmt.toml update rustfmt.toml 2023-07-01 16:45:03 -04:00

nix-melt

release version deps license ci

A ranger-like flake.lock viewer

Usage

nix run github:nix-community/nix-melt
Usage: nix-melt [OPTIONS] [PATH]

Arguments:
  [PATH]  Path to the flake.lock or the directory containing flake.lock [default: flake.lock]

Options:
  -t, --time-format <TIME_FORMAT>  Format to display timestamps
                                   [default: "[year]-[month]-[day] [hour]:[minute] [offset_hour sign:mandatory]:[offset_minute]"]
  -h, --help                       Print help
  -V, --version                    Print version

Changelog

See CHANGELOG.md