]> git.armaanb.net Git - lightcards.git/blob - man/lightcards.1.md
96e8cccdc1aeecf1c06d03e8ff33e3549c566abb
[lightcards.git] / man / lightcards.1.md
1 % lightcards(1) 0.0.0
2 % Armaan Bhojwani
3 % January 2021
4
5 # NAME
6 Lightcards - simple terminal flashcards.
7
8 # SYNOPSIS
9 lightcards [[options]] [input file]
10
11 # DESCRIPTION
12 **lightcards** is a Python program that reads data from a two column Markdown or HTML table, and displays flashcards based on their contents.
13
14 # POSITIONAL ARGUMENTS
15 **input file**
16 : Relative or absolute path to the input Markdown or HTML file
17
18 # OPTIONS
19 **-h**, **--help**
20 : Show a help message and exit
21
22 **-v**, **--version**
23 : Print version
24
25 # EXIT VALUES
26 **0**
27 : Success
28
29 **1**
30 : Cannot find input file
31
32 **2**
33 : Invalid option
34
35 # BUGS, PATCHES
36 https://lists.sr.ht/~armaan/public-inbox
37
38 # COPYRIGHT
39 Copyright 2021 Armaan Bhojwani <me@armaanb.net>. MIT License