random-web-tools/README.md

77 lines
1.1 KiB
Markdown
Raw Normal View History

2024-10-03 15:48:37 +03:00
# Random web tools
This project provides a collection of useful online tools for developers and anyone who needs to perform quick tasks.
## Requirements
* Node.js (v16 or higher)
* Bun
## Installation
```bash
git clone https://gitea.stuzer.link/stuzer05/random-web-tools.git
cd random-web-tools
bun install
```
## Running the Project
```bash
bun run dev
```
## Tool List
2024-10-12 16:08:42 +03:00
**General:**
2024-11-04 16:29:20 +02:00
* % of number
* Copy invisible character
2024-10-16 11:28:31 +03:00
* humans.txt generator
2024-10-12 16:08:42 +03:00
* Table to Markdown table
* Table to Mediawiki table
**Docker:**
2024-11-04 16:29:20 +02:00
* Convert run compose
2024-10-12 16:08:42 +03:00
* Rename volume
**Go:**
* JSON to Go struct
2024-11-04 16:29:20 +02:00
**Generators:**
* Dummy image
* IBAN generator
* QR code
2024-10-12 16:08:42 +03:00
**JSON:**
* JSON formatter
2024-10-16 11:28:31 +03:00
* JSON minifier
2024-10-12 16:08:42 +03:00
**PHP:**
* PHP array to Json
* PHP serialize
2024-10-16 11:28:31 +03:00
* Str to PHP array
2024-10-12 16:08:42 +03:00
**SQL:**
* SQL formatter
* SQL split IN
**Strings:**
* Fix ru-en keyboard
* Str length
2024-10-16 11:28:31 +03:00
* Str numeronym (i18n)
* Str pad
* Str remove duplicate lines
2024-10-12 16:08:42 +03:00
* Str sort lines
* Str to lower/upper
* Str to NATO alphabet
* URL encode/decode
* URL query viewer
**Unix:**
* Explain crontab
* File base64 encode/decode
2024-11-04 16:29:20 +02:00
* .htaccess generator
2024-10-12 16:08:42 +03:00
* Sed generator
2024-10-16 11:28:31 +03:00
* Unix timestamp
2024-10-12 16:08:42 +03:00
2024-11-04 16:29:20 +02:00
**YAML:**
* YAML formatter
2024-10-16 11:27:04 +03:00
## Debug
Open `/phpinfo` url