{"id":24698785,"url":"https://github.com/skardyy/rhiza","last_synced_at":"2025-03-22T03:42:25.816Z","repository":{"id":272847828,"uuid":"917647667","full_name":"Skardyy/Rhiza","owner":"Skardyy","description":"windows shortcut creator / app launcher","archived":false,"fork":false,"pushed_at":"2025-03-08T13:21:26.000Z","size":152,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T03:42:21.538Z","etag":null,"topics":["app-launcher","cli","rust","shortcuts","windows"],"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/Skardyy.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}},"created_at":"2025-01-16T11:41:52.000Z","updated_at":"2025-03-08T13:23:54.000Z","dependencies_parsed_at":"2025-03-08T14:21:49.829Z","dependency_job_id":"b3a31977-2a73-48fc-b783-6bda6032e7e6","html_url":"https://github.com/Skardyy/Rhiza","commit_stats":null,"previous_names":["skardyy/rhiza"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skardyy%2FRhiza","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skardyy%2FRhiza/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skardyy%2FRhiza/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skardyy%2FRhiza/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Skardyy","download_url":"https://codeload.github.com/Skardyy/Rhiza/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902926,"owners_count":20529114,"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":["app-launcher","cli","rust","shortcuts","windows"],"created_at":"2025-01-27T04:30:07.346Z","updated_at":"2025-03-22T03:42:25.811Z","avatar_url":"https://github.com/Skardyy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eRhiza\u003c/h1\u003e\n\u003cp align=\"center\"\u003eA blazingly fast app linker\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n\n[![Static Badge](https://img.shields.io/badge/crates.io-1e2029?style=flat\u0026logo=rust\u0026logoColor=f74b00\u0026label=find%20at\u0026labelColor=15161b)](https://crates.io/crates/rhiza)\n\u003c/div\u003e\n\n---\n\n\u003e [!Note]\n\u003e Rhiza is for windows only  \n\u003e linux has better options already\n\n### Table of Content  \n* [Installation](#Installation)\n* [Usage](#Usage)\n  * [Crawl](#Crawl)\n  * [Add](#Add)\n  * [Path](#Path)\n  * [View](#View)\n  * [Edit](#Edit)\n  * [Run](#Run)\n\n## Installation🔧\n\u003cdetails\u003e\n\u003csummary\u003evia cargo\u003c/summary\u003e\n\n```sh\ncargo install rhiza\n```\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003evia winget\u003c/summary\u003e\n\n```sh\nwinget install skardyy.rhiza\n```\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003evia installer\u003c/summary\u003e\n\n\u003e install and run the .msi installer from [here](https://github.com/Skardyy/rhiza/releases/latest)\n\u003c/details\u003e\n\n## Usage💡\n### Crawl\n```sh\nrhz crawl\n```\nhttps://github.com/user-attachments/assets/c0f0d8f3-4d8f-4629-928b-7e811458a90a\n\nto find potential apps to link (walks recursively)\ndefaults:\n* ~\\Desktop\n* ~\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\n* C:\\ProgramData\\Microsoft\\Windows\\Start Menu\n\n\u003e * **Crawl** is mostly to find gui apps and games\n\u003e * there are more filtering and logic to prompt you only for relevant apps to link\n\u003e * you will be prompted for new apps you didn't link to before (apps you said no before won't be prompted again)\n  \n  \nyou can also\n```sh\nrhz crawl \"/PATH/TO/DIR\"\n```\n\n### Add\nyou can search for a single app across the entire file-system (ignores hidden folders and Windows/Microsoft ones)\n```sh\nrhz add NAME\n```\nhttps://github.com/user-attachments/assets/e3010698-b8d9-49d6-b820-4c173e914a4f\n\n### Path  \nsame as add ~ just for adding into path  \n```sh\nrhz path NAME\n```  \nhttps://github.com/user-attachments/assets/09e8ebe3-89b9-4ee0-b908-40265935518b\n\n\u003e [!Note]  \n\u003e For both the **Path** and **Add** functions  \n\u003e if the user have **fzf** installed in the machine and he didn't specify a search term  \n\u003e fzf will open to search for the recommended files\n\nhttps://github.com/user-attachments/assets/4014db4b-90d5-4910-a7f0-df3235c18045\n\n### View\nyou can view all linked apps and their config\n```\nrhz view\n```\nit will print it in a formatted json\n\n\n### Edit\nor maybe you want to edit the config\n```\nrhz edit\n```\nit will open the ~/.rhiza/ folder where you can:  \n* edit the config to not automatically re add the deleted items  \n* delete the url/lnk file from the src dir (after doing `rhz run` the shell and menu links will be removed as well)\n\n### Run\nfinally you can create the lnk files using\n```\nrhz run\n```\nhttps://github.com/user-attachments/assets/d3e529c3-fbc7-45dd-80f8-341c012fecaa\n\nit will create the bin and src files and allow you to use your shortcuts in the shell and in the widnows menu! (`⊞ Win`)\n  \n\u003e [!Tip]\n\u003e did you know?  \n\u003e Rhiza means \"Root\" in greek 🌱🌿  \n\u003e rooting those apps for you  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskardyy%2Frhiza","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskardyy%2Frhiza","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskardyy%2Frhiza/lists"}