{"id":18558993,"url":"https://github.com/linux-china/jetbrains-just-plugin","last_synced_at":"2025-10-27T13:35:34.598Z","repository":{"id":37386575,"uuid":"461037883","full_name":"linux-china/jetbrains-just-plugin","owner":"linux-china","description":"JetBrains Just Command Runner Plugin","archived":false,"fork":false,"pushed_at":"2025-04-24T14:45:45.000Z","size":509,"stargazers_count":51,"open_issues_count":13,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T15:13:05.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/18658-just","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linux-china.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-02-18T23:38:13.000Z","updated_at":"2025-06-19T15:52:40.000Z","dependencies_parsed_at":"2024-01-13T10:30:35.194Z","dependency_job_id":"a81207ac-aa07-44f2-b9fe-303d2286f819","html_url":"https://github.com/linux-china/jetbrains-just-plugin","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/linux-china/jetbrains-just-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fjetbrains-just-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fjetbrains-just-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fjetbrains-just-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fjetbrains-just-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linux-china","download_url":"https://codeload.github.com/linux-china/jetbrains-just-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fjetbrains-just-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264324573,"owners_count":23590903,"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":[],"created_at":"2024-11-06T21:41:47.914Z","updated_at":"2025-10-27T13:35:34.590Z","avatar_url":"https://github.com/linux-china.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"JetBrains Just plugin\n========================\n\n\u003c!-- Plugin description --\u003e\n**JetBrains Just Command Runner Plugin** is a plugin to integrate [just commander](https://github.com/casey/just) in\nJetBrains IDEs.\n\nPlugin features:\n\n* Just language and file types\n* Syntax highlight for shell script\n* Run recipes by click\n* Run configuration support: `Run -\u003e Edit Configurations -\u003e Just` or right click on recipe name\n* New justfile by project type, such as Maven, Gradle, Cargo, uv, zig etc.\n* Code completion: settings names, recipe dependencies, variables with dotenv support\n* Navigation for dependency name\n* Language injection for legal Shell script\n* Justfile structure view\n\nHow to use?\n\n* Download and install `just` command line from https://github.com/casey/just/releases\n* Install JetBrains Just plugin\n* Invoke 'Justfile' item from New file group, and a `justfile` file will be created with following code:\n\n```\n#!/usr/bin/env just --justfile\n                    \nhello:\n  echo \"hello world\"\n```\n\n* Click run button in Gutter and run a recipe/target!\n\nQuick to understand `justfile`, please\nclick [Justfile cheat sheet](https://cheatography.com/linux-china/cheat-sheets/justfile/)\n\n**Attention**: keywords could not be recipe names, such as `import`, `export`, `alias` etc.\n\n**Tips**: Please put just parameter in quotation mark, such as `echo \"{{NAME}}\"` or `echo '{{NAME}}'`, \nand `echo {{NAME}}` is not legal script and will not be highlighted. \nIf param as command name, such as `{{MVN}} --version`, please use `exec '{{MVN}}' --version` instead.\n\n\u003c!-- Plugin description end --\u003e\n\n# References\n\n* justfile grammar: https://github.com/casey/just/blob/master/GRAMMAR.md\n* justfile on GitHub: https://github.com/search?q=path%3A**%2Fjustfile\u0026type=code\n* just VS Code extension: https://marketplace.visualstudio.com/items?itemName=skellock.just\n* Justfile cheat sheet: https://cheatography.com/linux-china/cheat-sheets/justfile/\n* Grammar-Kit: https://github.com/JetBrains/Grammar-Kit\n* just: https://github.com/casey/just\n* Developing an Intellij IDEA Plugin for a Custom Language— Tutorial 1-Setting up the\n  environment: https://medium.com/@raveensr/developing-an-intellij-idea-plugin-for-a-custom-language-tutorial-1-setting-up-the-environment-aefe310bfcf9\n* Custom Language Support: https://plugins.jetbrains.com/docs/intellij/custom-language-support.html\n* simple_language_plugin: https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/simple_language_plugin\n* Makefile plugin: https://github.com/JetBrains/intellij-plugins/tree/master/makefile\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinux-china%2Fjetbrains-just-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinux-china%2Fjetbrains-just-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinux-china%2Fjetbrains-just-plugin/lists"}