{"id":19684093,"url":"https://github.com/sammy-ette/Hilbifetch","last_synced_at":"2025-04-29T05:31:59.401Z","repository":{"id":40461453,"uuid":"362649925","full_name":"TorchedSammy/Hilbifetch","owner":"TorchedSammy","description":"Simple and small fetch written in Lua.","archived":false,"fork":false,"pushed_at":"2022-12-30T19:07:10.000Z","size":264,"stargazers_count":25,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-28T22:53:21.555Z","etag":null,"topics":["hibiscus","hilbish","lua","neofetch","pfetch","screenfetch","system-information"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TorchedSammy.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}},"created_at":"2021-04-29T01:07:05.000Z","updated_at":"2024-06-13T14:09:07.000Z","dependencies_parsed_at":"2023-01-31T14:00:36.053Z","dependency_job_id":null,"html_url":"https://github.com/TorchedSammy/Hilbifetch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorchedSammy%2FHilbifetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorchedSammy%2FHilbifetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorchedSammy%2FHilbifetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorchedSammy%2FHilbifetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TorchedSammy","download_url":"https://codeload.github.com/TorchedSammy/Hilbifetch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224151085,"owners_count":17264436,"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":["hibiscus","hilbish","lua","neofetch","pfetch","screenfetch","system-information"],"created_at":"2024-11-11T18:16:49.777Z","updated_at":"2025-04-29T05:31:54.080Z","avatar_url":"https://github.com/TorchedSammy.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n\u003ch1\u003eHilbifetch\u003c/h1\u003e\n\u003cblockquote\u003eSimple and small fetch written in Lua.\u003c/blockquote\u003e\n\u003c/div\u003e\n\n\u003cimg src='preview.png' align='center'\u003e\n\nHilbifetch is your average system info fetch inspired by Neofetch, my own\n[Bunnyfetch](https://github.com/Rosettea/Bunnyfetch) and the others.  \nBut this time, it's written and configured in Lua.\n\n# Requirements\n- [Hilbish](https://github.com/Rosettea/Hilbish) master branch\n\n# Setup\n\u003e Hilbifetch is in a very early state, expect it to look weird or have odd bugs.\n```sh\ngit clone https://github.com/TorchedSammy/Hilbifetch\ncd Hilbifetch\nsudo ./install.lua\n```\n\nTo install to a different directory (like `$HOME/bin`):\n```\nPREFIX=/usr/local ./install.lua\n```\n\n# Usage\n`hilbifetch` (or `./hilbifetch.lua`)  \n\nConfiguration is done via the Lua file `~/.config/hilbifetch/init.lua`.  \nThere are a few functions and variables available. They are all accessed\nvia the global `hilbifetch` table.\n\n- `sep`: Separator used for info.\n- `ascii`: ASCII art.\n- `order`: A table describing the order of info. The format for keys is either\na string of an info name or a table with the first entry being the name and other\noptions. Example:\n```lua\nhilbifetch.order = {\n\t{'title', showName = false},\n\t{'infosep', showName = false},\n\t'os',\n\t'kernel',\n\t'uptime',\n\t'terminal',\n\t'shell',\n\t{'padding', showName = false},\n\t{'colors', showName = false}\n}\n```\nThis is the default order of info. The options available for info are:  \n`showName` - Whether to show the display name.  \n`color` - Color of the info text.  \n`nameColor` - Color of the display name.  \n\n- `addInfo(name, callback)`: adds info with `name`.\n- `getInfo(name)`: gets info from `name`\n- `setDisplay(name)`: sets the display name of `name`d info. if the display\nname isn't set, it'll use the normal name instead.\n- `getDisplay(name)`: gets the display name of the `name`d info.\n\n# License\nHilbifetch is licensed under the BSD 3-Clause license.  \n[Read here](LICENSE) for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammy-ette%2FHilbifetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsammy-ette%2FHilbifetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsammy-ette%2FHilbifetch/lists"}