{"id":20275623,"url":"https://github.com/michenriksen/tmpl","last_synced_at":"2025-04-11T05:24:23.376Z","repository":{"id":212777777,"uuid":"732293298","full_name":"michenriksen/tmpl","owner":"michenriksen","description":"Simple tmux session management.","archived":false,"fork":false,"pushed_at":"2023-12-16T08:15:54.000Z","size":1336,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T19:32:06.497Z","etag":null,"topics":["cli","dotfiles","productivity-tools","tmux"],"latest_commit_sha":null,"homepage":"https://michenriksen.com/tmpl/","language":"Go","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/michenriksen.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}},"created_at":"2023-12-16T07:28:03.000Z","updated_at":"2025-04-08T11:16:23.000Z","dependencies_parsed_at":"2023-12-16T08:59:41.552Z","dependency_job_id":null,"html_url":"https://github.com/michenriksen/tmpl","commit_stats":null,"previous_names":["michenriksen/tmpl"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michenriksen%2Ftmpl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michenriksen%2Ftmpl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michenriksen%2Ftmpl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michenriksen%2Ftmpl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michenriksen","download_url":"https://codeload.github.com/michenriksen/tmpl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248346646,"owners_count":21088493,"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","dotfiles","productivity-tools","tmux"],"created_at":"2024-11-14T13:10:14.350Z","updated_at":"2025-04-11T05:24:23.355Z","avatar_url":"https://github.com/michenriksen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- File generated by internal/gen/readme.go; DO NOT EDIT. --\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"docs/assets/images/banner-dark.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"docs/assets/images/banner-light.png\"\u003e\n    \u003cimg src=\"docs/assets/images/banner-light.png\" alt=\"\"\u003e\n  \u003c/picture\u003e\n\u003c/div\u003e\n\n\u003ch1 style=\"font-weight:normal\"\u003e\n  tmpl\u0026nbsp;\n  \u003ca href=\"https://github.com/michenriksen/tmpl/actions/workflows/go-verify.yml\"\u003e\n    \u003cimg\n      src=\"https://img.shields.io/github/actions/workflow/status/michenriksen/tmpl/go-verify.yml?style=flat-square\"\n      alt=\"Build status\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/michenriksen/tmpl/releases/latest\"\u003e\n    \u003cimg\n      src=\"https://img.shields.io/github/v/release/michenriksen/tmpl?style=flat-square\u0026label=latest\"\n      alt=\"Latest release\"\n    /\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/status-beta-orange?style=flat-square\" alt=\"Project status: beta\" /\u003e\n  \u003ca href=\"LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/michenriksen/tmpl?style=flat-square\" alt=\"License: MIT\" /\u003e\n  \u003c/a\u003e\n\u003c/h1\u003e\n\n**Simple tmux session management.**\u003cbr /\u003e\n\nTmpl streamlines your tmux workflow by letting you describe your sessions in simple YAML files and have them\nlaunched with all the tools your workflow requires set up and ready to go. If you often set up the same windows and\npanes for tasks like coding, running unit tests, tailing logs, and using other tools, tmpl can automate that for you.\n\n## Highlights\n\n- **Simple and versatile configuration:** easily set up your tmux sessions using straightforward YAML files, allowing\n  you to create as many windows and panes as needed. Customize session and window names, working directories, and\n  start-up commands.\n\n- **Inheritable environment variables:** define environment variables for your entire session, a specific window, or a\n  particular pane. These variables cascade from session to window to pane, enabling you to set a variable once and\n  modify it at any level.\n\n- **Custom hook commands:** customize your setup with on-window and on-pane hook commands that run when new windows,\n  panes, or both are created. This feature is useful for initializing a virtual environment or switching between\n  language runtime versions.\n\n- **Non-intrusive workflow:** while there are many excellent session managers out there, some of them tend to be quite\n  opinionated about how you should work with them. Tmpl allows configurations to live anywhere in your filesystem and\n  focuses only on launching your session. It's intended as a secondary companion, and not a full workflow replacement.\n\n- **Stand-alone binary:** Tmpl is a single, stand-alone binary with no external dependencies, except for tmux. It's easy\n  to install and doesn't require you to have a specific language runtime or package manager on your system.\n\n## Getting started\n\nSee the [Getting started guide](https://michenriksen.com/tmpl/getting-started/) for installation and usage instructions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichenriksen%2Ftmpl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichenriksen%2Ftmpl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichenriksen%2Ftmpl/lists"}