Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block Slack until most important task of the day is done #7

Open
d4hines opened this issue Oct 4, 2021 · 1 comment
Open

Block Slack until most important task of the day is done #7

d4hines opened this issue Oct 4, 2021 · 1 comment

Comments

@d4hines
Copy link
Owner

d4hines commented Oct 4, 2021

Use * feature of Complice to mark task as most important and then :

most_important_done :- most_important(X), done(X)
kill_slack :- not most_important_done
@d4hines
Copy link
Owner Author

d4hines commented Oct 6, 2021

Refinement of this: it might not always be feasible or desirable to do the most important task without slack - what if I need help from a coworker, or need to review some info sent to me? However, I already have an escape hatch touch /tmp/make_focus_exception will give me 5 minutes to get the info I need from Slack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant