Skip to content

jmeischner/alfred-bear-okrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this?

This is a template which could be used in combination with alfred, bear and the alfred-bear workflow.

This should serve as a starting point to build an own template to start creating OKRs. It should help brainstorm new OKRs for thyself or in a group session.

How it looks

With the Olive Dunk theme it could look like

And as a small tidbit there are two "buttons" to add an objective and a key result.

Possible Placeholders for the Markdown Template

  • NEXT_QUARTER The number of the upcoming quarter
  • YEAR The year of the upcoming quarter
  • O_TEXT The urlencoded text which gets included by clicking the Add Objective button
  • KR_TEXT The urlencoded text which gets included by clicking the Add Key Result button
  • BEAR_TOKEN The bear token
  • OKR_OVERVIEW_TITLE Title of the bear note which holds the OKR overview -- to link back to it.

Installation

Clone or download this repository and put it e.g. into your bearTemplateDirectory - ~/.bear-templates - which is usually the place where your bearTemplateIndex - index.yml - file is located.

Then put the following lines to your index.yml

  - title: Create OKRs
    file: "<PathToRepo>/okrs.md"
    script: "<PathToRepo>/script.js"
    var:
      OKR_OVERVIEW_TITLE: "OKRs"
      BEAR_TOKEN: "916BE4-5DF6D5-E58E40"
      OBJECTIVE: >-
        ### This is my Objective
      KEYRESULT: >-
        - [ ] [::Score::] My Key Result

Variables

PathToRepo Path where you put the source code of this repository to. Either absolute or relative to the index.yml.

OBJECTIVE Text which should get inserted by clicking the Add Objective button.

KEYRESULT Text which should get inserted by clicking the Add Key Result button.

About

Template which should help brainstorm new OKRs for thyself or in a group session.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors