4
4
` hardv ` is a powerful flashcard program for Unix.
5
5
The key features are listed below.
6
6
7
- - Although ` hardv ` is not a strict filter,
8
- in the default mode
9
- it reads user actions from the standard input and prints to the standard output.
10
- That makes ` hardv ` easy to be called by other programs.
11
-
12
7
- Almost everything can be customized,
13
8
with any programming language you prefer.
14
9
E.g.:
15
10
16
- - You may configure it to a TUI program,
11
+ - `hardv` runs in the CLI mode by default;
12
+ But you may configure it to a TUI program,
17
13
or to view images in a GUI window.
18
14
19
15
- `hardv` can open the editor;
@@ -35,6 +31,11 @@ like `grep`, `sed`, and `awk`.
35
31
- Metadata like scheduled time is written back to input files;
36
32
Thus all your data is in files created and managed by yourself.
37
33
34
+ - Although ` hardv ` is not a strict filter,
35
+ in the default mode
36
+ it reads user actions from the standard input and prints to the standard output.
37
+ That makes ` hardv ` easy to be called by other programs.
38
+
38
39
By default, ` hardv ` runs in the memory-optimization mode.
39
40
Only one card is loaded in the memory at the same time.
40
41
However, ` hardv ` allows you to turn it into the disk-optimization mode.
0 commit comments