@@ -45,7 +45,7 @@ git clone https://github.com/hardhackerlabs/podwise-cli.git
4545cd podwise-cli
4646go build -o podwise .
4747# Move the binary to a directory in your PATH, e.g.,
48- sudo mv podwise /usr/local/bin/
48+ mv podwise /usr/local/bin/
4949```
5050
5151## Configuration
@@ -134,16 +134,16 @@ podwise --help
134134
135135The Podwise skill routes your intent to the right workflow automatically:
136136
137- | Workflow | What it does |
138- | ---| ---|
139- | ** catch-up** | Catch up on missed episodes from podcasts you follow |
140- | ** weekly-recap** | Generate a weekly listening recap with highlights |
141- | ** episode-notes** | Export episode summaries and highlights to Notion, Obsidian, or Logseq |
142- | ** topic-research** | Research a topic across multiple podcast episodes |
143- | ** episode-debate** | Challenge and stress-test ideas from an episode |
144- | ** language-learning** | Generate Anki flashcards from a transcript |
145- | ** discover** | Get personalised podcast recommendations based on your taste |
146- | ** refine-taste** | Build your listener profile for personalised outputs |
137+ | Workflow | What it does |
138+ | --------------------- | ---------------------------------------------------------------------- |
139+ | ** catch-up** | Catch up on missed episodes from podcasts you follow |
140+ | ** weekly-recap** | Generate a weekly listening recap with highlights |
141+ | ** episode-notes** | Export episode summaries and highlights to Notion, Obsidian, or Logseq |
142+ | ** topic-research** | Research a topic across multiple podcast episodes |
143+ | ** episode-debate** | Challenge and stress-test ideas from an episode |
144+ | ** language-learning** | Generate Anki flashcards from a transcript |
145+ | ** discover** | Get personalised podcast recommendations based on your taste |
146+ | ** refine-taste** | Build your listener profile for personalised outputs |
147147
148148# ## How It Works
149149
0 commit comments