{"id":16837585,"url":"https://github.com/needim/termic","last_synced_at":"2025-03-22T04:31:01.448Z","repository":{"id":11846947,"uuid":"14404291","full_name":"needim/termic","owner":"needim","description":"Termic is an idea for personal pages and terminal lovers! \u003c3","archived":false,"fork":false,"pushed_at":"2014-01-28T15:57:00.000Z","size":361,"stargazers_count":80,"open_issues_count":0,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-18T08:11:21.318Z","etag":null,"topics":["terminal"],"latest_commit_sha":null,"homepage":"http://needim.github.io/termic/","language":"CSS","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/needim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-14T19:09:59.000Z","updated_at":"2025-03-06T13:35:05.000Z","dependencies_parsed_at":"2022-07-26T08:02:05.557Z","dependency_job_id":null,"html_url":"https://github.com/needim/termic","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/needim%2Ftermic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/needim%2Ftermic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/needim%2Ftermic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/needim%2Ftermic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/needim","download_url":"https://codeload.github.com/needim/termic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244907420,"owners_count":20529850,"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":["terminal"],"created_at":"2024-10-13T12:17:55.791Z","updated_at":"2025-03-22T04:31:00.714Z","avatar_url":"https://github.com/needim.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Termic](http://github.com/needim/termic)\n\nTermic is an idea for personal pages and terminal lovers! \u003c3\n\n* Source: [https://github.com/needim/termic](https://github.com/needim/termic)\n* Homepage \u0026 Demo: [http://needim.github.io/termic](http://needim.github.io/termic)\n\n## GitHub \u0026 Contributing\nThis is opensource, so feel free to fork this project and create a terminal for your own use. All source code is developed with CoffeeScript, so you can quickly get to make your own modifications in it.\nAnd feel free for sending pull requests.\n\n## Quick start\n\n``` html\n\u003clink rel=\"stylesheet\" href=\"css/termic.css\"\u003e\n\u003cscript src=\"js/termic.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"js/termic.jquery.js\"\u003e\u003c/script\u003e \u003c!-- This is a jQuery adapter for using with jQuery --\u003e\n```\n\n### Example HTML Structure for Terminal\n``` html\n\u003cdiv id=\"container\"\u003e\n\t\u003cdiv id=\"terminal_container\"\u003e\n\t\t\u003cpre id=\"terminal\"\u003e\u003c/pre\u003e\n\t\u003c/div\u003e\n\n\t\u003cdiv id=\"terminal_input_container\"\u003e\n\t\t\u003cdiv id=\"terminal_input_wrap\"\u003e\n\t\t\t\u003cinput id=\"terminal_cmd\" type=\"text\"\u003e\n\t\t\u003c/div\u003e\n\t\u003c/div\u003e\n\u003c/div\u003e\n```\n\n### Initialize the Termic\n``` coffeescript\nwindow.terminal_cmd = $ '#terminal_cmd'\n\nterminal_cmd.Termic '#terminal', {\n\t'__init__': {\n\t\tdescription: 'Term init.',\n\t\thandler: () -\u003e\n\t\t\t\"Terminal initialized!\"\n\t},\n\t'about': {\n\t\tdescription: 'About me'\n\t\thandler: () -\u003e\n\t\t\t\"Some text about you\"\n\t},\n\t'test': {\n\t\tdescription: 'Basic test command just prints the params'\n\t\thandler: (params) -\u003e\n\t\t\tparams.join \", \"\n\t}\n}\n```\n\n## Features\n\n* You can add commands easily.\n* Terminal has a default \"help\" command for listing available commands and \"clear\" for the clean screen.\n* Command autocomplete with \"tab\" key.\n* Command history support for \"up\", \"down\" arrow keys.\n* If you want, you can able to create a blog with Termic.\n* It's limited with your imagination.\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/needim/termic/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneedim%2Ftermic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneedim%2Ftermic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneedim%2Ftermic/lists"}