https://github.com/nix-community/nix-melt
A ranger-like flake.lock viewer [maintainer=@figsoda]
https://github.com/nix-community/nix-melt
flake flakes inputs nix ranger
Last synced: 8 days ago
JSON representation
A ranger-like flake.lock viewer [maintainer=@figsoda]
- Host: GitHub
- URL: https://github.com/nix-community/nix-melt
- Owner: nix-community
- License: mpl-2.0
- Created: 2023-04-25T22:20:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T23:10:06.000Z (4 months ago)
- Last Synced: 2025-04-01T00:32:31.174Z (15 days ago)
- Topics: flake, flakes, inputs, nix, ranger
- Language: Rust
- Homepage: https://discourse.nixos.org/t/27612
- Size: 394 KB
- Stars: 256
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust - nix-community/nix-melt - like flake.lock viewer [](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml) (Applications / Utilities)
- awesome-nix - nix-melt - A ranger-like flake.lock viewer. (Command-Line Tools / Discovery)
- awesome-rust - nix-community/nix-melt - A ranger-like flake.lock viewer [](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml) (Applications / Utilities)
- awesome-starred - nix-community/nix-melt - A ranger-like flake.lock viewer [maintainer=@figsoda] (Rust)
- awesome-starred - nix-community/nix-melt - A ranger-like flake.lock viewer [maintainer=@figsoda] (Rust)
- fucking-awesome-rust - nix-community/nix-melt - A ranger-like flake.lock viewer [](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml) (Applications / Utilities)
- fucking-awesome-rust - nix-community/nix-melt - A ranger-like flake.lock viewer [](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml) (Applications / Utilities)
README
# nix-melt
[](https://github.com/nix-community/nix-melt/releases)
[](https://crates.io/crates/nix-melt)
[](https://deps.rs/repo/github/nix-community/nix-melt)
[](https://www.mozilla.org/en-US/MPL/2.0)
[](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml)A ranger-like flake.lock viewer

## Usage
```bash
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 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](CHANGELOG.md)