File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,13 +70,23 @@ The configuration is stored at `~/.config/podwise/config.toml`.
7070
7171## Usage
7272
73- You can search for podcast episodes or process specific episodes to get summaries and transcripts.
73+ #### Trending Episodes
74+
75+ ``` bash
76+ podwise popular
77+ ```
78+
79+ #### Ask AI
80+
81+ ``` bash
82+ # Ask a question answered from podcast transcripts
83+ podwise ask " the future of AI Agents"
84+ ```
7485
7586#### Search Episodes
7687
7788``` bash
7889# Search episodes by title keywords
79- podwise search " Hard Fork"
8090podwise search episode " machine learning" --limit 20
8191
8292# Search podcasts by name
@@ -94,21 +104,6 @@ podwise process https://www.xiaoyuzhoufm.com/episode/abc123
94104
95105# Youtube video URL
96106podwise process https://www.youtube.com/watch? v=d0-Gn_Bxf8s
97- podwise process https://youtu.be/d0-Gn_Bxf8s` ,
98- ` ` `
99-
100- # ### Trending Episodes
101-
102- ` ` ` bash
103- podwise popular
104- ` ` `
105-
106- # ### Ask AI
107-
108- ` ` ` bash
109- # Ask a question answered from podcast transcripts
110- podwise ask " the future of AI Agents"
111- podwise ask " How does retrieval augmented generation work?" --sources
112107```
113108
114109#### Get Episode Details
@@ -122,6 +117,7 @@ podwise get transcript <episode-url>
122117```
123118
124119For more details on all available commands and flags, run:
120+
125121``` bash
126122podwise --help
127123```
You can’t perform that action at this time.
0 commit comments