Skip to content

Commit 105d6fc

Browse files
committedSep 22, 2021
Merge branch 'master' of https://github.com/tilkinsc/LuaConsole
2 parents 1408787 + e32669a commit 105d6fc

7 files changed

+240
-89
lines changed
 

‎.all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
"contributions": [
3030
"code"
3131
]
32+
},
33+
{
34+
"login": "acidicMercury8",
35+
"name": "Felix Lewandowski",
36+
"avatar_url": "https://avatars.githubusercontent.com/u/24611394?v=4",
37+
"profile": "https://github.com/acidicMercury8",
38+
"contributions": [
39+
"translation"
40+
]
3241
}
3342
],
3443
"contributorsPerLine": 7,

‎README.chinese.md

+37-11
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# LuaConsole
2-
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
35
[![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole)
46

5-
67
[![English](https://user-images.githubusercontent.com/7494772/109406669-0a75d500-7949-11eb-87fa-b56ee60e2afd.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.md)
78
[![Spanish](https://user-images.githubusercontent.com/7494772/109406678-24171c80-7949-11eb-94d7-83afe3befae0.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.espanol.md)
89
[![German](https://user-images.githubusercontent.com/7494772/109406691-3002de80-7949-11eb-83ee-95967d986e99.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.german.md)
@@ -12,29 +13,33 @@
1213

1314
[![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software&currency_code=USD)
1415

15-
https://github.com/tilkinsc/LuaConsole
16-
下一代跨平台\[Lua-5.1.x,LuaJIT-2.0,Lua-5.2.x,Lua-5.3.x,Lua-5.4.x\]支持的CLI取代了PUC-Lua和LuaJIT CLI
16+
[LuaConsole](https://github.com/tilkinsc/LuaConsole) 下一代跨平台\[Lua-5.1.x,LuaJIT-2.0,Lua-5.2.x,Lua-5.3.x,Lua-5.4.x\]支持的CLI取代了PUC-Lua和LuaJIT CLI
1717

18-
有关更多信息,请访问[LuaConsole Github网站](https://tilkinsc.github.io/LuaConsole)[wiki](https://github.com/tilkinsc/LuaConsole/wiki)
18+
有关更多信息,请访问[LuaConsole Github网站](https://tilkinsc.github.io/LuaConsole)[LuaConsole Wiki](https://github.com/tilkinsc/LuaConsole/wiki)
19+
20+
## 目标
1921

20-
# 目标
2122
* 比PUC-Lua/LuaJIT更好的CLI应用程序
2223
* 支持与PUC-Lua和LuaJIT兼容的所有内容
2324
* 防止混乱的代码
2425
* 依赖CLI且独立
2526

26-
# 构建源代码
27+
## 构建源代码
28+
2729
[Windows/Linux Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions)
2830

29-
# 与LuaRocks一起使用
31+
## 与LuaRocks一起使用
32+
3033
[LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support)
3134

32-
# 与LuaDIST一起使用
35+
## 与LuaDIST一起使用
36+
3337
[LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS)
3438

35-
# 测试
39+
## 测试
3640

3741
### Linux
42+
3843
```bash
3944
# Help command
4045
luaw --help /? -?
@@ -66,6 +71,7 @@ dofile('res/testing.lua')
6671
```
6772

6873
### Windows
74+
6975
```batch
7076
REM Help command
7177
luaw --help /? -?
@@ -97,7 +103,27 @@ dofile('res/testing.lua')
97103
<Enter>
98104
```
99105

100-
# 附加功能
106+
## 附加功能
107+
101108
* [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements)
102109
* [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files)
103110

111+
## Contributors ✨
112+
113+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
114+
115+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
116+
<!-- prettier-ignore-start -->
117+
<!-- markdownlint-disable -->
118+
<table>
119+
<tr>
120+
<td align="center"><a href="http://darkwiiplayer.com"><img src="https://avatars.githubusercontent.com/u/1252859?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DarkWiiPlayer</b></sub></a><br /><a href="https://github.com/tilkinsc/LuaConsole/commits?author=DarkWiiPlayer" title="Code">💻</a></td>
121+
</tr>
122+
</table>
123+
124+
<!-- markdownlint-restore -->
125+
<!-- prettier-ignore-end -->
126+
127+
<!-- ALL-CONTRIBUTORS-LIST:END -->
128+
129+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

‎README.espanol.md

+38-11
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# LuaConsole
2-
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
35
[![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole)
46

5-
67
[![English](https://user-images.githubusercontent.com/7494772/109406669-0a75d500-7949-11eb-87fa-b56ee60e2afd.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.md)
78
[![Spanish](https://user-images.githubusercontent.com/7494772/109406678-24171c80-7949-11eb-94d7-83afe3befae0.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.espanol.md)
89
[![German](https://user-images.githubusercontent.com/7494772/109406691-3002de80-7949-11eb-83ee-95967d986e99.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.german.md)
@@ -12,30 +13,34 @@
1213

1314
[![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software&currency_code=USD)
1415

15-
https://github.com/tilkinsc/LuaConsole
16-
Una CLI de nueva generación, multiplataforma [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], creada para reemplazar la CLI de PUC-Lua y LuaJIT
16+
[https://github.com/tilkinsc/LuaConsole] una CLI de nueva generación, multiplataforma [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], creada para reemplazar la CLI de PUC-Lua y LuaJIT
1717

18-
Para obtener más información, visite el [sitio web de LuaConsole Github](https://tilkinsc.github.io/LuaConsole) y el [wiki](https://github.com/tilkinsc/LuaConsole/wiki)!
18+
Para obtener más información, visite el [sitio web de LuaConsole Github](https://tilkinsc.github.io/LuaConsole) y el [sitio web de LuaConsole Wiki](https://github.com/tilkinsc/LuaConsole/wiki)!
19+
20+
## Metas
1921

20-
# Metas
2122
* Sea una mejor aplicación CLI que PUC-Lua/LuaJIT
2223
* Soporta todo lo compatible con PUC-Lua y LuaJIT
2324
* Evite el código confuso y desordenado
2425
* Ser dependiente e independiente de CLI
2526
* Multiplataforma: Linux, Windows, Mac (no oficial)
2627

27-
# Construyendo
28+
## Construyendo
29+
2830
[Windows/Unix Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions)
2931

30-
# Usar con LuaRocks
32+
## Usar con LuaRocks
33+
3134
[LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support)
3235

33-
# Usar con LuaDIST
36+
## Usar con LuaDIST
37+
3438
[LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS)
3539

36-
# Pruebas
40+
## Pruebas
3741

3842
### Linux
43+
3944
```bash
4045
# Help command
4146
luaw --help /? -?
@@ -67,6 +72,7 @@ dofile('res/testing.lua')
6772
```
6873

6974
### Windows
75+
7076
```batch
7177
REM Help command
7278
luaw --help /? -?
@@ -98,6 +104,27 @@ dofile('res/testing.lua')
98104
<Enter>
99105
```
100106

101-
# Extra
107+
## Extra
108+
102109
* [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements)
103110
* [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files)
111+
112+
## Contributors ✨
113+
114+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
115+
116+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
117+
<!-- prettier-ignore-start -->
118+
<!-- markdownlint-disable -->
119+
<table>
120+
<tr>
121+
<td align="center"><a href="http://darkwiiplayer.com"><img src="https://avatars.githubusercontent.com/u/1252859?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DarkWiiPlayer</b></sub></a><br /><a href="https://github.com/tilkinsc/LuaConsole/commits?author=DarkWiiPlayer" title="Code">💻</a></td>
122+
</tr>
123+
</table>
124+
125+
<!-- markdownlint-restore -->
126+
<!-- prettier-ignore-end -->
127+
128+
<!-- ALL-CONTRIBUTORS-LIST:END -->
129+
130+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

‎README.german.md

+37-11
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# LuaConsole
2-
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
35
[![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole)
46

5-
67
[![English](https://user-images.githubusercontent.com/7494772/109406669-0a75d500-7949-11eb-87fa-b56ee60e2afd.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.md)
78
[![Spanish](https://user-images.githubusercontent.com/7494772/109406678-24171c80-7949-11eb-94d7-83afe3befae0.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.espanol.md)
89
[![German](https://user-images.githubusercontent.com/7494772/109406691-3002de80-7949-11eb-83ee-95967d986e99.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.german.md)
@@ -12,30 +13,34 @@
1213

1314
[![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software&currency_code=USD)
1415

15-
https://github.com/tilkinsc/LuaConsole
16-
Eine plattformübergreifende CLI der nächsten Generation [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], die PUC-Lua und LuaJIT CLI ersetzt
16+
[https://github.com/tilkinsc/LuaConsole] ist eine plattformübergreifende CLI der nächsten Generation [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], die PUC-Lua und LuaJIT CLI ersetzt
1717

18-
Weitere Informationen finden Sie auf der [LuaConsole Github-Website](https://tilkinsc.github.io/LuaConsole) und im [Wiki](https://github.com/tilkinsc/LuaConsole/wiki)!
18+
Weitere Informationen finden Sie auf der [LuaConsole Github Website](https://tilkinsc.github.io/LuaConsole) und im [LuaConsole Github Wiki](https://github.com/tilkinsc/LuaConsole/wiki)!
19+
20+
## Ziele
1921

20-
# Ziele
2122
* Seien Sie eine bessere CLI-Anwendung als PUC-Lua/LuaJIT
2223
* Unterstützen Sie alles, was mit PUC-Lua und LuaJIT kompatibel ist
2324
* Verhindern Sie unordentlichen, verschleierten Code
2425
* Seien Sie CLI-abhängig und unabhängig
2526
* Multiplattform - Linux, Windows, Mac (inoffiziell)
2627

27-
# Build
28+
## Build
29+
2830
[Windows/Linux Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions)
2931

30-
# Verwendung mit LuaRocks
32+
## Verwendung mit LuaRocks
33+
3134
[LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support)
3235

33-
# Verwendung mit LuaDIST
36+
## Verwendung mit LuaDIST
37+
3438
[LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS)
3539

36-
# Testen
40+
## Testen
3741

3842
### Linux
43+
3944
```bash
4045
# Help command
4146
luaw --help /? -?
@@ -67,6 +72,7 @@ dofile('res/testing.lua')
6772
```
6873

6974
### Windows
75+
7076
```batch
7177
REM Help command
7278
luaw --help /? -?
@@ -98,7 +104,27 @@ dofile('res/testing.lua')
98104
<Enter>
99105
```
100106

101-
# Bonus
107+
## Bonus
108+
102109
* [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements)
103110
* [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files)
104111

112+
## Contributors ✨
113+
114+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
115+
116+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
117+
<!-- prettier-ignore-start -->
118+
<!-- markdownlint-disable -->
119+
<table>
120+
<tr>
121+
<td align="center"><a href="http://darkwiiplayer.com"><img src="https://avatars.githubusercontent.com/u/1252859?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DarkWiiPlayer</b></sub></a><br /><a href="https://github.com/tilkinsc/LuaConsole/commits?author=DarkWiiPlayer" title="Code">💻</a></td>
122+
</tr>
123+
</table>
124+
125+
<!-- markdownlint-restore -->
126+
<!-- prettier-ignore-end -->
127+
128+
<!-- ALL-CONTRIBUTORS-LIST:END -->
129+
130+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

‎README.md

+18-11
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# LuaConsole
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55
[![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole)
66

7-
87
[![English](https://user-images.githubusercontent.com/7494772/109406669-0a75d500-7949-11eb-87fa-b56ee60e2afd.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.md)
98
[![Spanish](https://user-images.githubusercontent.com/7494772/109406678-24171c80-7949-11eb-94d7-83afe3befae0.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.espanol.md)
109
[![German](https://user-images.githubusercontent.com/7494772/109406691-3002de80-7949-11eb-83ee-95967d986e99.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.german.md)
@@ -14,30 +13,34 @@
1413

1514
[![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software&currency_code=USD)
1615

17-
https://github.com/tilkinsc/LuaConsole
18-
A next-gen, Cross-Platform [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x]-supporting CLI made to supersede PUC-Lua and LuaJIT CLI
16+
[LuaConsole](https://github.com/tilkinsc/LuaConsole) is a next-gen, Cross-Platform [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x]-supporting CLI made to supersede PUC-Lua and LuaJIT CLI
17+
18+
For more information, visit [LuaConsole Github Website](https://tilkinsc.github.io/LuaConsole) and the [LuaConsole Github Wiki](https://github.com/tilkinsc/LuaConsole/wiki)!
1919

20-
For more information, visit [LuaConsole Github Website](https://tilkinsc.github.io/LuaConsole) and the [wiki](https://github.com/tilkinsc/LuaConsole/wiki)!
20+
## Goals
2121

22-
# Goals
2322
* Be a better CLI application than PUC-Lua/LuaJIT
2423
* Support everything compatible with PUC-Lua and LuaJIT
2524
* Prevent messy, obfuscating code
2625
* Be CLI dependent and independent
2726
* Multiplatform - Linux, Windows, Mac (unofficial)
2827

29-
# Building
28+
## Building
29+
3030
[Windows/Linux Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions)
3131

32-
# Using with LuaRocks
32+
## Using with LuaRocks
33+
3334
[LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support)
3435

35-
# Using with LuaDIST
36+
## Using with LuaDIST
37+
3638
[LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS)
3739

38-
# Testing
40+
## Testing
3941

4042
### Linux
43+
4144
```bash
4245
# Help command
4346
luaw --help /? -?
@@ -69,6 +72,7 @@ dofile('res/testing.lua')
6972
```
7073

7174
### Windows
75+
7276
```batch
7377
REM Help command
7478
luaw --help /? -?
@@ -100,7 +104,8 @@ dofile('res/testing.lua')
100104
<Enter>
101105
```
102106

103-
# Bonus
107+
## Bonus
108+
104109
* [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements)
105110
* [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files)
106111

@@ -113,7 +118,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
113118
<!-- markdownlint-disable -->
114119
<table>
115120
<tr>
121+
<td align="center"><a href="http://tilkinsc.github.io"><img src="https://avatars.githubusercontent.com/u/7494772?v=4?s=100" width="100px;" alt=""/><br /><sub><b>tilkinsc</b></sub></a><br /><a href="https://github.com/tilkinsc/LuaConsole/commits?author=tilkinsc" title="Code">💻</a> <a href="#content-tilkinsc" title="Content">🖋</a> <a href="https://github.com/tilkinsc/LuaConsole/commits?author=tilkinsc" title="Documentation">📖</a></td>
116122
<td align="center"><a href="http://darkwiiplayer.com"><img src="https://avatars.githubusercontent.com/u/1252859?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DarkWiiPlayer</b></sub></a><br /><a href="https://github.com/tilkinsc/LuaConsole/commits?author=DarkWiiPlayer" title="Code">💻</a></td>
123+
<td align="center"><a href="https://github.com/acidicMercury8"><img src="https://avatars.githubusercontent.com/u/24611394?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Felix Lewandowski</b></sub></a><br /><a href="#translation-acidicMercury8" title="Translation">🌍</a></td>
117124
</tr>
118125
</table>
119126

‎README.portugues.md

+42-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# LuaConsole
2-
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
35
[![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole)
46

5-
67
[![English](https://user-images.githubusercontent.com/7494772/109406669-0a75d500-7949-11eb-87fa-b56ee60e2afd.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.md)
78
[![Spanish](https://user-images.githubusercontent.com/7494772/109406678-24171c80-7949-11eb-94d7-83afe3befae0.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.espanol.md)
89
[![German](https://user-images.githubusercontent.com/7494772/109406691-3002de80-7949-11eb-83ee-95967d986e99.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.german.md)
@@ -12,30 +13,34 @@
1213

1314
[![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software&currency_code=USD)
1415

15-
https://github.com/tilkinsc/LuaConsole
16-
Uma próxima geração, Cross-Platform [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x] de suporte CLI feita para substituir PUC-Lua e LuaJIT CLI
16+
[LuaConsole](https://github.com/tilkinsc/LuaConsole) é uma próxima geração, cross-platform [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x] de suporte CLI feita para substituir PUC-Lua e LuaJIT CLI
1717

18-
Para obter mais informações, visite [LuaConsole Github Website] (https://tilkinsc.github.io/LuaConsole) e o [wiki] (https://github.com/tilkinsc/LuaConsole/wiki)!
18+
Para obter mais informações, visite [LuaConsole Github Website](https://tilkinsc.github.io/LuaConsole) e o [LuaConsole Github Wiki](https://github.com/tilkinsc/LuaConsole/wiki)!
19+
20+
## Metas
1921

20-
# Metas
2122
* Ser um aplicativo CLI melhor do que PUC-Lua/LuaJIT
2223
* Suporta tudo compatível com PUC-Lua e LuaJIT
2324
* Evite códigos confusos e ofuscantes
2425
* Seja dependente e independente da CLI
25-
* Multiplataforma - Linux, Windows, Mac (não oficial)
26+
* Multiplataforma - Linux, Windows, Mac (não oficial)
27+
28+
## Construir
2629

27-
# Construir
2830
[Windows/Unix Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions
2931

30-
# Usando com LuaRocks
32+
## Usando com LuaRocks
33+
3134
[LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support)
3235

33-
# Usando com LuaDIST
36+
## Usando com LuaDIST
37+
3438
[LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS)
3539

36-
# Testar
40+
## Testar
41+
42+
### Linux
3743

38-
## Linux
3944
```bash
4045
# Help command
4146
luaw --help /? -?
@@ -66,7 +71,8 @@ dofile('res/testing.lua')
6671
<Enter>
6772
```
6873

69-
## Windows
74+
### Windows
75+
7076
```batch
7177
REM Help command
7278
luaw --help /? -?
@@ -97,6 +103,28 @@ dofile('res/testing.lua')
97103
<Ctrl + z>
98104
<Enter>
99105
```
100-
# Extra
106+
107+
## Extra
108+
101109
* [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements)
102110
* [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files)
111+
112+
## Contributors ✨
113+
114+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
115+
116+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
117+
<!-- prettier-ignore-start -->
118+
<!-- markdownlint-disable -->
119+
<table>
120+
<tr>
121+
<td align="center"><a href="http://darkwiiplayer.com"><img src="https://avatars.githubusercontent.com/u/1252859?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DarkWiiPlayer</b></sub></a><br /><a href="https://github.com/tilkinsc/LuaConsole/commits?author=DarkWiiPlayer" title="Code">рџ’»</a></td>
122+
</tr>
123+
</table>
124+
125+
<!-- markdownlint-restore -->
126+
<!-- prettier-ignore-end -->
127+
128+
<!-- ALL-CONTRIBUTORS-LIST:END -->
129+
130+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

‎README.russian.md

+59-31
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# LuaConsole
2-
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
35
[![License](https://img.shields.io/github/license/tilkinsc/LuaConsole.svg)](https://github.com/tilkinsc/LuaConsole/blob/master/LICENSE) [![Codecov](https://codecov.io/gh/tilkinsc/LuaConsole/coverage.svg?branch=master)](https://codecov.io/gh/tilkinsc/LuaConsole) [![Gitter.im](https://badges.gitter.im/tilkinsc/LuaConsole.png)](https://gitter.im/LuaConsole) [![travis-ci](https://travis-ci.org/tilkinsc/LuaConsole.svg?branch=master)](https://travis-ci.org/tilkinsc/LuaConsole) [![Build status](https://ci.appveyor.com/api/projects/status/3rqh0vn8a0lm8itg?svg=true)](https://ci.appveyor.com/project/Hydroque/luaconsole)
46

5-
67
[![English](https://user-images.githubusercontent.com/7494772/109406669-0a75d500-7949-11eb-87fa-b56ee60e2afd.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.md)
78
[![Spanish](https://user-images.githubusercontent.com/7494772/109406678-24171c80-7949-11eb-94d7-83afe3befae0.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.espanol.md)
89
[![German](https://user-images.githubusercontent.com/7494772/109406691-3002de80-7949-11eb-83ee-95967d986e99.png)](https://github.com/tilkinsc/LuaConsole/blob/master/README.german.md)
@@ -12,80 +13,87 @@
1213

1314
[![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?business=RCR8HT8GDC5XC&item_name=Free+Software&currency_code=USD)
1415

15-
https://github.com/tilkinsc/LuaConsole
16-
Кросс-платформенный интерфейс следующего поколения [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x], поддерживающий CLI, призванный заменить PUC-Lua и LuaJIT CLI
16+
[LuaConsole](https://github.com/tilkinsc/LuaConsole) - это [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x] совместимый кросс-платформенный интерфейс командной строки следующего поколения, призванный заменить PUC-Lua и LuaJIT CLI
1717

18-
Для получения дополнительной информации посетите [Веб-сайт LuaConsole Github](https://tilkinsc.github.io/LuaConsole) и [wiki](https://github.com/tilkinsc/LuaConsole/wiki)!
18+
Для получения дополнительной информации посетите [Веб-сайт LuaConsole Github](https://tilkinsc.github.io/LuaConsole) и [Вики LuaConsole Github](https://github.com/tilkinsc/LuaConsole/wiki)!
1919

20-
# Цели
21-
* Будьте лучшим приложением CLI, чем PUC-Lua/LuaJIT
20+
## Цели
21+
22+
* Быть лучшим CLI-приложением, чем PUC-Lua/LuaJIT
2223
* Поддержка всего, что совместимо с PUC-Lua и LuaJIT
2324
* Предотвратить беспорядочный, запутывающий код
24-
* Будьте зависимы от интерфейса командной строки и независимы
25-
* Мультиплатформенность - Linux, Windows, Mac (неофициально)
25+
* Иметь возможность зависеть или не зависеть от интерфейса командной строки
26+
* Мультиплатформенность - Linux, Windows, Mac (неофициально)
27+
28+
## Сборка
2629

27-
# Сборка
28-
[Windows/Unix Build Instructions](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions)
30+
[Инструкции по сборке на Windows/Unix](https://github.com/tilkinsc/LuaConsole/wiki/Build-Instructions)
2931

30-
# Использование с LuaRocks
31-
[LuaRocks Support](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support)
32+
## Использование с LuaRocks
3233

33-
# Использование с LuaDIST
34-
[LuaDist Support Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS)
34+
[Поддержка LuaRocks](https://github.com/tilkinsc/LuaConsole/wiki/LuaRocks-Support)
35+
36+
## Использование с LuaDIST
37+
38+
[Поддержка LuaDist на Windows, Linux, MacOS](https://github.com/tilkinsc/LuaConsole/wiki/LuaDist-Support-Windows,-Linux,-MacOS)
39+
40+
## Тестирование
3541

3642
### Linux
43+
3744
```bash
38-
# Help command
45+
# Команда помощи
3946
luaw --help /? -?
4047

41-
# REPL Mode
48+
# Режим REPL
4249
luaw
4350
luaw -p
4451

45-
# From the command
52+
# Из команды
4653
luaw res/testing.lua -Dtest=5 -n a b c
4754
luaw -lres/testing.lua -Dtest=5 -n a b c
4855
luaw -Dtest=5 -n a b c - < res/testing.lua
4956

50-
# With Shebang enhancements found below
57+
# С улучшенным шебангом
5158
res/testing.lua -Dtest=5 -n a b c
5259

53-
# Using cat
60+
# Используя cat
5461
cat res/testing.lua | luaw -Dtest=5 -n a b c -
5562

56-
# From inside Lua
63+
# Из-под Lua
5764
luaw -e "dofile('res/testing.lua')" -Dtest=5 -n a b c
5865
luaw -e "dofile('testing.lua')" -s res -Dtest=5 -n a b c
5966

60-
# stdin:
67+
# Используя stdin
6168
luaw -
6269
dofile('res/testing.lua')
6370
<Ctrl + d>
6471
<Enter>
6572
```
6673

6774
### Windows
75+
6876
```batch
69-
REM Help command
77+
REM Команда помощи
7078
luaw --help /? -?
7179
72-
REM REPL Mode
80+
REM Режим REPL
7381
luaw
7482
luaw -p
7583
76-
REM From the command
84+
REM Из команды
7785
luaw res/testing.lua -Dtest=5 -n a b c
7886
luaw -lres/testing.lua -Dtest=5 -n a b c
7987
luaw -Dtest=5 -n a b c - < res/testing.lua
8088
81-
REM With Windows Registry enhancements found below
89+
REM С улучшениями Реестра Windows
8290
res\testing.lua -Dtest=5 -n a b c
8391
res\testing -Dtest=5 -n a b c
8492
85-
REM Using type
93+
REM Используя тип
8694
type res\testing.lua | luaw -Dtest=5 -n a b c -
8795
88-
REM From inside Lua
96+
REM Из-под Lua
8997
luaw -e "dofile('res/testing.lua')" -Dtest=5 -n a b c
9098
luaw -e "dofile('testing.lua')" -s res -Dtest=5 -n a b c
9199
@@ -96,7 +104,27 @@ dofile('res/testing.lua')
96104
<Enter>
97105
```
98106

99-
# Дополнительный
100-
* [Windows Bonus - Flashy Icons & Registry Enhancements](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements)
101-
* [Linux Bonus - Shebangs & Desktop Files](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files)
107+
## Дополнительно
108+
109+
* [Windows бонус - Яркие значки и улучшения реестра](https://github.com/tilkinsc/LuaConsole/wiki/Windows-Bonus----Flashy-Icons-&-Registry-Enhancements)
110+
* [Linux бонус - шебанги и файлы рабочего стола](https://github.com/tilkinsc/LuaConsole/wiki/Linux-Bonus---Shebangs-&-Desktop-Files)
111+
112+
## Участники ✨
113+
114+
Спасибо этим замечательным людям ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
115+
116+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
117+
<!-- prettier-ignore-start -->
118+
<!-- markdownlint-disable -->
119+
<table>
120+
<tr>
121+
<td align="center"><a href="http://darkwiiplayer.com"><img src="https://avatars.githubusercontent.com/u/1252859?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DarkWiiPlayer</b></sub></a><br /><a href="https://github.com/tilkinsc/LuaConsole/commits?author=DarkWiiPlayer" title="Code">💻</a></td>
122+
</tr>
123+
</table>
124+
125+
<!-- markdownlint-restore -->
126+
<!-- prettier-ignore-end -->
127+
128+
<!-- ALL-CONTRIBUTORS-LIST:END -->
102129

130+
Этот проект следует спецификации [all-contributors](https://github.com/all-contributors/all-contributors). Любое участие приветствуется!

0 commit comments

Comments
 (0)
Please sign in to comment.