{"id":14156663,"url":"https://github.com/skellock/vscode-just","last_synced_at":"2025-10-20T20:52:22.159Z","repository":{"id":27255628,"uuid":"112986243","full_name":"skellock/vscode-just","owner":"skellock","description":"A Visual Studio Code plugin for working with Just.","archived":true,"fork":false,"pushed_at":"2021-12-07T12:10:23.000Z","size":2289,"stargazers_count":27,"open_issues_count":5,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-17T08:07:45.687Z","etag":null,"topics":["just","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/skellock.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}},"created_at":"2017-12-04T02:44:03.000Z","updated_at":"2024-08-16T17:35:38.000Z","dependencies_parsed_at":"2022-08-07T12:15:47.950Z","dependency_job_id":null,"html_url":"https://github.com/skellock/vscode-just","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skellock%2Fvscode-just","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skellock%2Fvscode-just/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skellock%2Fvscode-just/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skellock%2Fvscode-just/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skellock","download_url":"https://codeload.github.com/skellock/vscode-just/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228835541,"owners_count":17979163,"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":["just","vscode","vscode-extension"],"created_at":"2024-08-17T08:07:43.945Z","updated_at":"2025-10-20T20:52:16.769Z","avatar_url":"https://github.com/skellock.png","language":"TypeScript","funding_links":[],"categories":["vscode-extension"],"sub_categories":[],"readme":"# just\n\nA `Just` language syntax for colourizing your `justfile`s and running recipes.\n\n![Just in Code](images/just-demo.gif)\n\n# Running A Recipe\n\n* `cmd + shift + p` then type `Just: Run Recipe`\n* choose a recipe and press enter\n\n# What is Just?\n\nJust is a task/command/recipe runner. It's a single binary with no dependencies. Small \u0026 fast.\n\n[Read more](https://github.com/casey/just) about it on their github page.\n\n# Roadmap\n\n* [x] syntax highlighting\n* [x] run recipe\n* [ ] pass arguments to recipes\n* [ ] choose a non-default justfile\n* [ ] tree extension showing recipies and dependencies\n\n# About Just\n\nYou:\n\n* create a file in your project directory called `justfile`\n* add some recipes\n* then run with `just my-recipe` from the command line\n\nHere's a super quick and unhelpful example of a `justfile`:\n\n```just\n# behold a recipe\nfun:\n  echo \"hi\" \u003e tmp.txt\n  cat tmp.txt\n  rm tmp.txt\n\n# they can have dependencies\nsuperfun: fun\n  echo \"woah that was fun!\"\n\n# and support other inline scripts\njs:\n  #!/usr/bin/env node\n  console.log('woah, seriously?')\n\n# great for pulling of things that are hard in the shell\nruby:\n  #!/usr/bin/env ruby\n  puts \"yep.\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskellock%2Fvscode-just","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskellock%2Fvscode-just","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskellock%2Fvscode-just/lists"}