mirror of
https://github.com/nix-community/nix-melt.git
synced 2024-11-22 10:44:57 +03:00
A ranger-like flake.lock viewer [maintainer=@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
|
||
---|---|---|
.github | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
nix-melt
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