1.3.14 • Published 2 years ago

@julienr2/toolkit v1.3.14

Weekly downloads
76
License
MIT
Repository
-
Last release
2 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

2 years ago

1.3.14

2 years ago

1.3.9

2 years ago

1.3.8

2 years ago

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.2.26

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.24

3 years ago

1.2.25

3 years ago

1.2.9

3 years ago

1.2.12

3 years ago

1.2.13

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.2.16

3 years ago

1.2.15

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.3

3 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.15

4 years ago

1.0.14

4 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.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago