github.com/jacekolszak/noteo@v0.5.0/demo/script (about)

     1  asciinema rec demo.cast
     2  mkdir mynotes
     3  cd mynotes
     4  noteo init
     5  noteo add
     6  My fantastic idea
     7  :x
     8  noteo ls
     9  ls
    10  noteo add Another idea
    11  noteo ls
    12  noteo tag set -n idea my-fantastic-idea.md
    13  cat my-fantastic-idea.md
    14  noteo ls --tag idea
    15  mkdir some-project
    16  noteo mv my-fantastic-idea.md some-project/my-fantastic-idea.md
    17  noteo ls
    18  noteo tag set -n deadline:2020-08-30 some-project/my-fantastic-idea.md
    19  noteo tag set -n deadline:2020-09-30 another-idea.md
    20  noteo ls
    21  noteo ls --tag-after deadline:2020-09-15