{"id":15630404,"url":"https://github.com/accessd/terminal-sunday","last_synced_at":"2025-04-08T03:16:23.138Z","repository":{"id":215277325,"uuid":"738548547","full_name":"accessd/terminal-sunday","owner":"accessd","description":"Start each new terminal session with a thought-provoking reminder of the time you have to make the most of your life!","archived":false,"fork":false,"pushed_at":"2024-08-04T09:54:31.000Z","size":1400,"stargazers_count":235,"open_issues_count":3,"forks_count":9,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-31T18:21:16.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/accessd.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}},"created_at":"2024-01-03T13:36:27.000Z","updated_at":"2025-03-03T20:26:02.000Z","dependencies_parsed_at":"2024-10-23T01:32:28.056Z","dependency_job_id":null,"html_url":"https://github.com/accessd/terminal-sunday","commit_stats":null,"previous_names":["accessd/the-last-sunday","accessd/terminal-sunday"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessd%2Fterminal-sunday","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessd%2Fterminal-sunday/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessd%2Fterminal-sunday/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessd%2Fterminal-sunday/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/accessd","download_url":"https://codeload.github.com/accessd/terminal-sunday/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767236,"owners_count":20992548,"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":[],"created_at":"2024-10-03T10:32:34.688Z","updated_at":"2025-04-08T03:16:23.112Z","avatar_url":"https://github.com/accessd.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Terminal Sunday\n\n\u003e \"Remembering that I'll be dead soon is the most important tool I've ever encountered to help me make the big choices in life.\" - Steve Jobs\n\n![ScreenShot](https://raw.githubusercontent.com/accessd/terminal-sunday/master/img/screenshot.png)\n\nThe idea is to provide a graphical and thought-provoking view of one's life span, promoting a reflection on how we spend our time.\n\n## Ruby version\n\nMade initially with Bash, I wrote another version with Ruby language because I love Ruby and to show [Ruby is not dead](https://isrubydead.com/)! :)\n\n## Installation\n\nThe script should work on macOS and Linux (The bash script may also work with MINGW).\nTo use this script, follow the steps below:\n\n1. Download script or clone repository and make sure the script is executable:\n\n```bash\ncurl -L https://raw.githubusercontent.com/accessd/terminal-sunday/main/terminal_sunday.sh -o \"$HOME/terminal_sunday.sh\"\nchmod +x \"$HOME/terminal_sunday.sh\"\n```\n\n2. Add the script run to the end of .bashrc/.zshrc/etc.\n\n```bash\n$HOME/terminal_sunday.sh 1985-06-08 Joe\n```\n\nFish: \n\n```fish\nbash $HOME/terminal_sunday.sh 1985-06-08 Joe\n```\n\nProvide your birthdate and name to the script.\n\nYou can run it randomly with:\n\n```bash\n(( RANDOM%2 == 0 )) \u0026\u0026 $HOME/terminal_sunday.sh 1985-06-08 Joe\n```\n\nOr add sleep \u0026\u0026 clear after the command\n\n```bash\n$HOME/terminal_sunday.sh 1985-06-08 Joe;sleep 1;clear\n```\n\nto clear the screen after one second.\n\nYou can specify the number of columns by:\n\n```bash\n$HOME/terminal_sunday.sh 1985-06-08 Joe 10\n```\n\nthe main thing is that 80 is divisible without a remainder by this number of columns :)\n\n## Credits\n\nInspired by [The Last Sunday](https://chromewebstore.google.com/detail/the-last-sunday-reminder/aiojhapcgfgmiacbbjfgedhlcchmpelh?pli=1) chrome extension.\n\n## Contributing\n\nContributions, ideas, and feedback are welcome. Feel free to fork the repository, make your changes, and create a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccessd%2Fterminal-sunday","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccessd%2Fterminal-sunday","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccessd%2Fterminal-sunday/lists"}