{"id":13721671,"url":"https://github.com/inim-repl/INim","last_synced_at":"2025-05-07T14:30:38.445Z","repository":{"id":42471074,"uuid":"121970612","full_name":"inim-repl/INim","owner":"inim-repl","description":"Interactive Nim shell / REPL / Playground","archived":false,"fork":false,"pushed_at":"2024-07-04T17:49:45.000Z","size":2725,"stargazers_count":660,"open_issues_count":28,"forks_count":22,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-06T20:08:25.966Z","etag":null,"topics":["nim","nim-lang","nim-language","nimble","repl"],"latest_commit_sha":null,"homepage":"","language":"Nim","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/inim-repl.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-18T16:53:08.000Z","updated_at":"2025-03-28T16:19:09.000Z","dependencies_parsed_at":"2022-09-14T00:21:05.007Z","dependency_job_id":"d1b54cce-9ca8-48d0-a37e-0d42ccbe2b98","html_url":"https://github.com/inim-repl/INim","commit_stats":null,"previous_names":["andreiregiani/inim"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inim-repl%2FINim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inim-repl%2FINim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inim-repl%2FINim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inim-repl%2FINim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inim-repl","download_url":"https://codeload.github.com/inim-repl/INim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252895472,"owners_count":21821167,"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":["nim","nim-lang","nim-language","nimble","repl"],"created_at":"2024-08-03T01:01:20.017Z","updated_at":"2025-05-07T14:30:37.860Z","avatar_url":"https://github.com/inim-repl.png","language":"Nim","funding_links":[],"categories":["REPL"],"sub_categories":["Byte Size"],"readme":"# INim: interactive shell (REPL)\n![Nim CI](https://github.com/inim-repl/INim/workflows/Nim%20CI/badge.svg)\n\n```\nnimble install inim\n```\n\n\u003cimg width=\"721\" alt=\"Screenshot 2024-06-28 at 18 33 47\" src=\"https://github.com/inim-repl/INim/assets/1467605/523c973b-ca2c-450e-92f2-187e2e580be0\"\u003e\n\n## Features\n\n* Runs on Linux, macOS and Windows\n* Auto-indent (`if`, `for`, `proc`, `var`, ...)\n* Arrow keys support (command history and line navigation)\n* Prints out value and type of discarded expressions: ```\u003e\u003e\u003e x```\n* Uses current `nim` compiler in PATH\n* Runs in the current directory: `import` your local modules (access to exported* symbols)\n* Preload existing source code (access to non-exported* symbols): `inim -s example.nim`\n* Optional Colorized output\n* Edit lines using $EDITOR (Ctrl-X)\n* Built in tools like ipython (cd(), ls(), pwd(), call()) enabled with `--withTools`\n* When piped a file or some code, INim will execute that code and exit\n* Extra compiler options can be specified by adding them as arguments inim with the -d flag (ie `inim -d:ssl -d:DEBUG`)\n* Flags can turned on with `-d` by adding a `--` prefix to arguments (ie -d:--threads:on)\n\n## Configuration\n\n`inim --createRcFile`, for persistent configuration which is loaded from these locations:\n\n* Linux \u0026 macOS: `~/.config/inim`\n* Windows: `%APPDATA%\\inim`\n\nThe config allows you to change the defaults for:\n\n* Style\n  * `prompt`: Set prompt string (default: \"inim\u003e \")\n  * `showTypes`: Show var types when printing without echo (default: true)\n  * `showColor`: Output results with pretty colors\n* History\n  * persistent history (default: true)\n* Features\n  * `withTools`: Enable built in tools\n\n## Contributing\n\nPull requests and suggestions are welcome.\n\n\u003ca href=\"https://star-history.com/#inim-repl/INim\u0026Date\"\u003e\n \u003cpicture\u003e\n   \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=inim-repl/INim\u0026type=Date\u0026theme=dark\" /\u003e\n   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=inim-repl/INim\u0026type=Date\" /\u003e\n   \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=inim-repl/INim\u0026type=Date\" /\u003e\n \u003c/picture\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finim-repl%2FINim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finim-repl%2FINim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finim-repl%2FINim/lists"}