{"id":33143962,"url":"https://github.com/hamolicious/back-in-5","last_synced_at":"2025-11-20T06:03:39.338Z","repository":{"id":289957730,"uuid":"972825792","full_name":"hamolicious/back-in-5","owner":"hamolicious","description":"Display a \"back in 5\" message over your tmux session.","archived":false,"fork":false,"pushed_at":"2025-04-26T00:11:19.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T01:20:44.423Z","etag":null,"topics":["bash","terminal","tmux","tmux-plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hamolicious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-25T18:18:09.000Z","updated_at":"2025-04-26T00:11:23.000Z","dependencies_parsed_at":"2025-04-26T01:34:18.759Z","dependency_job_id":null,"html_url":"https://github.com/hamolicious/back-in-5","commit_stats":null,"previous_names":["hamolicious/back-in-5"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hamolicious/back-in-5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2Fback-in-5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2Fback-in-5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2Fback-in-5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2Fback-in-5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamolicious","download_url":"https://codeload.github.com/hamolicious/back-in-5/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamolicious%2Fback-in-5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285382189,"owners_count":27162159,"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-11-20T02:00:05.334Z","response_time":54,"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","terminal","tmux","tmux-plugin"],"created_at":"2025-11-15T13:00:27.419Z","updated_at":"2025-11-20T06:03:39.333Z","avatar_url":"https://github.com/hamolicious.png","language":"Shell","funding_links":[],"categories":["Plugins"],"sub_categories":[],"readme":"# Back in 5\n\nDisplay a \"back in 5\" message over your [`tmux`](https://github.com/tmux/tmux) session.\n\n\u003e You are sharing your screen, pairing and your partner has to step out for a moment.\n\u003e You decide to use the moment to fetch yourself another coffee.\n\nNow obviously the sensible thing to do here is to ~~message them and let them know you're going to fetch a coffee~~ leave a message on your screen for them to stumble on.\n\n## Installation\n\nAdd to `.tmux.conf` with [TPM](https://github.com/tmux-plugins/tpm):\n\n```tmux\nset -g @plugin 'hamolicious/back-in-5'\nBACK_IN_5_MESSAGE_SH= # override top message\nBACK_IN_5_ART_PATH= # override path where art is chosen randomly from\nBACK_IN_5_LAUNCH_KEY= # set the key that launches the panel\n```\n\n_See [Configuration](#configuration) for more details on variables_\n\n## Usage\n\nOnce installed and [`tmux`](https://github.com/tmux/tmux) enviornment reloaded. Simply use `\u003cprefix\u003eb`.\n\nThe dashboard shows the time the command was ran, this is so your partner can guestimate how much longer you will be.\n\nLastly, a random asciiart animal is attached at the bottom in case your partner gets bored.\n\n![terminal-screenshot](https://i.ibb.co/HT0cCsHW/2025-04-26-00-14.png)\n\n## Configuration\n\nThe message and art can be overriden with the following environment variables. Place these in your `.tmux.conf` after the plugin definition.\n\n`BACK_IN_5_MESSAGE_SH`: A path to a bash script echoing the message, see default below which is used if this variable is left unset.\n\n```bash\n#!/bin/bash\necho \"\"\necho \"☕ Coffee break\"\necho \"\"\necho \"🕔 Started at: $(date \"+%H:%M\")\"\necho \"\"\necho \"🏃 Back Shortly\"\n```\n\n`BACK_IN_5_ART_PATH`: A path containing any text files, they will be rendered as a \"2D block\" of text to ensure ascii art is not messed with. Uses the bundled ascii art animals directory curated from https://www.asciiart.eu/ by default.\n\n`BACK_IN_5_LAUNCH_KEY`: The key used to show the pane, default is `\"b\"`\n\n## References\n\n- https://www.asciiart.eu/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamolicious%2Fback-in-5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamolicious%2Fback-in-5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamolicious%2Fback-in-5/lists"}