sheepla

Results 33 issues of sheepla

I'm developing on Go `v1.18` but `golangci-lint` is settings are set to a different version. So I want to fix. - [go.mod](https://github.com/sheepla/pingu/blob/master/go.mod#L3): `v1.18` - [golangci-lint.yaml](https://github.com/sheepla/pingu/blob/master/.github/workflows/golangci-lint.yml#L21): `v1.17` #10 Thank you for...

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.

wontfix

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