From 3b9b0744b2126ce73094266e77abca6ec27aaac0 Mon Sep 17 00:00:00 2001 From: Bryan Jenks Date: Sat, 24 Oct 2020 05:17:40 -0700 Subject: [PATCH] flash: add page (#4712) --- pages/linux/flash.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/flash.md diff --git a/pages/linux/flash.md b/pages/linux/flash.md new file mode 100644 index 000000000..991bb43af --- /dev/null +++ b/pages/linux/flash.md @@ -0,0 +1,24 @@ +# flash + +> Flash cards in the terminal. +> More information: . + +- Open a menu of available flashcard decks for selection: + +`flash` + +- Display the program version: + +`flash -v` + +- Display information about the flashcard system: + +`flash -i` + +- Display a list of available commands: + +`flash -h` + +- Change the previewer from default `bat` to `cat`: + +`flash -p {{cat}}`