rajikaimal / inq

:notebook: Knowledge journal with inq CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inq

đź““ Knowledge journal with inq CLI

Install

$ go build inq.go
$ cp inq /usr/local/bin
$ inq

Usage

Configure

  • Create a repository to save notes (inq-notes)
  • Provide repository name to inq
$ inq config [githubRepositoryUrl]

Save note by date

$ inq save

Save note by topic

$ inq --topic=[topicName] save 

Save note by name

$ inq --name=[fileName] save 

Push to GitHub

$ inq push

MIT

About

:notebook: Knowledge journal with inq CLI

License:MIT License


Languages

Language:Go 92.9%Language:HCL 4.2%Language:Shell 2.9%