Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Updated README.md & changed name of tool #160

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DevToys/DevToys/Resource/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"tool.home.mintitle" = "Home";
"tool.home.description" = "Suche alle Tools.";

"tool.jsonyaml.title" = "JSON <> Yaml Konverter";
"tool.jsonyaml.mintitle" = "JSON <> Yaml";
"tool.jsonyaml.title" = "JSON <> YAML Konverter";
"tool.jsonyaml.mintitle" = "JSON <> YAML";
"tool.jsonyaml.description" = "Json-Daten in Yaml konvertieren und umgekehrt";

"tool.numbase.title" = "Zahlenbasis-Konverter";
Expand Down
4 changes: 2 additions & 2 deletions DevToys/DevToys/Resource/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"tool.home.mintitle" = "Home";
"tool.home.description" = "Search all tools here.";

"tool.jsonyaml.title" = "JSON <> Yaml Converter";
"tool.jsonyaml.mintitle" = "JSON <> Yaml";
"tool.jsonyaml.title" = "JSON <> YAML Converter";
"tool.jsonyaml.mintitle" = "JSON <> YAML";
"tool.jsonyaml.description" = "Convert Json data to Yaml and vice versa";

"tool.numbase.title" = "Number Base Converter";
Expand Down
4 changes: 2 additions & 2 deletions DevToys/DevToys/Resource/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"tool.home.mintitle" = "Todas las herramientas";
"tool.home.description" = "Busca todas las herramientas aquí.";

"tool.jsonyaml.title" = "Conversor JSON <> Yaml";
"tool.jsonyaml.mintitle" = "JSON <> Yaml";
"tool.jsonyaml.title" = "Conversor JSON <> YAML";
"tool.jsonyaml.mintitle" = "JSON <> YAML";
"tool.jsonyaml.description" = "Convertir datos Json a Yaml y viceversa";

"tool.numbase.title" = "Conversor de bases numéricas";
Expand Down
4 changes: 2 additions & 2 deletions DevToys/DevToys/Resource/pt-BR.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"tool.home.mintitle" = "Menu Principal";
"tool.home.description" = "Procure por ferramentas aqui.";

"tool.jsonyaml.title" = "Conversor JSON <> Yaml";
"tool.jsonyaml.mintitle" = "JSON <> Yaml";
"tool.jsonyaml.title" = "Conversor JSON <> YAML";
"tool.jsonyaml.mintitle" = "JSON <> YAML";
"tool.jsonyaml.description" = "Converta dados em JSON para YAML e vice-versa";

"tool.numbase.title" = "Conversor de Base Numérica";
Expand Down
4 changes: 2 additions & 2 deletions DevToys/DevToys/Resource/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"tool.home.mintitle" = "首页";
"tool.home.description" = "在这里搜索所有工具.";

"tool.jsonyaml.title" = "JSON <> Yaml 转换器";
"tool.jsonyaml.mintitle" = "JSON <> Yaml";
"tool.jsonyaml.title" = "JSON <> YAML 转换器";
"tool.jsonyaml.mintitle" = "JSON <> YAML";
"tool.jsonyaml.description" = "将json与yaml相互转换";

"tool.numbase.title" = "数字类型转换器";
Expand Down
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DevToysMac

This is the mac app version of [DevToys for Windows](https://github.com/veler/DevToys)!
This is the macOS version of [DevToys](https://github.com/veler/DevToys).

![Dribbble Shot](https://user-images.githubusercontent.com/20896810/154781951-f4c6fa80-2fcc-40fe-a94b-fccfc0f2ccf1.png)

Expand All @@ -11,41 +11,42 @@ This is the mac app version of [DevToys for Windows](https://github.com/veler/De
- Extract `DevToys.app` from `DevToys.app.zip`

## Homebrew
- Install [Homebrew](https://brew.sh/). Then install DevToysMac with `brew install --cask devtoys`.

```
brew install --cask devtoys
```


# Screenshots

### Home
<img width="500" alt="スクリーンショット 2022-01-30 19 01 01" src="https://user-images.githubusercontent.com/20896810/151695286-7984d264-e590-43b8-9ed7-03853967b0e4.png">
<img width="500" alt="screenshot of the DevToys home page" src="https://user-images.githubusercontent.com/20896810/151695286-7984d264-e590-43b8-9ed7-03853967b0e4.png">


### Json <> Yaml Converter
### JSON <> YAML Converter

<img width="500" alt="スクリーンショット 2022-01-30 19 01 23" src="https://user-images.githubusercontent.com/20896810/151695289-cf2a4c2f-8ca9-4537-a896-5fc944b706ac.png">
<img width="500" alt="screenshot of the JSON to YAML converter within DevToys" src="https://user-images.githubusercontent.com/20896810/151695289-cf2a4c2f-8ca9-4537-a896-5fc944b706ac.png">


### Number Base Converter

<img width="500" alt="スクリーンショット 2022-01-30 19 01 41" src="https://user-images.githubusercontent.com/20896810/151695294-88c629d9-514f-4966-a174-1fcec9c29185.png">
<img width="500" alt="screenshot of the number base converter within DevToys" src="https://user-images.githubusercontent.com/20896810/151695294-88c629d9-514f-4966-a174-1fcec9c29185.png">


### HTML Encoder / Decoder

<img width="500" alt="スクリーンショット 2022-01-30 19 02 05" src="https://user-images.githubusercontent.com/20896810/151695300-e0dccd31-b3ac-42e6-904d-d287e56e4e63.png">
<img width="500" alt="screenshot of the HTML encoder and decoder converter within DevToys" src="https://user-images.githubusercontent.com/20896810/151695300-e0dccd31-b3ac-42e6-904d-d287e56e4e63.png">

### URL Encoder / Decoder

<img width="500" alt="スクリーンショット 2022-01-30 19 02 11" src="https://user-images.githubusercontent.com/20896810/151695305-a88c6106-3086-4289-bd61-8670cd1d1bac.png">
<img width="500" alt="screenshot of the URL encoder and decoder converter within DevToys" src="https://user-images.githubusercontent.com/20896810/151695305-a88c6106-3086-4289-bd61-8670cd1d1bac.png">

### Base64 Encoder / Decoder

<img width="500" alt="スクリーンショット 2022-01-30 19 02 49" src="https://user-images.githubusercontent.com/20896810/151695317-a821fc62-64b6-4e09-a7dc-cb661f10ee7d.png">
<img width="500" alt="screenshot of the Base64 encoder and decoder converter within DevToys" src="https://user-images.githubusercontent.com/20896810/151695317-a821fc62-64b6-4e09-a7dc-cb661f10ee7d.png">

### JSON Formatter

<img width="500" alt="スクリーンショット 2022-01-30 19 04 43" src="https://user-images.githubusercontent.com/20896810/151695321-f996ddc7-27d3-457e-8086-d40848ce8d68.png">
<img width="500" alt="screenshot of the JSON formatter within DevToys" src="https://user-images.githubusercontent.com/20896810/151695321-f996ddc7-27d3-457e-8086-d40848ce8d68.png">


and more...