Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 511 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 511 Bytes

jpwk: Joaquim's Python With Kurly braces

A fork of the most excelent pwk project.

Features:

  1. argparse
  2. Config file (soon...)

Movitation

$ echo 'sed is hard' | jpwk 'print(stdin.replace("sed","python").replace("hard", "easy"))'
python is easy

Installation

It's literally just a file. Does require python3

$ git clone https://github.com/JoaquimEsteves/jpwk.git
$ cd jpwk
$ ln -s `realpath ./jpwk` ~/.local/bin/jpwk