vim text editor > Files > Flashcards
write to file
:w file
read file in after line
:r file
go to next file
:n
go to previous file
:p
edit file
:e
replace line with output from program
!!program