{"id":13822292,"url":"https://github.com/Ruturajn/fetchit","last_synced_at":"2025-05-16T15:33:56.436Z","repository":{"id":57168066,"uuid":"526343884","full_name":"Ruturajn/fetchit","owner":"Ruturajn","description":"A system fetch tool for Linux, written in Rust.","archived":true,"fork":false,"pushed_at":"2024-10-21T06:26:30.000Z","size":71,"stargazers_count":41,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-21T09:18:00.036Z","etag":null,"topics":["cli","commandline","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ruturajn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-08-18T19:15:14.000Z","updated_at":"2024-10-21T06:27:07.000Z","dependencies_parsed_at":"2024-05-11T23:20:02.041Z","dependency_job_id":"85fe0311-075d-4957-902b-211dfb91f883","html_url":"https://github.com/Ruturajn/fetchit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruturajn%2Ffetchit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruturajn%2Ffetchit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruturajn%2Ffetchit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ruturajn%2Ffetchit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ruturajn","download_url":"https://codeload.github.com/Ruturajn/fetchit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225436652,"owners_count":17474188,"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","commandline","rust"],"created_at":"2024-08-04T08:01:52.838Z","updated_at":"2024-11-19T22:32:57.328Z","avatar_url":"https://github.com/Ruturajn.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/56625259/186507604-2d4a4fd9-6471-4469-a3f4-ce4bf5aebc4a.png\" width=\"457\" height=\"259\"\u003e\n\n# fetchit\n\nA system fetch tool for Linux, written in ***Rust***.\n\n\u003c/div\u003e\n\n`fetchit` is a simple system info tool, written in *Rust*, for Linux based operating systems. It offers a few customization options, which are demonstrated in the\nscreenshots below,\n- You can change the colors for the ***top*** and ***bottom*** part of the ascii art, as well as the color for the ***bounding box***.\n- The path to a custom ascii text file can be passed to `fetchit` using the `-f` option.\n\nFor a custom ascii text file, it is recommended that the ascii art should be contained in a box of `10x28`, i.e. `28` ***spaces*** wide, and `10` ***lines***\nin height. If this condition is not met (especially, the height, which should be greater than or equal to `9`, i.e. the number of lines) then `fetchit` will fall back to the default ascii asrt. See [`Usage`](https://github.com/Ruturajn/fetchit#usage) for more details.\n\n## Examples\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/56625259/186508160-746a2cc7-af3f-4d91-84d3-de3262480198.png\" width=\"323\" height=\"163\"\u003e \u0026nbsp; \u003cimg src=\"https://user-images.githubusercontent.com/56625259/186508179-18fb1940-27ad-42d2-9d4c-0a72d887f2ef.png\" width=\"323\" height=\"163\"\u003e\n\n\u003cbr\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/56625259/186509037-3fc1f415-cf1f-4563-97c0-2c05443ecd79.png\" width=\"376\" height=\"170\"\u003e \u0026nbsp; \u003cimg src=\"https://user-images.githubusercontent.com/56625259/186509080-72c261b8-3f17-4825-b547-16af09fe6602.png\" width=\"376\" height=\"170\"\u003e\n\n\u003cbr\u003e\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n## Installation\n\nYou can install `fetchit` using any of the following methods,\n\n### Arch Linux\n`fetchit` is available in the AUR. If you have an AUR helper (for example [paru](https://github.com/Morganamilo/paru)),\n\n```\n$ paru -S fetchit-git\n```\n\nOr alternatively,\n```\n# Clone the AUR Package.\n$ git clone https://aur.archlinux.org/fetchit-git.git\n\n# Change directory into the repo.\n$ cd fetchit-git\n\n# Install it, using `makepkg`.\n$ makepkg -si\n```\n\n### Install from Releases\n\nHead over to [Releases](https://github.com/Ruturajn/fetchit/releases) to grab a binary for `fetchit`. Once downloaded,\n```\n# Navigate to the directory where you have downloaded the tar file.\n$ tar -xvf fetchit-0.1.1-x86_64.tar.gz\n\n# Copy the executable to `~/.local/bin/`, and if this directory doesn't exist create it.\n$ if [[ ! -d ~/.local/bin ]] ; then mkdir -p ~/.local/bin/ ; fi\n$ cp ./fetchit ~/.local/bin/\n```\nFinally, make sure, you add `~/.local/bin/` to `PATH`, if you haven't already.\n\n### Building from Source\n```\n# First of all install Rust, see \"https://www.rust-lang.org/tools/install\".\n$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n\n# Clone the git repo.\n$ git clone https://github.com/Ruturajn/fetchit.git\n\n# Change directory into the repo.\n$ cd ./fetchit\n\n# Build the package.\n$ cargo build --release\n\n# Create ~/.cargo/bin/ if it does not exist.\n$ if [[ ! -d ~/.cargo/bin ]] ; then mkdir -p ~/.cargo/bin/ ; fi\n\n# Copy the executable to `~/.cargo/bin/`.\n$ cp ./target/release/fetchit ~/.cargo/bin/\n```\n\n\u003cbr\u003e\n\n\u003e Note: Please feel free to open ***Issues*** and ***Pull requests***, if you feel something is out of order, or if you are facing any problems.\n\n\u003cbr\u003e\n\n## Usage\n```\nfetchit 0.1.1\nRuturajn \u003cnanotiruturaj@gmail.com\u003e\nA System fetch tool for Linux written in Rust\n\nUSAGE:\n    fetchit [OPTIONS]\n\nOPTIONS:\n    -b, --bottom-color \u003cBOTTOM_COLOR\u003e\n            Color for the bottom part of the ascii art : black, red, yellow, blue, magenta, cyan,\n            white, green\n\n    -f, --file-path \u003cFILE_PATH\u003e\n            File path for the ascii text file\n\n    -h, --help\n            Print help information\n\n    -o, --outer-box-color \u003cOUTER_BOX_COLOR\u003e\n            Color for the box : black, red, yellow, blue, magenta, cyan, white, green\n\n    -t, --top-color \u003cTOP_COLOR\u003e\n            Color for the top part of the ascii art : black, red, yellow, blue, magenta, cyan,\n            white, green\n\n    -V, --version\n            Print version information\n```\n\n## References\n- https://github.com/anhsirk0/fetch-master-6000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRuturajn%2Ffetchit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRuturajn%2Ffetchit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRuturajn%2Ffetchit/lists"}