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
- Host: GitHub
- URL: https://github.com/berkaycubuk/sb
- Owner: berkaycubuk
- License: gpl-3.0
- Created: 2022-02-12T10:55:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T18:57:11.000Z (over 4 years ago)
- Last Synced: 2024-06-20T17:53:33.359Z (about 2 years ago)
- Topics: cli, productivity, second-brain
- Language: Go
- Homepage:
- Size: 1.17 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)