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

https://github.com/berkaycubuk/sb

Second Brain
https://github.com/berkaycubuk/sb

cli productivity second-brain

Last synced: 3 months ago
JSON representation

Second Brain

Awesome Lists containing this project

README

          

# Second Brain

This is second brain :^) It's currently under development and not ready for production. Use it on your own risk!

## Story

I use vim and cli a lot. Wanted to have something that's going to help me to track things and knowledge.
I'm not big fan of Notion so I built my own :^)

## Types of Files and Directories

### Pages

Pages are simple files that you can use it as a canvas. It's a markdown file.

## Installation

- Run `git clone git@github.com:berkaycubuk/sb.git` command where you want to use this software.
- Build the project with `go build`.
- Add `sb` file to your path.
- Create .sbrc config file in your home directory. Set your editor and docspath like this:
```
set editor vi
set docspath /Documents/sb
```

## License

This project is licensed under GPLv3. You can read more about the license on [gnu.org/licenses/gpl-3.0.en.html](https://www.gnu.org/licenses/gpl-3.0.en.html)