{"id":18265819,"url":"https://github.com/tdgroot/bootonwork","last_synced_at":"2025-06-30T11:04:49.406Z","repository":{"id":142932376,"uuid":"77291421","full_name":"tdgroot/bootonwork","owner":"tdgroot","description":null,"archived":false,"fork":false,"pushed_at":"2016-12-28T12:36:38.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T01:45:50.808Z","etag":null,"topics":["schedule","startup","work"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tdgroot.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-24T16:30:19.000Z","updated_at":"2016-12-24T16:34:39.000Z","dependencies_parsed_at":"2023-04-20T15:17:54.687Z","dependency_job_id":null,"html_url":"https://github.com/tdgroot/bootonwork","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tdgroot/bootonwork","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdgroot%2Fbootonwork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdgroot%2Fbootonwork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdgroot%2Fbootonwork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdgroot%2Fbootonwork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tdgroot","download_url":"https://codeload.github.com/tdgroot/bootonwork/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdgroot%2Fbootonwork/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262762459,"owners_count":23360329,"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":["schedule","startup","work"],"created_at":"2024-11-05T11:19:56.384Z","updated_at":"2025-06-30T11:04:49.352Z","avatar_url":"https://github.com/tdgroot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Boot on work\n------------\n\nA simple wrapping script to boot multiple programs only when the current time matches your workweek's time frame. I use it to have my work related applications only start in my working schedule.\n\n#### Installation\n\nIt's up to you how you want to install it. To call the program, run the file `bootonwork.sh` from any directory.\n\nTo define what programs you want to boot, create a file called `boot.sh`. For example:\n\n```\n#!/bin/bash\n\n/home/timon/software/toggldesktop/TogglDesktop.sh %f \u0026\n/usr/bin/scudcloud --minimized=True \u0026\n\nnotify-send \"Booted work-related applications\"\n```\n\nIn my use case I need to startup some applications like Toggl or Slack. There's an example of a desktop entry(`bootonwork.desktop.sample`), it's what I use to add a startup application to Gnome. \n\n#### Configuration\n\nIf the timeframe / working schedule does not fit your needs, you can tweak the script by adding a file called `settings.cfg` in the directory of the repository, for example: \n\n```\n[start]\nday=0     # First day of your workweek, 1 is Monday - 7 is Sunday\nhour=8    # The hour your workday starts\nminute=30 # The minute of the hour your workday starts\n\n[end]\nday=5     # Last day of your workweek, 1 is Monday - 7 is Sunday\nhour=17   # The hour your workday ends\nminute=0  # The minute of the hour your workday ends\n```\n#### Vacation\n\nHaving a vacation? Just run `touch vacation.flag` in this directory when your vacation starts and run `rm vacation.flag` in this directory when your vacation is over. The program will detect the flag and won't boot, whatever your schedule is!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdgroot%2Fbootonwork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftdgroot%2Fbootonwork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdgroot%2Fbootonwork/lists"}