common/r*: add Korean translation (#14644)

* common/r*: add Korean translation

* Update rtv.md

* Update pages.ko/common/rtv.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-11-07 10:35:14 +09:00
committed by GitHub
parent ef281bb658
commit fd7d9f925b
89 changed files with 2133 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
# rsstail
> RSS 피드를 위한 `tail`.
> 더 많은 정보: <https://github.com/gvalkov/rsstail.py>.
- 주어진 URL의 피드를 표시하고 새 항목이 아래에 나타날 때까지 대기:
`rsstail -u {{URL}}`
- 피드를 역순으로 표시 (최신 항목이 아래에 위치):
`rsstail -r -u {{URL}}`
- 발행 날짜와 링크 포함:
`rsstail -pl -u {{URL}}`
- 업데이트 간격 설정:
`rsstail -u {{URL}} -i {{초_간격}}`
- 피드를 표시하고 종료:
`rsstail -1 -u {{URL}}`