Skip to content

Commit

Permalink
fix and cleanup task
Browse files Browse the repository at this point in the history
  • Loading branch information
hilli committed Aug 21, 2023
1 parent 95ea5c3 commit 29f3775
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ tasks:
- task build
- task complete

clean:
desc: Clean up
aliases: [x]
silent: true
cmds:
- rm -rf bin
- rm -rf share

includes:
docs:
taskfile: ./docs/Taskfile.yaml
Expand Down
4 changes: 2 additions & 2 deletions docs/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ tasks:

record:
desc: Record kefw2.tape actions to docs/kefw2.gif (requires vhs, Music.app and JXA)
requires:
deps:
- setup
platforms: [darwin]
cmds:
- rm -f ~/.config/kefw2/kefw2.yaml
- vhs kefw2.tape
preconditions:
- test -f ../bin/kefw2
- which vhs
- which vhs
7 changes: 7 additions & 0 deletions research/radio.http
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ GET {{baseurl}}/api/getRows?roles={{roles}}&from=0&to=19&path=airable%3Ahttps://

### Get episodes for a (random chosen: Club Jazzaflip) podcast
GET {{baseurl}}/api/getRows?roles={{roles}}&from=0&to=19&path=airable%3Ahttps://8448239770.airable.io/airable/feed/7881224595010281/episodes

### asda
GET {{baseurl}}/api/getRows?from=0&roles=%40all&to=19&path=ui%3A%2Fairablepodcasts
# Gets a "rowsRedirect" with a airable pointer

### Get airable rows
GET {{baseurl}}/api/getRows?from=0&path=airable%3AlinkService_airable.feeds&to=19&roles=%40all

0 comments on commit 29f3775

Please sign in to comment.