7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
12 owner = "guilhermeprokisch";
15 hash = "sha256-VCUrPCaG2fKp9vpFLzNLcfCBu2NiwdY2+bo1pd7anZY=";
18 cargoHash = "sha256-lfpJ40QpZ9eQhDFJjLwiDU5DmaYAqCh5iJSjZ+jj+kk=";
25 description = "Cute cat(1) for the terminal";
27 see is a powerful file visualization tool for the terminal, offering
28 advanced code viewing capabilities, Markdown rendering, and
29 more. It provides syntax highlighting, emoji support, and image
30 rendering capabilities, offering a visually appealing way to view
31 various file types directly in your console.
33 homepage = "https://github.com/guilhermeprokisch/see";
34 license = lib.licenses.mit;
36 maintainers = with lib.maintainers; [ louis-thevenet ];