Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Nerixyz/text-tools
- Owner: Nerixyz
- Created: 2020-04-20T16:49:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T13:29:44.000Z (almost 2 years ago)
- Last Synced: 2024-08-08T00:45:00.753Z (4 months ago)
- Language: TypeScript
- Size: 1.73 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - Nerixyz/text-tools - De- and Encode tools for text. (TypeScript)
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**.