File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
# LUGUS: Your terminal feeds reader
2
2
3
- [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/lugus.svg )] ( https://pypi.org/project/lugus )
4
- [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/lugus.svg )] ( https://pypi.org/project/lugus )
3
+ [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/lugus.svg?style=for-the-badge )] ( https://pypi.org/project/lugus )
4
+ [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/lugus.svg?style=for-the-badge )] ( https://pypi.org/project/lugus )
5
+ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/lugus?style=for-the-badge )
6
+
5
7
6
8
![ readme header] ( https://raw.githubusercontent.com/OpenCode/lugus/main/readme/header.png )
7
9
8
10
-----
9
11
10
- ## Table of Contents
11
-
12
- - [ Installation] ( #installation )
13
- - [ Roadmap] ( #roadmap )
14
- - [ License] ( #license )
15
-
16
12
## Installation
17
13
14
+ /!\ ** Lugus currently runs only on GNU/Linux**
15
+
18
16
``` console
19
- pip install lugus
17
+ pipx install lugus
20
18
```
21
19
22
20
## Screenshot
@@ -25,8 +23,13 @@ pip install lugus
25
23
26
24
![ main page screenshot] ( https://raw.githubusercontent.com/OpenCode/lugus/main/readme/home.png )
27
25
26
+ ### New Feed Screen
27
+
28
+ ![ new feed page screenshot] ( https://raw.githubusercontent.com/OpenCode/lugus/main/readme/new_feed.png )
29
+
28
30
## Roadmap
29
31
32
+ - [ ] Feeds management (edit, delete, ...)
30
33
- [ ] Import existing OPML files
31
34
- [ ] Export feeds as OPML file
32
35
- [ ] Set article as unread
@@ -37,7 +40,9 @@ pip install lugus
37
40
- [ ] Feeds auto-sync
38
41
- [ ] Edit existing feeds
39
42
- [ ] Search articles by name/content
43
+ - [ ] Support for Windows
40
44
41
45
## License
42
46
43
47
` LUGUS ` is distributed under the terms of the [ MIT] ( https://spdx.org/licenses/MIT.html ) license.
48
+
You can’t perform that action at this time.
0 commit comments