nathanshelly / totes

a tool for learning via terminal notecards
4 stars 0 forks source link

Add ability to request notes for a particular subject #19

Closed glenshelly closed 4 years ago

glenshelly commented 4 years ago

For example, rather than simply:

totes

... the user should be able to specify a subject, such as:

totes vim

... and then just rotate through the notes in the 'vim' subject.

(we could use a flag, such as >totes -s=vim, but I don't think we need to here)