Coder Social home page Coder Social logo

pork2sausage's Introduction

Pork to Sausage is a plugin for Notepad++.

I got a lot of feature requests to transform the selected text from A to B, such from a clear text to a zip text encoded in base64, or from an url encoded text to a clear (decoded) url. Some of them are easy to be implemented in C or C++ and some are not. On the other hand, those one which are complex to be implemented in C or C++ can be done in Java or .NET in very few lines thanks to their rich libraries. The idea of Pork to Sausage plugin comes from here: a plugin which is capable to pass any selected text to any command line program as input and to takes the output (the result of program) to replace the selected text. All you need is write a transformer in your favourate language. Your transformer (a small command line program) should take input from a file or stdin and generate output to a file or stdout, and that's it.

Of course you have to configure your transformer in pork2sausage.ini in order to turn your pork into the sausage(s), or vice versa.
Upto 20 commands can be customized.

Enjoy your sausage ;)

Don Ho
[email protected]

pork2sausage's People

Contributors

donho avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.