@julienr2/toolkit

1.3.14 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @julienr2/toolkit

Weekly Downloads

1

Version

1.3.14

License

MIT

Unpacked Size

55.1 kB

Total Files

24

Last publish

Collaborators

  • julienr2