1.0.28 • Published 4 years ago

jrvs-cli v1.0.28

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

jrvs-cli

jrvs-cli is a tool to help devs get common info, and add/remove/list tasks, setup a timer in terminal/cmd, and more...

Installation

$ npm i jrvs-cli -g

If you face asny issue due to Chromedriver while installing, please use the following commmand to bypass the error:

$ npm i jrvs-cli -g --unsafe-perm=true

New Features!

Add terminal/cmd aliases using jrvs !!

One of the most useful tools for a developer !!

To add an alias:

$ jrvs alias glog "git log"

To run an existing alias:

$ jrvs run glog

To list all existing:

$ jrvs listAliases

Trigger a Google or Youtube search directly from jrvs !!

More options coming soon...

To trigger a google search:

$ jrvs search -g iron man / jrvs search --google iron man

To trigger a youtube search:

$ jrvs search -y iron man / jrvs search --youtube iron man

Log and check you coding time on session/day basis.

More coding time stats coming soon.

To start/resume logging coding time:

$ jrvs logtime start

To pause/end logging coding time:

$ jrvs logtime stop

Output: To view coding time done so far:

$ jrvs logtime view

Output:

Timer in terminal/CMD

Have a timer in terminal/cmd:

$ jrvs tick 10

View date and time in command line

Date:

$ jrvs date

Time:

$ jrvs time

TODO list in your terminal/CMD

Add, Remove and list tasks in terminal !

Add:

$ jrvs task --add "my task 1"` or `$ jrvs task -a "my task 1"

Remove:

$ jrvs task --delete 2

or

$ jrvs task -d 2

List tasks:

$ jrvs task --list

or

$ jrvs task -l
1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago