{"id":16022518,"url":"https://github.com/mnk400/nfo","last_synced_at":"2026-05-14T06:10:30.695Z","repository":{"id":121480292,"uuid":"285735197","full_name":"mnk400/nfo","owner":"mnk400","description":"Minimal fetch program with some customizable ASCII art.","archived":false,"fork":false,"pushed_at":"2026-01-14T07:13:03.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T11:13:58.787Z","etag":null,"topics":["bash","fetch","linux","macos","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mnk400.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-07T04:16:25.000Z","updated_at":"2026-01-14T07:12:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b256832-67bf-4e45-8fae-c6b70248a125","html_url":"https://github.com/mnk400/nfo","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mnk400/nfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnk400%2Fnfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnk400%2Fnfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnk400%2Fnfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnk400%2Fnfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnk400","download_url":"https://codeload.github.com/mnk400/nfo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnk400%2Fnfo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28522312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T22:11:28.393Z","status":"ssl_error","status_checked_at":"2026-01-17T22:11:27.841Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bash","fetch","linux","macos","shell"],"created_at":"2024-10-08T18:40:28.067Z","updated_at":"2026-05-14T06:10:30.682Z","avatar_url":"https://github.com/mnk400.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- site:strip-start --\u003e\n\u003ch3 align=\"left\"\u003e\u003cimg src=\"https://i.imgur.com/9YIHT6C.png\" alt=\"nfo\" height=\"80px\"\u003e\u003c/h3\u003e\n\n\u003e Minimal fetch program with customizable ASCII art.\n\u003c!-- site:strip-end --\u003e\n\n![](https://i.imgur.com/JyIAXzR.png)\n\n## What is this\n\nA small system fetch tool, written in Bash. Picks up the usual suspects — OS, kernel, uptime,\nmemory, CPU, disk, battery — and prints them next to a chunk of ASCII art. macOS and Linux.\n\nThe output is fully configurable: pick an art style, pick a tint, and reorder or drop any of\nthe info lines from a single function in your config.\n\n\u003c!-- site:strip-start --\u003e\n## Install\n\nHomebrew:\n\n```bash\nbrew install mnk400/tap/nfo\n```\n\nManual:\n\n```bash\ncp nfo ~/.local/bin/nfo\nmkdir -p ~/.config/nfo\ncp -r config.conf art ~/.config/nfo/\nchmod +x ~/.local/bin/nfo\n```\n\nMake sure `~/.local/bin` is in your `PATH`.\n\n## Uninstall\n\n```bash\nbrew uninstall nfo\n# or, for manual installs:\nrm ~/.local/bin/nfo \u0026\u0026 rm -rf ~/.config/nfo\n```\n\u003c!-- site:strip-end --\u003e\n\n## Quick start\n\n```bash\nnfo\n```\n\nConfig lives at `~/.config/nfo/config.conf`. To change what shows up, edit the `print_out()`\nfunction:\n\n```bash\nprint_out() {\n    nfo art\n    nfo host\n    nfo os\n    nfo up_time\n    nfo total_memory\n    nfo cpu\n    nfo battery\n    nfo colors\n}\n```\n\n## Documentation\n\n- [Configuration](./docs/configuration.md) — options, `print_out()`, available entries\n- [Development](./docs/development.md) — dev mode, tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnk400%2Fnfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnk400%2Fnfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnk400%2Fnfo/lists"}