From 6f036fd6088ab700cd7958943f77a369d3fe0330 Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Fri, 20 Sep 2019 05:05:47 +0800 Subject: [PATCH] Add Dnote to the Command Line section (#2652) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 197043e9..33b18aa5 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cobra](https://github.com/spf13/cobra) - Commander for modern Go CLI interactions. * [commandeer](https://github.com/jaffee/commandeer) - Dev-friendly CLI apps: sets up flags, defaults, and usage based on struct fields and tags. * [complete](https://github.com/posener/complete) - Write bash completions in Go + Go command bash completion. +* [Dnote](https://github.com/dnote/dnote) - A simple and end-to-end encrypted notebook for developers. * [docopt.go](https://github.com/docopt/docopt.go) - Command-line arguments parser that will make you smile. * [env](https://github.com/codingconcepts/env) - Tag-based environment configuration for structs. * [flag](https://github.com/cosiner/flag) - Simple but powerful command line option parsing library for Go supporting subcommand.