srss icon indicating copy to clipboard operation
srss copied to clipboard

📘 A command line RSS/ATOM/JSON feed reader

Results 16 srss issues
Sort by recently updated
recently updated
newest added

Want: ``` $ srss xxxxx [ ERROR ] Unknown command xxxxx ```

bug

Oh...🫠 ![srss-wrap-pager](https://user-images.githubusercontent.com/62412884/174443747-c6b2d8ea-7f4b-408f-a6f9-a692e187bbf9.png) The content is cut off on the pager screen so I'll fix with `runewidth.Wrap(str, width)`.

bug

The UI of fuzzyfinder is nice. However, it is not possible to classify items for each feed and display them in an easy-to-view. So I'm thinking of making a TUI...

enhancement

The `initApp()` function has become bloated. I want to cut out functions from the `Action` property to directory under the `initApp()` function.

Currently, only valid URLs can be included in the URL entry file (`urls.txt`). However, as the number of feeds increases, it becomes difficult to manage, so I think it will...

enhancement

フィードのキャッシュを保存しておいてネットワークアクセスを節減する。 形式はSQLite3? gob? JSON?

enhancement

- `o` -> Open link in the browser - `h` -> Move to previous feed item - `l` -> Move to next feed item - `?` -> Show help

enhancement

Could be nice to have a icon or something like that to mark the links that have been read.