Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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/).

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc