{"id":13596084,"url":"https://github.com/icyphox/shlide","last_synced_at":"2025-10-11T23:19:34.167Z","repository":{"id":37257040,"uuid":"237749584","full_name":"icyphox/shlide","owner":"icyphox","description":":framed_picture: a slide deck presentation tool written in pure bash","archived":false,"fork":false,"pushed_at":"2020-10-06T03:28:59.000Z","size":57,"stargazers_count":464,"open_issues_count":0,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-10-11T23:19:30.797Z","etag":null,"topics":["bash","presentation","slides"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/icyphox.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":"2020-02-02T09:49:01.000Z","updated_at":"2025-08-27T12:22:14.000Z","dependencies_parsed_at":"2022-07-16T00:46:26.515Z","dependency_job_id":null,"html_url":"https://github.com/icyphox/shlide","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/icyphox/shlide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyphox%2Fshlide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyphox%2Fshlide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyphox%2Fshlide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyphox%2Fshlide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icyphox","download_url":"https://codeload.github.com/icyphox/shlide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyphox%2Fshlide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009376,"owners_count":26084579,"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-10-11T02:00:06.511Z","response_time":55,"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":["bash","presentation","slides"],"created_at":"2024-08-01T16:02:07.639Z","updated_at":"2025-10-11T23:19:34.124Z","avatar_url":"https://github.com/icyphox.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# shlide\n\u003e a slide deck presentation tool written in pure bash\n\n![scrot](https://u.peppe.rs/k7.png)\n\n## Features\n\n- All slides are plain-text files. \n- Vim like navigation.\n- Text color and style formatting. \n- Pure bash.\n\n## Requirements\n\n- `bash 4+`\n\n## Usage\n\nCreate a directory for your slides. Name each slide starting with\na number and a hyphen, like so:\n\n```shell\n$ mkdir deck\n$ touch deck/1-first-slide.txt\n$ touch deck/2-another.txt\n\n# so on\n```\n\n**Note**: Make sure to prefix the first 9 slides with a `0` (`01-foo.txt`, `02-bar.txt` ...),\nif you have more than 10 slides.\n\nFinally, run:\n\n```shell\n$ shlide deck/\n```\n\n## Controls\n\n- Next slide: `j`, `n`, `;`, `space`, `enter`\n- Previous slide: `k`, `p`, `,`, `backspace`\n- Jump to first slide: `0`\n- Jump to last slide: `G`\n- Reload: `r`\n- Quit: `q`\n\n## Formatting\n\nSlide content can be formatted like so:\n\n```txt\nWelcome to ${GRN}shlide${RST}. ${STR}Here${RST} are a few bullet points:\n\n- first point\n- second point\n    * ${ITA}sub point${RST}\n    * ${BLD}another${RST} sub point\n```\n\n**Note**: Make sure to `${RST}` (reset) at the end.\n\nA full list of formatting options are below:\n\n### Colors\n\n|Key|Effect |\n|-|-|\n| `BLK` | black |\n| `RED` | red |\n| `GRN` | green |\n| `YLW` | yellow |\n| `BLU` | blue |\n| `PUR` | purple |\n| `CYN` | cyan |\n| `RST` | reset |\n\n### Styles\n\n|Key|Effect |\n|-|-|\n| `BLD` | bold |\n| `DIM` | dim |\n| `ITA` | italics |\n| `UND` | underline  |\n| `FLS` | flashing |\n| `REV` | reverse |\n| `INV` | invert |\n| `STR` | strikethrough |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyphox%2Fshlide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficyphox%2Fshlide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyphox%2Fshlide/lists"}