-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.red
69 lines (54 loc) · 2.37 KB
/
index.red
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Red [
Title: "miniApps.red"
]
Source: [
.title: {ReAdABLE Source [(What is the ReAdABLE Human Format?)](http://readablehumanformat.com)}
.text: {[http://miniapps.red/index.red](https://github.com/lepinekong/miniapps/blob/master/index.red)
}
.Published-Url: http://miniapps.red/index
]
Article: [
Title: {miniApps.red}
Pre-Requisites: [
.title: {Pre-requisite}
.text: {
- Download [red-lang](https://www.red-lang.org/p/download.html) on [red-lang.org](https://www.red-lang.org) (only 1 Mb)
- Or paste this oneliner in [powershell](http://www.powertheshell.com/topic/learnpowershell/firststeps/console/):
}
.code: {
New-Item -ItemType Directory -Force -Path C:\red;(New-Object System.Net.WebClient).DownloadFile('https://static.red-lang.org/dl/win/red-063.exe','c:\red\red.exe');Start-Process -Filepath 'c:\red\red.exe'
}
]
Productivity-Apps: [
.title: {Productivity Apps}
.links: [
{do read http://miniaps.red/launcher ![https://i.imgur.com/eBnrBW5.png](https://i.imgur.com/eBnrBW5.png)}
%./doc/launcher/
{do read http://miniapps.red/pomodoro ![https://i.imgur.com/uKb1Iyr.png](https://i.imgur.com/uKb1Iyr.png)}
%./doc/countdown/
{do read http://miniapps.red/note ![https://i.imgur.com/a4vpErj.png](https://i.imgur.com/a4vpErj.png)}
%./doc/jotnote/
]
]
Infos-Apps: [
.title: {Infos Apps}
.links: [
{do read http://miniapps.red/eurusd ![https://i.imgur.com/HZucmAf.png](https://i.imgur.com/HZucmAf.png)} %./doc/eurusd/
{do read http://miniapps.red/weather ![https://i.imgur.com/FZ3BTKy.png](https://i.imgur.com/FZ3BTKy.png)} %./doc/weather/
]
]
Business-Apps: [
.title: {Business Apps}
.links: [
{do read http://miniapps.red/piechart ![https://i.imgur.com/aIWrtIo.png](https://i.imgur.com/aIWrtIo.png)} %./doc/piechart/
]
]
Project-Management: [
.title: {Project Management Apps}
.links: [
{do read http://miniapps.red/niko ![free opensource niko calendar app](https://i.imgur.com/xHytZuR.png)} %./doc/niko/
]
]
]
do read http://readablehumanformat.com/lib.red
markdown-gen