Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Nerixyz/text-tools

De- and Encode tools for text.
https://github.com/Nerixyz/text-tools

Last synced: 17 days ago
JSON representation

De- and Encode tools for text.

Awesome Lists containing this project

README

        

# [Text Tools](https://text.nerixyz.de)

This is a small tool for de- and encoding Text. It's similar to the Decoder Tab found in Burp.
The main goal is to be able to create pipelines and easily share them via the URL.

# Building and Debugging

Run `npm i && npm run build` to build into the `dist` directory.

Vue also has a hot reload feature which is very useful when debugging.
Use `npm run serve` to start the development server.

# TODOs

- Add an IntelliJ-like **Search everywhere** to easily add/remove items from the pipeline.
- Add a **better Pipeline-Add menu**.
- Add a **small pipeline view** next to the "Edit Pipeline" button.
- Ability to **set the delay** between the input and output.
- Split this mess up in **smaller components**.