{"id":15667928,"url":"https://github.com/rupurt/xxdnix","last_synced_at":"2025-06-15T14:12:20.604Z","repository":{"id":175175976,"uuid":"653371954","full_name":"rupurt/xxdnix","owner":"rupurt","description":"Nix flake for xxd supporting wider columns","archived":false,"fork":false,"pushed_at":"2023-07-26T16:28:54.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T06:46:24.126Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rupurt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-13T23:51:08.000Z","updated_at":"2023-06-14T06:01:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"38c7c99a-826e-4dca-aded-ad3883bb5637","html_url":"https://github.com/rupurt/xxdnix","commit_stats":null,"previous_names":["rupurt/xxdnix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fxxdnix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fxxdnix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fxxdnix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Fxxdnix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rupurt","download_url":"https://codeload.github.com/rupurt/xxdnix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277351,"owners_count":20751548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T14:05:51.900Z","updated_at":"2025-03-30T04:41:31.879Z","avatar_url":"https://github.com/rupurt.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xxdnix\n\nNix [flake](https://nixos.wiki/wiki/Flakes) for [xxd](https://manpages.org/xxd) supporting wider columns\n\n- 384\n- 512\n- 768\n- 1024 `[default]`\n\nBased on [https://grail.eecs.csuohio.edu/~somos/xxd.c](https://grail.eecs.csuohio.edu/~somos/xxd.c)\n\n### Option 1. Use the `xxd` CLI within your own flake\n\n```nix\n{\n  inputs.nixpkgs.url = \"github:nixos/nixpkgs\";\n  inputs.xxd.url = \"github:rupurt/xxd\";\n  inputs.flake-utils.url = \"github:numtide/flake-utils\";\n\n  outputs = {\n    self,\n    nixpkgs,\n    flake-utils,\n    xxd,\n    ...\n  }:\n    flake-utils.lib.eachDefaultSystem (system:\n      let\n        pkgs = import nixpkgs {\n          inherit system;\n          overlays = [\n            xxd.overlays.default\n          ];\n        };\n      in\n      {\n        devShells.default = pkgs.mkShell {\n          packages = [\n            pkgs.xxd\n          ];\n        };\n      }\n    );\n}\n```\n\nThe above config will add `xxd` to your dev shell and also allow you to execute it\nthrough the `nix` CLI utilities.\n\n```sh\n# run from devshell\nnix develop -c $SHELL\nxxd --version\n```\n\n```sh\n# run as application\nnix run .#xxd -- --version\n```\n\n### Option 2. Run the `xxd` CLI directly with `nix run`\n\n```nix\nnix run github:rupurt/xxdnix -- --version\n```\n\n## Authors\n\n- Alex Kwiatkowski - alex+git@fremantle.io\n\n## License\n\n`xxdnix` is released under the [MIT license](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Fxxdnix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupurt%2Fxxdnix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Fxxdnix/lists"}