https://github.com/aadam-ali/second-brain-cli
A Golang CLI to interact with my notes (second brain)
https://github.com/aadam-ali/second-brain-cli
cobra-cli golang-cli note-managment notes obsidian second-brain
Last synced: about 1 month ago
JSON representation
A Golang CLI to interact with my notes (second brain)
- Host: GitHub
- URL: https://github.com/aadam-ali/second-brain-cli
- Owner: aadam-ali
- License: mit
- Created: 2024-11-17T08:15:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T23:44:46.000Z (3 months ago)
- Last Synced: 2025-03-23T16:45:18.437Z (about 1 month ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Second Brain CLI (sb)
## Description
Over the past few months I've been using Vim to write my notes and using Obsidian as a way to view and edit them on my other devices (phone, tablet etc.). Currently, I have been using a shell script to help me to do this but I wanted an excuse to learn and start writing some Golang hence the creation of this project.
## Installation
To install `sb` use the provided install script:
```bash
git clone [email protected]:Aadam-Ali/second-brain-cli
cd second-brain-cli
./install.sh
```Or navigate to the [releases page](https://github.com/Aadam-Ali/second-brain-cli/releases).
## Usage
Usage information can be found by running the following commands:
```bash
# This will output a list of all available commands
sb help# These will output usage information for the specified command
sb help [command]
sb [command] --help
```## Contributing
For now this is a hobby project, so I haven't invested any time into writing up a contribution guide.
However, if there are improvements that people would like to make I'd be happy to accept issues / PRs.
## License
[MIT](LICENSE)