Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T23:10:06.000Z (about 1 month ago)
- Last Synced: 2025-01-04T20:04:22.971Z (10 days ago)
- Topics: flake, flakes, inputs, nix, ranger
- Language: Rust
- Homepage: https://discourse.nixos.org/t/27612
- Size: 394 KB
- Stars: 242
- Watchers: 4
- 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 [![build-badge](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml/badge.svg)](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 [![build-badge](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml/badge.svg)](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 [![build-badge](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml/badge.svg)](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 [![build-badge](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml/badge.svg)](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml) (Applications / Utilities)
README
# nix-melt
[![release](https://img.shields.io/github/v/release/nix-community/nix-melt?logo=github&style=flat-square)](https://github.com/nix-community/nix-melt/releases)
[![version](https://img.shields.io/crates/v/nix-melt?logo=rust&style=flat-square)](https://crates.io/crates/nix-melt)
[![deps](https://deps.rs/repo/github/nix-community/nix-melt/status.svg?style=flat-square&compact=true)](https://deps.rs/repo/github/nix-community/nix-melt)
[![license](https://img.shields.io/badge/license-MPL--2.0-blue?style=flat-square)](https://www.mozilla.org/en-US/MPL/2.0)
[![ci](https://img.shields.io/github/actions/workflow/status/nix-community/nix-melt/ci.yml?label=ci&logo=github-actions&style=flat-square)](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml)A ranger-like flake.lock viewer
![](https://user-images.githubusercontent.com/40620903/234416489-75f991a9-b6f0-490a-8b07-12297fe07bba.png)
## 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)