{"id":15723855,"url":"https://github.com/vars1ty/justfetch","last_synced_at":"2025-05-13T04:58:29.413Z","repository":{"id":65227813,"uuid":"583596685","full_name":"vars1ty/JustFetch","owner":"vars1ty","description":"A simple minimal neofetch alternative, written in Rust","archived":false,"fork":false,"pushed_at":"2024-10-27T00:51:55.000Z","size":45,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T04:58:22.615Z","etag":null,"topics":["cli","fetch","linux","linux-terminal","minimal","neofetch","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/vars1ty.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,"zenodo":null}},"created_at":"2022-12-30T09:11:48.000Z","updated_at":"2024-10-27T00:51:58.000Z","dependencies_parsed_at":"2024-03-23T05:33:02.779Z","dependency_job_id":"65f04ce8-e194-4e01-a732-8b0aba7902b3","html_url":"https://github.com/vars1ty/JustFetch","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vars1ty%2FJustFetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vars1ty%2FJustFetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vars1ty%2FJustFetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vars1ty%2FJustFetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vars1ty","download_url":"https://codeload.github.com/vars1ty/JustFetch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253877509,"owners_count":21977643,"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":["cli","fetch","linux","linux-terminal","minimal","neofetch","rust"],"created_at":"2024-10-03T22:13:35.741Z","updated_at":"2025-05-13T04:58:29.374Z","avatar_url":"https://github.com/vars1ty.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JustFetch\nA simple minimal neofetch-like alternative, aimed at one thing: Just fetching information about your system, while being easy to configure and being blazingly fast.\n\nNothing more, nothing less.\n\n## Features\n- Fetching common system properties, such as your username\n- A **very** simple config\n- Easy color support\n- Support for specifying a custom shell-command to run and print out\n\n## Constant Aliases\n- `[host]` - System host name\n- `[kernel]` - Currently active kernel\n- `[username]` - Your username\n- `[shell]` - Currently active shell\n- `[distro]` - Active distribution name\n- `[distro_id]` - Distribution ID, for example `arch`\n- `[distro_build_id]` - Distribution Build ID, for example `rolling`\n- `[total_mem]` - Total amount of installed memory\n- `[cached_mem]` - Cached amount of memory\n- `[available_mem]` - Available memory\n- `[used_mem]` - Used memory\n\n## Custom Commands\nYou may display text from shell commands with ease, and it's supported by default as long as you don't pass `--raw`.\n\nBy default, the config is a mix of bash and a custom format. So you can add `$(whoami)` to it and it'll return your username.\n\nIf no commands are detected, JustFetch automatically acts like as if you passed `--raw` to skip any additional overhead.\n\n## Custom Color\nYou may use colors in your config by defining the text and then the RGB, like such: `rgb[\"Hello, I'm red!\", 255, 0, 0]`, which applies a red color to the text inside.\n\nThere is no limit to how many colors you may use on one line. Doing something like:\n\n`rgb[\"Hello, I'm red!\", 255, 0, 0] rgb[\"Hello, I'm green!\", 0, 255, 0]` will work just fine.\n\n## Focus\nJustFetch focuses **a lot** on performance, stability and simplicity, and it does this by:\n\n1. Not using external processes to capture the output of shell commands by default, as that's slow\n   - If you do use shell commands via `$(...command...)`, it will add a bit of overhead, but far less than other fetching programs.\n2. Using a custom crate for fetching system information in a straight-forward and fast way\n3. Making use of a super simple config, requiring no libraries outside of regular expressions for color lookups.\n4. Endless manual performance benchmarks, both against other compiled versions of itself, but also against other fetching programs.\n5. Keeping the codebase incredibly small and easy-to-read, which in turn makes it a lot easier to optimize and maintain.\n6. Not introducing breaking changes, not bloating itself and not making things more complicated than they have to be.\n7. Making **very limited** usage of regular expressions, as they aren't the fastest and not the easiest to read.\n   - Currently it's only being used for the color lookups.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvars1ty%2Fjustfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvars1ty%2Fjustfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvars1ty%2Fjustfetch/lists"}