Skip to content

Commit e672bb7

Browse files
committed
update readme
1 parent fb2a80f commit e672bb7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ hardv
44
`hardv` is a powerful flashcard program for Unix.
55
The key features are listed below.
66

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-
127
- Almost everything can be customized,
138
with any programming language you prefer.
149
E.g.:
1510

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,
1713
or to view images in a GUI window.
1814

1915
- `hardv` can open the editor;
@@ -35,6 +31,11 @@ like `grep`, `sed`, and `awk`.
3531
- Metadata like scheduled time is written back to input files;
3632
Thus all your data is in files created and managed by yourself.
3733

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+
3839
By default, `hardv` runs in the memory-optimization mode.
3940
Only one card is loaded in the memory at the same time.
4041
However, `hardv` allows you to turn it into the disk-optimization mode.

0 commit comments

Comments
 (0)