{"id":13426588,"url":"https://github.com/tslide/tslide","last_synced_at":"2025-03-15T21:31:32.750Z","repository":{"id":4310078,"uuid":"5442776","full_name":"tslide/tslide","owner":"tslide","description":"Terminal SlideDeck, supporting markdown.","archived":false,"fork":false,"pushed_at":"2017-03-13T03:58:00.000Z","size":90,"stargazers_count":211,"open_issues_count":5,"forks_count":19,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-09-24T15:49:14.137Z","etag":null,"topics":["cli","markdown","presentation","slide-deck","slides","terminal"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/tslide.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-16T18:24:23.000Z","updated_at":"2024-06-13T18:42:19.000Z","dependencies_parsed_at":"2022-07-10T02:46:14.698Z","dependency_job_id":null,"html_url":"https://github.com/tslide/tslide","commit_stats":null,"previous_names":["dominictarr/tslide"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tslide%2Ftslide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tslide%2Ftslide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tslide%2Ftslide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tslide%2Ftslide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tslide","download_url":"https://codeload.github.com/tslide/tslide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221618308,"owners_count":16852715,"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":["cli","markdown","presentation","slide-deck","slides","terminal"],"created_at":"2024-07-31T00:01:38.509Z","updated_at":"2024-10-27T02:30:41.301Z","avatar_url":"https://github.com/tslide.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","The list"],"sub_categories":[],"readme":"# tslide\n\nTerminal SlideDeck (for backend devs)\n\n---\n\nControls:\n  * Left, Right, or HJKL, Page Up, Page Down: change slide.\n  * Ctrl-C or Esc    : exit\n\nYou can alternatively use a presenter. `tslide` works with the Logitech R800 and R400 out of the box.\n\n---\n\n# Usage\n\n```\ntslide README.markdown\n```\n\neach slide is a section of a markdown document,\nseparated a line with `---` (markdown for horizontal rule `\u003chr\u003e`)\nyou will notice that this [README.md](https://raw.githubusercontent.com/tslide/tslide/master/README.md) is a valid tslide markdown presentation.\n\n---\n\n## crude js syntax highlighting\n\n```md\n# tslide\n\n## Code\n\n‘‘‘js\nfunction fibonacci (n) {\n  return n \u003c 2 ? n : fibonacci(n - 1) + fibonacci(n - 2)\n}\n‘‘‘\n\n```\n---\n\n![Demo Code](demo-code.png)\n\nThis feature is on by default. Disable via `--no-highlight`.\n\n---\n\n## images\n\n[iTerm 2](https://www.iterm2.com) users can \ntake advantage of [its inline image feature](https://www.iterm2.com/images.html) and use \nimages in your slides.\n\n```md\n# tslide\n\n## Images\n\n![pizza](pizza.png)\n\nThere's nothing a pizza can't fix.\n\n```\n---\n\n![Demo Images](demo-images.png)\n\nThis feature is on by default. Disable via `--no-images`.\n\n---\n\n## emoji\n\nMost terminals can print unicode emoji, and others can print system bitmap emoji\nlike macosx.\n\n```md\n# tslide\n\n## Emoji\n\n:sparkles:\n\nMagic!\n\n```\n---\n\n## Why?\n\nI initially wrote this 2 hours before a talk I had to give.\nsince then, I have given many presentations with it,\nand received a number of contributions that has made tslide actually pretty good,\n\n---\n\n## thanks to\n\n* [@mmaleki](https://github.com/mmaleki)\n* [@yoshuawuyts](https://github.com/yoshuawuyts)\n* [@rafaelrinaldi](https://github.com/rafaelrinaldi)\n* [@noffle](https://github.com/noffle)\n* [@loklaan](https://github.com/loklaan)\n* [@dkundel](https://github.com/dkundel)\n\nfor all the pull requests!\n\n---\n\n## cool links\n\n* [xslide](https://github.com/substack/xslide) a tslide compatible presenter in the browser.\n\n---\n\n## License\n\nMIT\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftslide%2Ftslide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftslide%2Ftslide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftslide%2Ftslide/lists"}