New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

quicknote

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quicknote

Quicknote, quickly note something from your terminal

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

quicknote

js-standard-style

Quickly note something from your terminal.

Install

$ npm install -g quicknote

Usage

$ quicknote "Sample quick note"
$ quicknote "Sample quick note 2"

To list all notes:

$ quicknote -s
$ All notes:
$   [1] Sample quick note
$
$   [2] Sample quick note 2

And to delete note:

$ quicknote -r 1
$ quicknote -s
$ All notes:
$   [1] Sample quick note 2

Help:

$ quicknote -h
$ Usage:
$   ...

What about a longer note?

Sure.

$ quicknote -e

This will open your $EDITOR (normally vi on most systems) and when finish editing it will go into your quicknote database.

Can I pipe to it?

Why not.

$ echo "Sample quick note" | quicknote

But quicknote is too long

Do yourself a flavour, put this in your .bashrc or .zshrc or whatever:

alias qn=quicknote
alias qns="quicknote -s"
alias qnr="quicknote -r"
alias qne="quicknote -e"

How can I find quicknote database

It resides in ~/.quicknote/db.json. Just a simple JSON. You can even edit it directly or make a program (or extend this) to read and output more beautiful notes, for example.

License

MIT. Copyright (c) Saran Siriphantnon.

Keywords

quicknote

FAQs

Package last updated on 18 Oct 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