summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2023-01-13 08:37:35 +0100
committerSimeon Simeonov2023-01-13 08:37:35 +0100
commit248b7c6ae7a5fe370cc1f4ac032c5138110599a2 (patch)
treee0b04af4125e4057269c98b5fc4166476fc676d7
parent2c863a5548c9a11846b81581a87775f444aeab7b (diff)
Update README.md
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 99ac70f..f00421f 100644
--- a/README.md
+++ b/README.md
@@ -10,20 +10,30 @@ Gentoo GNU/Linux.
10 10
11The following ports are currently available: 11The following ports are currently available:
12 12
13* dev-python/etoolkit - a simple toolkit for defining and setting environment
14variables in a flexible and secure way - https://github.com/blackm0re/etoolkit
15
13* dev-python/pyotp2289 - a pure Python 3 implementation of "A One-Time 16* dev-python/pyotp2289 - a pure Python 3 implementation of "A One-Time
14Password System" - RFC-2289. - https://github.com/blackm0re/pyotp2289 17Password System" - RFC-2289. - https://github.com/blackm0re/pyotp2289
15 18
16* mail-client/sylpheed - Sylpheed fork that implements features and fixes not 19* mail-client/sylpheed - Sylpheed fork that implements features and fixes not
17present in the official Sylpheed release - https://github.com/blackm0re/sylpheed 20present in the official Sylpheed release - https://github.com/blackm0re/sylpheed
18 21
22* www-servers/ngus - is a minimalist HTTP server written in pure Python and
23intended for receiving file uploads - https://github.com/blackm0re/ngus
24
19* x11-misc/i3lock-extended - a fork of i3lock offering some additional features 25* x11-misc/i3lock-extended - a fork of i3lock offering some additional features
20and niceties - https://github.com/blackm0re/i3lock-extended 26and niceties - https://github.com/blackm0re/i3lock-extended
21 27
28* x11-terms/terminator - contains a "single tab patch" that propagates events
29like 'next_tab', 'swicth_tab', etc instead of consuming them when only a single
30tab is used on the terminal
31
22 32
23## Setup 33## Setup
24 34
25 ```bash 35 ```bash
26 layman -a sgs 36 eselect repository add sgs
27 ``` 37 ```
28 38
29 39