Skip to content

Commit 7e25ba3

Browse files
committed
cleaning
1 parent cc33329 commit 7e25ba3

File tree

11 files changed

+1872
-1976
lines changed

11 files changed

+1872
-1976
lines changed

package.json

Lines changed: 102 additions & 173 deletions
Large diffs are not rendered by default.

pnpm-lock.yaml

Lines changed: 1762 additions & 1577 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tools/air-codes/air-codes.vue

Lines changed: 0 additions & 69 deletions
This file was deleted.

src/tools/air-codes/index.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/tools/index.ts

Lines changed: 1 addition & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,11 @@ import { tool as energyComputer } from './energy-computer';
5959
import { tool as cssXpathConverter } from './css-xpath-converter';
6060
import { tool as cssSelectorsMemo } from './css-selectors-memo';
6161
import { tool as xpathMemo } from './xpath-memo';
62-
import { tool as asciiTextDrawer } from './ascii-text-drawer';
6362
import { tool as daysCalculator } from './days-calculator';
6463
import { tool as dateDurationCalculator } from './date-duration-calculator';
6564
import { tool as macAddressConverter } from './mac-address-converter';
6665
import { tool as dockerComposeToKubernetesConverter } from './docker-compose-to-kubernetes';
6766
import { tool as morseConverter } from './morse-converter';
68-
import { tool as asciiTextDrawer } from './ascii-text-drawer';
69-
import { tool as textToUnicode } from './text-to-unicode';
7067
import { tool as certificateKeyParser } from './certificate-key-parser';
7168
import { tool as crcCalculator } from './crc-calculator';
7269
import { tool as ipGeoLocation } from './ip-geo-location';
@@ -148,7 +145,6 @@ import { tool as ulidGenerator } from './ulid-generator';
148145
import { tool as ibanValidatorAndParser } from './iban-validator-and-parser';
149146
import { tool as stringObfuscator } from './string-obfuscator';
150147
import { tool as textDiff } from './text-diff';
151-
import { tool as airCodes } from './air-codes';
152148
import { tool as emojiPicker } from './emoji-picker';
153149
import { tool as passwordStrengthAnalyser } from './password-strength-analyser';
154150
import { tool as yamlToToml } from './yaml-to-toml';
@@ -239,7 +235,6 @@ export const toolsByCategory: ToolCategory[] = [
239235
name: 'Crypto',
240236
components: [
241237
tokenGenerator,
242-
hashText,
243238
crcCalculator,
244239
fileHasher,
245240
passphraseGenerator,
@@ -253,44 +248,17 @@ export const toolsByCategory: ToolCategory[] = [
253248
hmacGenerator,
254249
rsaKeyPairGenerator,
255250
certificateKeyParser,
256-
passwordStrengthAnalyser,
257-
pdfSignatureChecker,
258-
passwordStrengthAnalyser,
259-
pdfSignatureChecker,
260251
pdfEncrypt,
261-
passwordStrengthAnalyser,
262-
pdfSignatureChecker,
263252
pdfLinearize,
264-
passwordStrengthAnalyser,
265-
pdfSignatureChecker,
266253
pdfUnlock,
267-
passwordStrengthAnalyser,
268-
pdfSignatureChecker,
269-
passwordStrengthAnalyser,
270-
pdfSignatureChecker,
271-
// pgpEncryption,
272254
rsaEcdsaSigning,
273-
passwordStrengthAnalyser,
274-
pdfSignatureChecker,
275255
wpaPskGenerator,
276256
ansibleVaultCryptDecrypt,
277257
csrGenerator,
278-
passwordStrengthAnalyser,
279-
pdfSignatureChecker,
280-
passwordStrengthAnalyser,
281-
pdfSignatureChecker,
282258
ecdsaKeyPairGenerator,
283259
ed25519KeyPairGenerator,
284-
passwordStrengthAnalyser,
285-
pdfSignatureChecker,
286-
passwordStrengthAnalyser,
287-
pdfSignatureChecker,
288260
pgpEncryption,
289-
passwordStrengthAnalyser,
290-
pdfSignatureChecker,
291261
pgpKeygen,
292-
passwordStrengthAnalyser,
293-
pdfSignatureChecker,
294262
rsaEncryption,
295263
x509CertificateGenerator,
296264
passwordStrengthAnalyser,
@@ -322,8 +290,6 @@ export const toolsByCategory: ToolCategory[] = [
322290
tomlToJson,
323291
tomlToYaml,
324292
htmlToMarkdown,
325-
xmlToJson,
326-
jsonToXml,
327293
markdownToHtml,
328294
currencyConverter,
329295
hddCalculator,
@@ -385,8 +351,6 @@ export const toolsByCategory: ToolCategory[] = [
385351
components: [
386352
qrCodeGenerator,
387353
wifiQrCodeGenerator,
388-
svgPlaceholderGenerator,
389-
cameraRecorder,
390354
barcodeReader,
391355
barcodeGenerator,
392356
heicConverter,
@@ -428,9 +392,6 @@ export const toolsByCategory: ToolCategory[] = [
428392
jsonEditor,
429393
emailNormalizer,
430394
codeHighlighter,
431-
regexTester,
432-
regexMemo,
433-
commonRegexMemo,
434395
cssXpathConverter,
435396
cssSelectorsMemo,
436397
xpathMemo,
@@ -443,6 +404,7 @@ export const toolsByCategory: ToolCategory[] = [
443404
nginxFormatter,
444405
regexTester,
445406
regexMemo,
407+
commonRegexMemo,
446408
stacktracePrettier,
447409
xpathTester,
448410
fileType,
@@ -462,16 +424,13 @@ export const toolsByCategory: ToolCategory[] = [
462424
name: 'Network',
463425
components: [
464426
ipv4SubnetCalculator,
465-
ipv4AddressConverter,
466-
// ipv6AddressConverter,
467427
ipInRange,
468428
ipv6AddressConverter,
469429
ipv6SubnetCalculator,
470430
ipv4AddressConverter,
471431
ipv4RangeExpander,
472432
macAddressLookup,
473433
macAddressGenerator,
474-
ipv6UlaGenerator,
475434
dnsQueries,
476435
emailParser,
477436
outlookParser,
@@ -482,14 +441,8 @@ export const toolsByCategory: ToolCategory[] = [
482441
punycodeConverter,
483442
sslCertConverter,
484443
websocketTester,
485-
ipv4RangeExpander,
486444
ipCidrToRange,
487-
ipv4RangeExpander,
488445
ipRangeToCidr,
489-
ipv4RangeExpander,
490-
macAddressLookup,
491-
macAddressGenerator,
492-
ipv6UlaGenerator,
493446
option43Generator,
494447
portNumbers,
495448
],
@@ -507,19 +460,15 @@ export const toolsByCategory: ToolCategory[] = [
507460
ttlCalculator,
508461
percentageCalculator,
509462
angleConverter,
510-
],
511463
percentageCalculator],
512464
},
513465
{
514466
name: 'Measurement',
515467
components: [
516468
chronometer,
517-
temperatureConverter,
518469
daysCalculator,
519470
durationCalculator,
520471
dateDurationCalculator,
521-
benchmarkBuilder,
522-
benchmarkBuilder,
523472
slaCalculator,
524473
manyUnitsConverter,
525474
temperatureConverter,
@@ -531,8 +480,6 @@ export const toolsByCategory: ToolCategory[] = [
531480
forceConverter,
532481
energyConverter,
533482
powerConverter,
534-
benchmarkBuilder,
535-
benchmarkBuilder,
536483
energyComputer,
537484
benchmarkBuilder,
538485
],
@@ -548,7 +495,6 @@ export const toolsByCategory: ToolCategory[] = [
548495
numeronymGenerator,
549496
aiPromptSplitter,
550497
smartTextReplacer,
551-
asciiTextDrawer,
552498
pasteAsMarkdown,
553499
iso3166Searcher,
554500
icalGenerator,
@@ -567,7 +513,6 @@ export const toolsByCategory: ToolCategory[] = [
567513
ibanValidatorAndParser,
568514
luhnValidator,
569515
vatValidator,
570-
airCodes,
571516
isbnValidatorAndParser,
572517
],
573518
},

src/tools/malicious-links-checker/index.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/tools/malicious-links-checker/malicious-links-checker.vue

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/tools/pgp-keygen/pgp-keygen.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,17 @@ const [certs, refreshCerts] = computedRefreshableAsync(
120120

121121
<div>
122122
<h3>Public key</h3>
123-
<TextareaCopyable :value="certs?.publicKey || ''" word-wrap="true" />
123+
<TextareaCopyable :value="certs?.publicKey || ''" :word-wrap="true" />
124124
</div>
125125

126126
<div>
127127
<h3>Private key</h3>
128-
<TextareaCopyable :value="certs?.privateKey || ''" word-wrap="true" />
128+
<TextareaCopyable :value="certs?.privateKey || ''" :word-wrap="true" />
129129
</div>
130130

131131
<div>
132132
<h3>Revocation Certificate</h3>
133-
<TextareaCopyable :value="certs?.revocationCertificate || ''" word-wrap="true" />
133+
<TextareaCopyable :value="certs?.revocationCertificate || ''" :word-wrap="true" />
134134
</div>
135135
</div>
136136
</template>

src/tools/qr-code-decoder/ical.js.d.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/tools/tools.store.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,16 @@ export const useToolStore = defineStore('tools', () => {
2424
const toolsByCategory = computed<ToolCategory[]>(() => {
2525
return _.chain(tools.value)
2626
.groupBy('category')
27-
.map((components, name, path) => ({
2827
.map((components, name, path) => ({
2928
name,
3029
path,
31-
path,
3230
components,
3331
}))
3432
.value();
3533
});
3634

3735
const favoriteTools = computed(() => {
3836
return favoriteToolsName.value
39-
.map(favoriteName => tools.value.find(({ name, path }) => name === favoriteName || path === favoriteName))
4037
.map(favoriteName => tools.value.find(({ name, path }) => name === favoriteName || path === favoriteName))
4138
.filter(Boolean) as ToolWithCategory[]; // cast because .filter(Boolean) does not remove undefined from type
4239
});

0 commit comments

Comments
 (0)