Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajikaimal/inq
:notebook: Knowledge journal with inq CLI
https://github.com/rajikaimal/inq
Last synced: 10 days ago
JSON representation
:notebook: Knowledge journal with inq CLI
- Host: GitHub
- URL: https://github.com/rajikaimal/inq
- Owner: rajikaimal
- License: mit
- Created: 2019-08-26T17:47:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T18:27:39.000Z (over 3 years ago)
- Last Synced: 2023-02-27T16:46:53.395Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inq
:notebook: 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