{"id":25598210,"url":"https://github.com/shylinux/intshell","last_synced_at":"2026-01-29T10:44:00.400Z","repository":{"id":144270547,"uuid":"258370897","full_name":"shylinux/intshell","owner":"shylinux","description":"终端 神农架 INTSHELL alias for in the shell, a plugin manager system","archived":false,"fork":false,"pushed_at":"2025-02-06T14:12:32.000Z","size":318,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T15:27:54.198Z","etag":null,"topics":["plugin-engine","plugin-loader","plugin-manager","plugin-system","script-loader"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/shylinux.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}},"created_at":"2020-04-24T01:12:09.000Z","updated_at":"2025-02-06T14:12:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e86a76a-bf59-4c23-b181-ffd0dd9c1737","html_url":"https://github.com/shylinux/intshell","commit_stats":null,"previous_names":[],"tags_count":83,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shylinux%2Fintshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shylinux%2Fintshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shylinux%2Fintshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shylinux%2Fintshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shylinux","download_url":"https://codeload.github.com/shylinux/intshell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240022979,"owners_count":19735591,"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":["plugin-engine","plugin-loader","plugin-manager","plugin-system","script-loader"],"created_at":"2025-02-21T13:31:18.967Z","updated_at":"2026-01-29T10:43:55.379Z","avatar_url":"https://github.com/shylinux.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# intshell\nINTSHELL alias for in the shell, a plugin manager system\n\n## Abort\n\nINTSHELL allows you to...\n\n- keep track of and configure your plugins right in the .ish/pluged/\n- install configured plugins (a.k.a. scripts/bundle)\n- update configured plugins\n- search by name all available scripts\n- clean unused plugins up\n\nINTSHELL automatically...\n\n- clone the repos if the plugins don't exists\n- load the script if the plugins don't source\n- manages the runtime path of your installed scripts\n- regenerates help tags after installing and updating\n\n## Quick Start\n### 1. Download INTSHELL\n\n```sh\ngit clone https://shylinux.com/x/intshell.git ~/.ish\n```\n\n### 2. Configure Plugins:\nPut this at the bottom of your .bashrc to use INTSHELL\n```sh\nif [ -f ~/.ish/plug.sh ] \u0026\u0026 source ~/.ish/plug.sh; then\n    require conf.sh\n    require miss.sh\n   # ... add other plugins\nfi\n\n```\n\n### 3. Use Plugins:\n**use by manual load**\n```sh\n$ require shylinux.com/x/intshell sys/cli/date.sh\n```\n\nafter load date.sh, you call all the function directly\n```sh\n$ ish_sys_date\n2022-07-01 15:50:30\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshylinux%2Fintshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshylinux%2Fintshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshylinux%2Fintshell/lists"}