Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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