{"id":25430005,"url":"https://github.com/samyeyo/quickrt","last_synced_at":"2025-10-31T19:30:22.448Z","repository":{"id":50445917,"uuid":"442837883","full_name":"samyeyo/QuickRT","owner":"samyeyo","description":"Powerful REPL for Lua","archived":false,"fork":false,"pushed_at":"2023-11-26T13:34:55.000Z","size":273,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2023-11-26T15:00:15.672Z","etag":null,"topics":["cli","console","lua","luart","repl","windows"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/samyeyo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-12-29T17:04:43.000Z","updated_at":"2023-08-03T19:31:15.000Z","dependencies_parsed_at":"2023-11-26T15:10:54.399Z","dependency_job_id":null,"html_url":"https://github.com/samyeyo/QuickRT","commit_stats":null,"previous_names":[],"tags_count":6,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyeyo%2FQuickRT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyeyo%2FQuickRT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyeyo%2FQuickRT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samyeyo%2FQuickRT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samyeyo","download_url":"https://codeload.github.com/samyeyo/QuickRT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239223871,"owners_count":19602877,"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":["cli","console","lua","luart","repl","windows"],"created_at":"2025-02-17T02:33:24.309Z","updated_at":"2025-10-31T19:30:22.378Z","avatar_url":"https://github.com/samyeyo.png","language":"Lua","readme":"\u003cdiv align=\"center\"\u003e\n\n![QuickRT][logo] \n\n[![Made with LuaRT](https://badgen.net/badge/Made%20with/LuaRT/yellow)](https://www.luart.org/)\n![Windows](https://badgen.net/badge/Windows/Vista%20and%20later/blue?icon=windows)\n[![QuickRT license](https://badgen.net/badge/License/MIT/green)](#)\n[![Twitter Follow](https://img.shields.io/twitter/follow/__LuaRT__?style=social)](https://www.twitter.com/__LuaRT__)\n\nQuickRT is a Lua console REPL to easily prototype, test, and learn Lua programming with LuaRT, the Windows programming framework.\n\n[Features](#features) |\n[Getting started](#getting-started) |\n[Installation](#installation) \n\n![Demo][demo] \n\u003c/div\u003e\n\n## Features\n\n- Lua 5.4.6 interactive REPL (Read-Print-Eval-Loop)\n- Lua colored syntax highlighting as you type\n- Multiline editing with indentation.\n- Autocompletion.\n- Pretty printing of results\n- Command history.\n- LuaRT documentation included.\n- UTF8 characters support.\n\n## Installation\n\n### Running QuickRT from sources\n[LuaRT](https://www.luart.org) must have been previously installed. Doubleclick on the quickrt.lua file in the Windows explorer to launch QuickRT.\n\nAlternatively, open a LuaRT console and go to the directory where you've downloaded QuickRT source files.\nThen type the following command :\n\n```batch\nluart quickrt.lua\n```\n### Running QuickRT from release package\nNo need to previously install LuaRT in this case.\nGo to the folder where you have extracted the release package and doubleclick on **QuickRT.exe** in the Windows explorer.\n\n## Getting started\n\nTo get you started with QuickRT, type the following commands :\n\n```lua\nhelp(\"topic\")      -- search help for \"topic\"\nclear()            -- clears the screen\na                  -- shows the value of variable 'a'\n5+5                -- shows the result of 5+5\nprint(\"hello\")     -- calls a function and shows its result\npr                 -- type \"pr\" then press the TAB key to use autocompletion (should find 'print')\nsys.exit()         -- exits QuickRT\n```\n\nYou can use last entered commands by pressing the \u0026#8593; and \u0026#8595; keys.\nYou can also quit QuickRT with CTRL+C.\n\n[demo]: contrib/QuickRT.webp\n[logo]: contrib/QuickRT.png\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyeyo%2Fquickrt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamyeyo%2Fquickrt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamyeyo%2Fquickrt/lists"}