{"id":18675461,"url":"https://github.com/lizainslie/jconsole","last_synced_at":"2025-09-16T09:56:16.734Z","repository":{"id":123541559,"uuid":"203076275","full_name":"LizAinslie/JConsole","owner":"LizAinslie","description":"A Visual I/O console for Java","archived":false,"fork":false,"pushed_at":"2019-08-20T00:32:09.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T06:39:51.865Z","etag":null,"topics":["console","gui","java"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LizAinslie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-08-19T01:24:58.000Z","updated_at":"2019-08-20T00:32:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b739d51-c1d0-46f3-9b31-6067613b4e12","html_url":"https://github.com/LizAinslie/JConsole","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LizAinslie/JConsole","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LizAinslie%2FJConsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LizAinslie%2FJConsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LizAinslie%2FJConsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LizAinslie%2FJConsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LizAinslie","download_url":"https://codeload.github.com/LizAinslie/JConsole/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LizAinslie%2FJConsole/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275399487,"owners_count":25457779,"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","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["console","gui","java"],"created_at":"2024-11-07T09:25:02.658Z","updated_at":"2025-09-16T09:56:16.712Z","avatar_url":"https://github.com/LizAinslie.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RailConsole\n_A visual I/O console for Java_\n\n## Adding to Maven\nAdd the following to your `pom.xml`\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003edmrail-nexus\u003c/id\u003e\n        \u003cname\u003eDMRail Games Repo\u003c/name\u003e\n        \u003curl\u003ehttp://nexus.dmrail.games/repository/maven-releases/\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\nAnd then add the following dependency:\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eme.railrunner16\u003c/groupId\u003e\n    \u003cartifactId\u003eRailConsole\u003c/artifactId\u003e\n    \u003cversion\u003e{version you want to use}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\n\n### Example:\n```java\nimport me.railrunner16.console.Console;\n\npublic class Main {\n\tpublic static void main(String[] args) {\n\t\tConsole console = new Console(20, \"Welcome!\");\n\t\tconsole.run();\n\t\t\n\t\tString s = console.promptString(\"Test String: \");\n\t\t\n\t\tSystem.out.println(s);\n\t}\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizainslie%2Fjconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flizainslie%2Fjconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizainslie%2Fjconsole/lists"}