0.1.0-beta.2 • Published 4 years ago
lnn-cli v0.1.0-beta.2
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-cliThen, 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.lockArguments
-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.lock0.1.0-beta.2
4 years ago
0.1.0-beta.1
4 years ago