Commit Graph

445 Commits

Author SHA1 Message Date
Ibrahima G. Coulibaly
ba47687546 ci: docker image tags 2025-04-07 20:28:11 +01:00
Ibrahima G. Coulibaly
ab0c96feec Merge remote-tracking branch 'origin/main' 2025-04-07 20:01:25 +01:00
Ibrahima G. Coulibaly
d8bb9f2952 ci: build docker image on push 2025-04-07 20:01:17 +01:00
Ibrahima G. Coulibaly
6f91ff5d9b Merge pull request #92 from iib0011/chesterkxng
feat: csv to yaml
2025-04-07 01:49:35 +01:00
Chesterkxng
cfc59f3ae0 fix: skip commas between quotes 2025-04-07 02:41:20 +02:00
Chesterkxng
adf72108c6 fix: min indent spaces set to 1 (thrown error when 0) 2025-04-06 02:06:15 +02:00
Chesterkxng
0da3189eb3 fix: examples and giving rigth input's names 2025-04-06 01:54:41 +02:00
Chesterkxng
cdda783e47 fix: initial (-) added to YAML output 2025-04-06 01:47:10 +02:00
Chesterkxng
f6fd1d9a04 fix: edge case in unquote function (when null) 2025-04-06 01:45:56 +02:00
Chesterkxng
b96c12bbd2 fix: remove quote when header flag is set to true 2025-04-05 13:34:35 +02:00
Ibrahima G. Coulibaly
5c26d9b54f fix: missing setInput while creating tools 2025-04-05 02:24:10 +00:00
Chesterkxng
d4d63b181c Merge branch 'main' into chesterkxng 2025-04-05 03:56:27 +02:00
Chesterkxng
a5b8e989dd feat: csv-to-yaml 2025-04-05 03:54:57 +02:00
Chesterkxng
fcb20a24f8 utils: removing unquote utils function from csv-to-tsv 2025-04-05 03:53:15 +02:00
Chesterkxng
bafaccc25b utils: adding delimiter flag for custom delimiters in csv 2025-04-05 03:51:49 +02:00
Chesterkxng
3d243665f3 utils: moving unquote function to utlis (string) 2025-04-05 03:50:55 +02:00
Ibrahima G. Coulibaly
8047d32734 feat: tool search by category 2025-04-05 00:28:31 +00:00
Ibrahima G. Coulibaly
a039bbe0f0 chore: readme img and fix broken link 2025-04-05 00:12:51 +00:00
Ibrahima G. Coulibaly
1c22bf4c5b chore: hideCopy if video or audio 2025-04-03 20:04:25 +00:00
Ibrahima G. Coulibaly
3b37b67474 feat: image to text 2025-04-03 19:55:29 +00:00
Ibrahima G. Coulibaly
5545f0f344 feat: protect pdf 2025-04-03 18:42:24 +00:00
Ibrahima G. Coulibaly
141a0a3a24 chore: uninstall @jspawn/ghostscript-wasm 2025-04-03 14:44:27 +00:00
Ibrahima G. Coulibaly
68d2d08954 fix: tests 2025-04-03 14:43:09 +00:00
Ibrahima G. Coulibaly
6459d68ee7 fix: vite worker format 2025-04-03 02:35:02 +00:00
Ibrahima G. Coulibaly
5edfbc2820 Merge pull request #88 from iib0011/compression
feat: pdf compression
2025-04-03 02:04:12 +00:00
Ibrahima G. Coulibaly
391ab06a85 Merge branch 'main' into compression 2025-04-03 02:03:55 +00:00
Ibrahima G. Coulibaly
219cc653dd feat: compression level 2025-04-03 02:02:09 +00:00
Ibrahima G. Coulibaly
82e51b6f91 fix: path 2025-04-03 01:51:10 +00:00
Ibrahima G. Coulibaly
d9e694cb0e refactor: lib 2025-04-03 01:48:57 +00:00
Ibrahima G. Coulibaly
37be76254a refactor: compress pdf 2025-04-03 01:44:58 +00:00
Ibrahima G. Coulibaly
958e47bf18 feat: compress pdf 2025-04-03 01:43:12 +00:00
Ibrahima G. Coulibaly
a0ebd9c3b6 chore: move from png to image-generic 2025-04-02 20:48:00 +00:00
Ibrahima G. Coulibaly
92858f2e24 feat: svg change colors 2025-04-02 19:53:33 +00:00
Ibrahima G. Coulibaly
93275b459a chore: remove labels 2025-04-02 19:19:58 +00:00
Ibrahima G. Coulibaly
42eb88ffb0 feat: compress image 2025-04-02 19:18:20 +00:00
Ibrahima G. Coulibaly
a93ef11acb docs: readme 2025-04-02 04:55:07 +00:00
Ibrahima G. Coulibaly
629c1f256e chore: add color 2025-04-02 04:43:42 +00:00
Ibrahima G. Coulibaly
c502b70b88 Merge pull request #86 from iib0011/image-resize
feat: Image resize
2025-04-02 04:38:17 +00:00
Ibrahima G. Coulibaly
07debcb6dc fix: tools by category order 2025-04-02 04:37:30 +00:00
Ibrahima G. Coulibaly
8f42d2dc27 feat: gif resize 2025-04-02 04:25:02 +00:00
Ibrahima G. Coulibaly
676359ed50 feat: svg resize 2025-04-02 04:05:00 +00:00
Ibrahima G. Coulibaly
08801116a7 feat: image resize init 2025-04-02 03:46:42 +00:00
Ibrahima G. Coulibaly
5e2cd8eeef chore: tool description 2025-04-02 02:24:38 +00:00
Ibrahima G. Coulibaly
08e43b8a42 Merge pull request #82 from iib0011/chesterkxng
feat: swap csv column
2025-04-01 20:48:48 +00:00
Chesterkxng
863f7d05fa fix examples 2025-04-01 16:01:39 +00:00
Chesterkxng
477117cd8c feat: swap-csv-columns fixed 2025-04-01 15:40:19 +00:00
Ibrahima G. Coulibaly
34955c7ace chore: pdf compression init 2025-04-01 10:59:23 +00:00
Ibrahima G. Coulibaly
deb869a619 fix: stars button width for 1k+ 😊 2025-04-01 01:27:06 +00:00
Ibrahima G. Coulibaly
15d8ed62d5 docs: optimize 2025-03-31 22:13:21 +00:00
Ibrahima G. Coulibaly
21159af812 Merge remote-tracking branch 'origin/main' 2025-03-31 22:11:55 +00:00