Skip to content

Instantly share code, notes, and snippets.

@jbn
Created December 29, 2019 17:11
Show Gist options
  • Save jbn/b5b4cf3ea8a620659eebd750ad9ab39a to your computer and use it in GitHub Desktop.
Save jbn/b5b4cf3ea8a620659eebd750ad9ab39a to your computer and use it in GitHub Desktop.
# print time spent in all contexts
bosmang
# print current context
bosmang current
bosmang new -t <context> \
[--parent <content>] \
-m "<why are you spending time here>?"
# switch context
bosmang switch <context>
# switch to last context
bosmang -
# Ideas:
# - zshell integration
# - tmux integration
# - vim integration
# - learn which commands, directories, etc go with contexts
# end context
bosmang deliver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment