Socket
Book a DemoInstallSign in
Socket

coc-octobox

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coc-octobox

coc-octobox is a [coc.nvim](https://github.com/neoclide/coc.nvim) extension for [Octobox](https://octobox.io/).

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

coc-octobox

coc-octobox is a coc.nvim extension for Octobox.

It supports:

  • showing and filtering the notifications list.
  • opening in browser and marking as read.
  • archiving notifications.
  • muting notifications.

Setup

Just install it like any other coc.nvim extension, for instance:

:CocInstall https://github.com/gabrielpoca/coc-octobox

And setup the following variables in your environment:

  • OCTOBOX_URL should be the base url of your octobox instance.
  • OCTOBOX_TOKEN should be your API token that you can the settings page in Octobox.

Usage

To show the list of notification run :CocList octobox. You can give this command a shortcut, for instance:

nnoremap <Leader>gn :CocList octobox<CR>

You can also pass in filters, sort of like you do in Octobox, for instance:

:CocList octobox state:closed,merged archived:false	

For now, only state and archived are supported.

You can also show the notification count in the status bar, just enable add the following to your configuration:

...
  "octobox.showInStatusBar": true,
  "octobox.iconForStatusBar": "☀︎" // this one is optionl
...

FAQs

Package last updated on 25 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts