{"id":30982465,"url":"https://github.com/yisusgaming/toolinst","last_synced_at":"2025-10-30T11:59:01.932Z","repository":{"id":193922066,"uuid":"689740280","full_name":"YisusGaming/toolinst","owner":"YisusGaming","description":"CLI written in Rust to handle installers and programs.","archived":false,"fork":false,"pushed_at":"2024-01-04T04:39:05.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-12T10:01:40.872Z","etag":null,"topics":["cli","cli-tools","compressed","install","installer","manager","rust","tools"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YisusGaming.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-10T18:52:22.000Z","updated_at":"2023-09-10T19:11:35.000Z","dependencies_parsed_at":"2024-01-04T03:33:32.967Z","dependency_job_id":"c057e637-aa0e-4e54-a6d3-6db36110edfe","html_url":"https://github.com/YisusGaming/toolinst","commit_stats":null,"previous_names":["yisusgaming/toolinst"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/YisusGaming/toolinst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YisusGaming%2Ftoolinst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YisusGaming%2Ftoolinst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YisusGaming%2Ftoolinst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YisusGaming%2Ftoolinst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YisusGaming","download_url":"https://codeload.github.com/YisusGaming/toolinst/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YisusGaming%2Ftoolinst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014315,"owners_count":26085492,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","cli-tools","compressed","install","installer","manager","rust","tools"],"created_at":"2025-09-12T10:01:19.655Z","updated_at":"2025-10-13T08:32:57.183Z","avatar_url":"https://github.com/YisusGaming.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eToolInst\u003c/h1\u003e\n    \n    CLI written in Rust to handle installers and programs.\n\u003c/div\u003e\n\n[![build](https://github.com/YisusGaming/toolinst/actions/workflows/rust_build.yml/badge.svg)](https://github.com/YisusGaming/toolinst/actions/workflows/rust_build.yml)\n\nWith **ToolInst** you can organize compressed files and installers into one single folder. You can manage this folder with just a few simple commands.\n\n# How to Use\n\u003e Make sure that you've already installed ToolInst, [installation here](#installation).\n\nFirst, you have to create a config file for **ToolInst**. This file should be in your home directory and should be named `.toolinstrc`.\n\nIn this file, you have to set `INSTALL` with the path to the folder you want to use to organize all your files.\n\nSomething like this:\n```\nINSTALL=path\n```\n\u003e Replace `path` with an absolute path to the folder.\n\nIn this folder, there should be two folders for compressed files and installers. These are named `.compressed` and `.installer` respectively by default.\n\nIf you want to set different names or paths to these folders, you can use these configs:\n```\nCOMPRESSED_DIR_NAME=name_or_path\nINSTALLER_DIR_NAME=name_or_path\n```\n\u003e Replace `name_or_path` with an absolute path to the folder or a name.\n\nIt's recommended that you create these folders before using ToolInst, commands may fail if these folders don't exist.\n\nFinally, you can run `toolinst --help` in your terminal to see all commands you can use. Hope it'll be useful!\n\n# Installation\nToolinst is uploaded to `crates.io`.\nTo install it, you can run the following command in your terminal:\n```sh\ncargo install toolinst\n```\nAnd that's it! You can try running `toolinst --version` in your terminal, if you get a version number then everything should be working fine.\n\nIf you want, you can also build from source by cloning this github repository and running this command in the cloned repository:\n```sh\ncargo build --release\n```\nThis will build ToolInst in release mode. You can add it to your `~/.cargo/bin` by running:\n```sh\ncargo install --path .\n```\n\nThat should work. You can try running `toolinst --version` in your terminal, if you get a version number then everything should be working fine.\n\n# License\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-sa/4.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr /\u003e\u003cspan xmlns:dct=\"http://purl.org/dc/terms/\" property=\"dct:title\"\u003eToolInst\u003c/span\u003e by \u003ca xmlns:cc=\"http://creativecommons.org/ns#\" href=\"https://youtube.com/@yisuscoding\" property=\"cc:attributionName\" rel=\"cc:attributionURL\"\u003eYisusGaming\u003c/a\u003e is licensed under a \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\"\u003eCreative Commons Attribution-ShareAlike 4.0 International License\u003c/a\u003e.\n\nMore details in [here](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyisusgaming%2Ftoolinst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyisusgaming%2Ftoolinst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyisusgaming%2Ftoolinst/lists"}