Categorygithub.com/spy16/connote
modulepackage
0.2.0
Repository: https://github.com/spy16/connote.git
Documentation: pkg.go.dev

# README

📝 connote

connote is a simple console-based note taking tool.

Install

  • Download the binary for your operating system from Releases
  • Run go install github.com/spy16/connote to directly build and install.

Usage

# write down anything specific to the day (e.g., work log)
$ connote write

# edit yesterday's note
$ connote note @yday

# create a custom note with tags 
$ connote note kafka -t tldr

# show today's note
$ connote show

# show last week's note
$ connote show @-7

# show note on kafka
$ connote show kafka

# list all notes
$ connote list

# list all tldr type notes
$ connote list -t tldr

# Packages

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author