0.1.0-beta.2 • Published 2 years ago

lnn-cli v0.1.0-beta.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

lnn

Yet another lsnotes built with Node.js.

(Check out lsnotes by @aeilot! It's the original project.)

Getting Started

$ yarn global add lnn-cli
# or
$ npm install -g lnn-cli

Then, you can use lnn to print .lsnotes in current directory to terminal:

$ lnn

The home directory of project `lnn`.

Usage

Use as ls

$ alias ls='lnn -s -l' # you can add this to your terminal profile if you like it
$ ls


The home directory of project `lnn`.

----------

.git
.gitignore
.lsnotes
LICENSE
node_modules
package.json
README.md - readme file
src - code here!
yarn.lock

Arguments

-v or --version

Prints version information

$ lnn -v
vx.y.z

-s or --separator

This adds a separator after printing .lsnotes.

$ lnn


The home directory of project `lnn`.

----------

-l or --ls

This appends built-in ls to the end of .lsnotes.

$ lnn


The home directory of project `lnn`.

.git
.gitignore
.lsnotes
LICENSE
node_modules
package.json
README.md - readme file
src - code here!
yarn.lock