{"id":23802816,"url":"https://github.com/bleuzen/javux","last_synced_at":"2026-05-03T23:33:09.885Z","repository":{"id":84490691,"uuid":"95867445","full_name":"Bleuzen/Javux","owner":"Bleuzen","description":"Java library to do things on Linux","archived":false,"fork":false,"pushed_at":"2017-06-30T08:57:37.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T06:51:16.037Z","etag":null,"topics":["java","java-library","linux","shell"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/Bleuzen.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-30T08:32:32.000Z","updated_at":"2024-04-15T21:59:39.000Z","dependencies_parsed_at":"2023-03-02T03:45:36.871Z","dependency_job_id":null,"html_url":"https://github.com/Bleuzen/Javux","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Bleuzen/Javux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bleuzen%2FJavux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bleuzen%2FJavux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bleuzen%2FJavux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bleuzen%2FJavux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bleuzen","download_url":"https://codeload.github.com/Bleuzen/Javux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bleuzen%2FJavux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32589238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["java","java-library","linux","shell"],"created_at":"2025-01-01T22:27:49.025Z","updated_at":"2026-05-03T23:33:09.858Z","avatar_url":"https://github.com/Bleuzen.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Javux\nJava library to do things on Linux\n\nScript examples\n```java\n// Python 3 example\nScript pythonScript = new Script(ScriptInterpreter.PYTHON3);\npythonScript.addLine(\"print(\\\"hi\\\")\");\nSystem.out.println(pythonScript.exec().getOutput());\n\n// ZSH example\nScript zshScript = new Script(ScriptInterpreter.ZSH);\nzshScript.addLine(\"echo hi\");\nSystem.out.println(zshScript.exec().getOutput());\n\n// SH (default) example\nScript script = new Script();\nscript.addLine(\"echo hi\");\nSystem.out.println(script.exec().getOutput());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbleuzen%2Fjavux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbleuzen%2Fjavux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbleuzen%2Fjavux/lists"}