Created
December 29, 2019 17:11
-
-
Save jbn/b5b4cf3ea8a620659eebd750ad9ab39a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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