1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/feedreader.md
코드싸이 6acaad1270
linux/f*: add Korean translation (#14703)
* linux/f*: add Korean translation

* finch: fix Korean tranlsation

* Update pages.ko/linux/fprintd-verify.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-09 13:26:42 +09:00

25 lines
602 B
Markdown

# feedreader
> GUI 데스크톱 RSS 클라이언트.
> 참고: FeedReader는 더 이상 유지 관리되지 않습니다.
> 더 많은 정보: <https://github.com/jangernert/FeedReader>.
- 읽지 않은 기사 수 출력:
`feedreader --unreadCount`
- 팔로우할 피드의 URL 추가:
`feedreader --addFeed={{피드_url}}`
- 특정 기사 URL로 가져오기:
`feedreader --grabArticle={{기사_url}}`
- 특정 기사에서 모든 이미지 다운로드:
`feedreader --url={{피드_url}} --grabImages={{기사_경로}}`
- URL에서 미디어 재생:
`feedreader --playMedia={{기사_url}}`