{"id":23333912,"url":"https://github.com/schultyy/jsterm","last_synced_at":"2025-04-07T12:13:38.307Z","repository":{"id":32504839,"uuid":"36085621","full_name":"schultyy/jsterm","owner":"schultyy","description":"basic terminal","archived":false,"fork":false,"pushed_at":"2015-08-16T18:46:26.000Z","size":341,"stargazers_count":1,"open_issues_count":15,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T23:35:28.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/schultyy.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}},"created_at":"2015-05-22T17:22:20.000Z","updated_at":"2015-06-19T07:21:03.000Z","dependencies_parsed_at":"2022-08-29T11:41:39.724Z","dependency_job_id":null,"html_url":"https://github.com/schultyy/jsterm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fjsterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fjsterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fjsterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fjsterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schultyy","download_url":"https://codeload.github.com/schultyy/jsterm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648976,"owners_count":20972945,"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":[],"created_at":"2024-12-21T00:32:54.493Z","updated_at":"2025-04-07T12:13:38.289Z","avatar_url":"https://github.com/schultyy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsterm\n\nThis provides basic Terminal operations in a terminal app written in Typescript. It uses Atom's electron to provide a basic graphical user interface.\n\n\n## Development\n\n```\n$ npm install\n```\n\nYou also need `tsd`:\n\n```\n$ npm install -g tsd\n```\n\nAlso `grunt-cli` installed with `-g` switch:\n\n```\n$ npm install -g grunt-cli\n```\n\n### Run\n\n```\n$ npm start\n```\n\nThis compiles all Typescript files and starts jsterm.\n\n### Build\n\n```\n$ npm run build\n```\n\n### Configuration\n\njsterm looks by default for `~/.jstermrc`. This file allows you to override parameters with custom values.\n\nYou can configure the following properties:\n- fontColor\n- fontsize\n- backgroundColor\n- fontFamily\n\n```json\n{\n  \"fontFamily\": \"Courier\",\n  \"fontsize\": 20,\n  \"fontColor\": \"#FFFFFF\",\n  \"backgroundColor\": \"#45036F\"\n}\n```\n\n## License\n\nMIT © [Jan Schulte](https://github.com/schultyy/jsterm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschultyy%2Fjsterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschultyy%2Fjsterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschultyy%2Fjsterm/lists"}