combiner 0.1.10

Combiner is a Rust-based command-line tool that processes text files in a given directory, combining their contents into a single output file.
Documentation
1
2
3
4
5
{
  pkgs ? import <nixpkgs> { },
}:

pkgs.mkShell { buildInputs = [ (pkgs.callPackage ./default.nix { }) ]; }