Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bwave

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

bwave

command line notes

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bwave

bwave a.k.a brainwave a.k.a command line notes.

Originally fork of Ajour

Install

npm i bwave -g

Usage

Make entry:

bwave A brainwave

Will create bwave.md (if no existy) in the current directory with entry appended.

bwave.md:

## Sun Sep 13 2015 15:49:33 GMT-0700 (PDT)

A brainwave

Tailing

Tail onto previous entry with -t flag (no timestamp):

$ bwave A brainwave
$ bwave Another brainwave -t

bwave.md:

## Sun Sep 13 2015 15:49:33 GMT-0700 (PDT)

A brainwave

Another brainwave

Global

By default bwave writes to current directory. Write to secret log in module directory with -g flag:

bwave A secret brainwave -g

Viewing

You can output the contents of bwave.md by running without a message:

$ bwave

Adding -g flag will output contents of global log:

$ bwave -g

Flags

-t    -- Tail onto previous note (no timestamp)
-g    -- Global log file (located in module directory)

Todo

  • config options
  • prepend option

Keywords

FAQs

Package last updated on 13 Sep 2015

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