https://github.com/ixalender/bearcast
Plugin for IntelliJ platform for saving pieces of source code to Bear app.
https://github.com/ixalender/bearcast
bear ide intellij-platform intellij-plugin intellijidea-plugin
Last synced: 5 months ago
JSON representation
Plugin for IntelliJ platform for saving pieces of source code to Bear app.
- Host: GitHub
- URL: https://github.com/ixalender/bearcast
- Owner: ixalender
- License: mit
- Created: 2019-03-25T16:31:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T00:31:39.000Z (over 2 years ago)
- Last Synced: 2023-12-22T03:24:28.160Z (over 2 years ago)
- Topics: bear, ide, intellij-platform, intellij-plugin, intellijidea-plugin
- Language: Kotlin
- Homepage:
- Size: 101 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BearCast
Plugin for JetBrains platform to save pieces of source code to the [Bear.app](https://bear.app/).
> Please notice that using this plugin make sense only on macOS.
## Installation
1. Inside your IDE, select `Preferences` > `Plugins` > `Browse Repositories...` or use search field.
2. Search for `BearCast`.
3. Click the green `Install Plugin` button.
4. Click `Close` and `OK`, then Re-launch your IDE.
## Basic usage
- Select the text you want to export to Bear.app.
- Press Cmd + Shit + B or Cmd + Ctrl + B
## Options
Open `Preferences` > `Tools` > `BearCast`
| Options | Description |
| -----------------------|---------------------------------------------------------------------------|
| `Default tags` | Tags that will always be added to Bear's notes (e.g. code, work) |
| `Add project name tag` | Project name will be automatically added as a tag |
| `Add language tag` | Name of the programming language of a current file will be added as a tag |
## License
MIT