diff options
author | Armaan Bhojwani <me@armaanb.net> | 2021-02-20 13:41:44 -0500 |
---|---|---|
committer | Armaan Bhojwani <me@armaanb.net> | 2021-02-20 13:41:44 -0500 |
commit | 3dc5816c216cc4b2c3cd8040224dc8620cee89ba (patch) | |
tree | 2d271cd49374eb6501fad3038e0f96a9607ab758 | |
parent | 3da455d916d2ab2aecc6146e0fd97f2a8669f63e (diff) | |
download | lightcards-devel.tar.gz |
Add sr.ht ticket trackingdevel
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | man/lightcards-config.5.md | 2 | ||||
-rw-r--r-- | man/lightcards.1 | 2 | ||||
-rw-r--r-- | man/lightcards.1.md | 4 |
4 files changed, 4 insertions, 5 deletions
@@ -1,5 +1,4 @@ __pycache__ -TODO .Python build/ develop-eggs/ diff --git a/man/lightcards-config.5.md b/man/lightcards-config.5.md index 3741e61..ffe87ce 100644 --- a/man/lightcards-config.5.md +++ b/man/lightcards-config.5.md @@ -15,4 +15,4 @@ Configuration is done through the config.py file. This is an executed Python scr Copy the global config file from /etc/lightcards/config.py to ~/.config/lightcards/config.py or $XDG_CONFIG_HOME/lightcards/config.py and make modifications! All possible options are listed in the global config file. # SEE ALSO - **lightcards(1)** +**lightcards(1)** diff --git a/man/lightcards.1 b/man/lightcards.1 index d12d70b..37e532d 100644 --- a/man/lightcards.1 +++ b/man/lightcards.1 @@ -102,7 +102,7 @@ Config error \f[B]lightcards-config(5)\f[R] .SH BUGS .PP -https://lists.sr.ht/\[ti]armaan/public-inbox +https://todo.sr.ht/\[ti]armaan/lightcards .SH COPYRIGHT .PP Copyright 2021 Armaan Bhojwani <me@armaanb.net>, MIT License. diff --git a/man/lightcards.1.md b/man/lightcards.1.md index 40d8783..91ec792 100644 --- a/man/lightcards.1.md +++ b/man/lightcards.1.md @@ -99,10 +99,10 @@ Lightcards takes the first table from a valid Markdown or HTML file. Each row is : Config error # SEE ALSO - **lightcards-config(5)** +**lightcards-config(5)** # BUGS -https://lists.sr.ht/~armaan/public-inbox +https://todo.sr.ht/~armaan/lightcards # COPYRIGHT Copyright 2021 Armaan Bhojwani <me@armaanb.net>, MIT License. |