From e8acad1f875b81364c58f0e69dd294fcb885c322 Mon Sep 17 00:00:00 2001 From: Ryo Nakao Date: Sun, 1 Apr 2018 14:33:43 +0900 Subject: [PATCH] Add examples of usage to README.md (#78) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1a2c1ff9..51d89817 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,22 @@ We learn new things everyday while programming. And we forget most of them expon Dnote is designed for writing technical notes without switching context from programming. You can capture your learning as they happen with no overhead. +## Examples + +- If you want to add a note to a book named linux + +``` +$ dnote add linux -c "find - recursively walk the directory" +``` + +- If you want to see the note list of a book named linux + +``` +$ dnote ls linux +• on book linux +(0) find - recursively walk the directory +``` + ## Commands Please refer to [commands](/COMMANDS.md).