1.3.14 • Published 3 years ago

@julienr2/toolkit v1.3.14

Weekly downloads
76
License
MIT
Repository
-
Last release
3 years ago

Toolkit

A command line tool to quickly create and execute shortcuts to your most common commands!

Demo

Alt Text

Installation

Install my-project with npm

> npm install -g @julienr2/toolkit
or
> yarn global add @julienR2/toolkit

Example recipes

Easily start Simple example

$ tk server-python

> python -m SimpleHTTPServer

Serving HTTP on 0.0.0.0 port 8000 ...

Passing command args

$ tk server-python 127.0.0.1:3000

> python -m SimpleHTTPServer 127.0.0.1:3000

Serving HTTP on 127.0.0.1 port 3000 ...

Event using variables!! Here we saved the command lsof -i :<port=3000> (Yes! With a default value)

$ tk running-port -- port=5000

> lsof -i :5000

COMMAND   PID     USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
Python  31513 julienr2    3u  IPv4 0x726afca1bdf4d0ad      0t0  TCP *:irdmi (LISTEN)

Features

Autocompletion

Alt Text

Arguments passing

Variables

Alt Text

Gist Synchronisation

Shortcut selectors

Similar project

  • Pet - Great similar tool, but missing the way to trigger commant without a prompt
1.3.13

3 years ago

1.3.14

3 years ago

1.3.9

3 years ago

1.3.8

3 years ago

1.3.7

3 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.2.26

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.24

4 years ago

1.2.25

4 years ago

1.2.9

4 years ago

1.2.12

4 years ago

1.2.13

4 years ago

1.2.10

4 years ago

1.2.11

4 years ago

1.2.16

4 years ago

1.2.15

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago