Compare commits
6 commits
abc06070d7
...
a6ced2c352
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6ced2c352 | ||
|
|
e26903c101 | ||
|
|
e316008995 | ||
|
|
7da527a10e | ||
|
|
dd2316c946 | ||
|
|
f0b9241796 |
7 changed files with 89 additions and 29 deletions
|
|
@ -83,9 +83,10 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight: var(--font-weight-bold);
|
font-family: var(--font-family-titles);
|
||||||
|
font-weight: var(--font-weight-titles);
|
||||||
margin: calc(var(--line-height) * 2) 0 var(--line-height);
|
margin: calc(var(--line-height) * 2) 0 var(--line-height);
|
||||||
line-height: var(--line-height);
|
line-height: 1.2em;
|
||||||
color: var(--text-color-accent);
|
color: var(--text-color-accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -93,27 +94,15 @@ h1 {
|
||||||
font-size: 6rem;
|
font-size: 6rem;
|
||||||
line-height: calc(2 * var(--line-height));
|
line-height: calc(2 * var(--line-height));
|
||||||
margin-bottom: calc(var(--line-height) * 2);
|
margin-bottom: calc(var(--line-height) * 2);
|
||||||
text-transform: var(--transform);
|
|
||||||
font-family: var(--font-family-titles);
|
|
||||||
font-weight: var(--font-weight-titles);
|
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
font-family: var(--font-family-titles);
|
|
||||||
font-weight: var(--font-weight-titles);
|
|
||||||
text-transform: var(--transform);
|
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
font-family: var(--font-family-titles);
|
|
||||||
font-weight: var(--font-weight-titles);
|
|
||||||
text-transform: var(--transform);
|
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
font-family: var(--font-family-titles);
|
|
||||||
font-weight: var(--font-weight-titles);
|
|
||||||
text-transform: var(--transform);
|
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -380,7 +369,6 @@ button::-moz-focus-inner {
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
text-transform: var(--transform);
|
|
||||||
font-weight: var(--font-weight-medium);
|
font-weight: var(--font-weight-medium);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -55,3 +55,21 @@
|
||||||
.nf-oct-kebab_horizontal:before {
|
.nf-oct-kebab_horizontal:before {
|
||||||
content: "\uf4eb";
|
content: "\uf4eb";
|
||||||
}
|
}
|
||||||
|
.nf-dev-windows:before {
|
||||||
|
content: "\ue70f";
|
||||||
|
}
|
||||||
|
.nf-linux-tux:before {
|
||||||
|
content: "\uf31a";
|
||||||
|
}
|
||||||
|
.nf-linux-apple:before {
|
||||||
|
content: "\uf302";
|
||||||
|
}
|
||||||
|
.nf-linux-freebsd:before {
|
||||||
|
content: "\uf30c";
|
||||||
|
}
|
||||||
|
.nf-oct-terminal:before {
|
||||||
|
content: "\uf489";
|
||||||
|
}
|
||||||
|
.nf-fa-folder_tree:before {
|
||||||
|
content: "\uef81";
|
||||||
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -38,10 +38,22 @@ way to contribute. When reporting one, it should contain:
|
||||||
platform allows to add that information.
|
platform allows to add that information.
|
||||||
|
|
||||||
Issues later on are tagged with proposed version to solve them, in case
|
Issues later on are tagged with proposed version to solve them, in case
|
||||||
it's a low hanging fruit, it's possible that it can be solved pretty
|
of low hanging fruit, it's possible that it can be solved pretty
|
||||||
quick.
|
quick.
|
||||||
|
|
||||||
Spreading the word is another way to contribute to Flow Code growth.
|
[]($section.id("showcase"))
|
||||||
|
## Help others and share your workflows
|
||||||
|
|
||||||
|
We are happy when you [share your workflows](https://discord.gg/XeYatDhh)
|
||||||
|
or when someone asks something and gets a helpful answer, for example, a
|
||||||
|
30 sec video is really helpful because it exactly shows how something can
|
||||||
|
be achieved. Use [asciinema](https://asciinema.org/) or whatever allows
|
||||||
|
others to see how you get things done.
|
||||||
|
|
||||||
|
Spreading the word is another way to contribute to Flow Code growth,
|
||||||
|
making blog entries and sharing with others what you can build or achieve
|
||||||
|
with flow; battle testing flow on daily basis helps its improvement and
|
||||||
|
bring ideas from other places too.
|
||||||
|
|
||||||
[]($section.id("developing"))
|
[]($section.id("developing"))
|
||||||
## Developing
|
## Developing
|
||||||
|
|
@ -49,10 +61,11 @@ Spreading the word is another way to contribute to Flow Code growth.
|
||||||
[Flow Control](https://flow-control.dev/) is programmed with
|
[Flow Control](https://flow-control.dev/) is programmed with
|
||||||
[zig](https://ziglang.org/).
|
[zig](https://ziglang.org/).
|
||||||
|
|
||||||
[Fork](https://github.com/neurocyte/flow/fork), no worries, if you
|
[Fork](https://github.com/neurocyte/flow/fork), no worries in case there
|
||||||
happen to use [codeberg](https://codeberg.org/neurocyte/flow), or
|
is something with gh, if you happen to use
|
||||||
|
[codeberg](https://codeberg.org/neurocyte/flow), or
|
||||||
[sourcehut](https://git.sr.ht/~neurocyte/flow), it's possible to
|
[sourcehut](https://git.sr.ht/~neurocyte/flow), it's possible to
|
||||||
fork and contribute via those services too.
|
contribute via those services too.
|
||||||
|
|
||||||
Using [Discord](https://discord.com/invite/4wvteUPphx) is a good
|
Using [Discord](https://discord.com/invite/4wvteUPphx) is a good
|
||||||
starting point to discuss about what you are about to offer, or if
|
starting point to discuss about what you are about to offer, or if
|
||||||
|
|
|
||||||
34
content/docs/platform/android.smd
Normal file
34
content/docs/platform/android.smd
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
---
|
||||||
|
.title = "Android",
|
||||||
|
.date = @date("2025-11-04T12:24:45+02:00"),
|
||||||
|
.author = "Igor Támara",
|
||||||
|
.layout = "index.shtml",
|
||||||
|
.draft = false,
|
||||||
|
---
|
||||||
|
|
||||||
|
flow can be used in Android under [termux](https://termux.dev), inside termux, follow
|
||||||
|
[installation instructions](/installation),i.e., just copy paste and you are up and
|
||||||
|
running.
|
||||||
|
|
||||||
|
|
||||||
|
## Fonts
|
||||||
|
|
||||||
|
Recommended to install monospaced fonts and icons to have the most
|
||||||
|
comfortable experience.
|
||||||
|
|
||||||
|
[Termux-nf](https://githu.com/arnavgr/termux-nf/) offers various fonts
|
||||||
|
to choose from, install the fonts installer and the choose your desired
|
||||||
|
font, for example the same fonts of this website:
|
||||||
|
|
||||||
|
```
|
||||||
|
curl -fsSL https://raw.githubusercontent.com/arnavgr/termux-nf/main/install.sh | bash
|
||||||
|
getnf -i NerdFontsSymbolsOnly
|
||||||
|
getnf -i Iosevka
|
||||||
|
```
|
||||||
|
|
||||||
|
If you run into issues with font installation, install termux-nf
|
||||||
|
required packages `pkg install curl ncurses-utils` or consult their
|
||||||
|
[website](https://github.com/arnavgr/termux-nf).
|
||||||
|
|
||||||
|
* [Back to basic usage](/docs/)
|
||||||
|
* [Share your screenshots](https://discord.gg/XeYatDhh) and [small videos](/docs/contributing#showcase).
|
||||||
|
|
@ -6,13 +6,13 @@
|
||||||
.draft = false,
|
.draft = false,
|
||||||
---
|
---
|
||||||
|
|
||||||
- [Linux, MacOS, FreeBSD and Termux](#posix)
|
- [ Linux, MacOS, FreeBSD and Termux](#posix)
|
||||||
- [Windows](#windows)
|
- [ Windows](#windows)
|
||||||
- [Source](#source)
|
- [ Source](#source)
|
||||||
- [Tarball install](#tarball)
|
- [ Tarball install](#tarball)
|
||||||
|
|
||||||
[]($section.id("posix"))
|
[]($section.id("posix"))
|
||||||
## Linux, MacOS, FreeBSD and Termux
|
## Linux, MacOS, FreeBSD and Termux
|
||||||
|
|
||||||
Fetch and install the latest release with the installation helper script:
|
Fetch and install the latest release with the installation helper script:
|
||||||
|
|
||||||
|
|
@ -32,7 +32,7 @@ with debug symbols:
|
||||||
curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --debug
|
curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
See all avalable options for the installer script:
|
See all available options for the installer script:
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -fsSL https://flow-control.dev/install | sh -s -- --help
|
curl -fsSL https://flow-control.dev/install | sh -s -- --help
|
||||||
|
|
@ -49,9 +49,10 @@ update-flow
|
||||||
At the top of the installer are variables to pre-answer the installation
|
At the top of the installer are variables to pre-answer the installation
|
||||||
questions. Configure them to your liking.
|
questions. Configure them to your liking.
|
||||||
|
|
||||||
|
We have some tips for [Android](/docs/platform/android/)
|
||||||
|
|
||||||
[]($section.id("windows"))
|
[]($section.id("windows"))
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
For Windows the installer scripts are a little different.
|
For Windows the installer scripts are a little different.
|
||||||
|
|
||||||
|
|
@ -78,14 +79,14 @@ just run `update-flow` in a terminal to update to the latest release or nightly.
|
||||||
|
|
||||||
|
|
||||||
[]($section.id("source"))
|
[]($section.id("source"))
|
||||||
## Build from Source
|
## Build from Source
|
||||||
|
|
||||||
See the [Building section of `README.md`](https://git.flow-control.dev/neurocyte/flow/src/branch/master/README.md#building)
|
See the [Building section of `README.md`](https://git.flow-control.dev/neurocyte/flow/src/branch/master/README.md#building)
|
||||||
in the source repository for build instructions.
|
in the source repository for build instructions.
|
||||||
|
|
||||||
|
|
||||||
[]($section.id("tarball"))
|
[]($section.id("tarball"))
|
||||||
## Manual install from tarballs or zip files
|
## Manual install from tarballs or zip files
|
||||||
|
|
||||||
See the [downloads](/downloads) page for binaries that you can manually install.
|
See the [downloads](/downloads) page for binaries that you can manually install.
|
||||||
Just download, unpack, and place the binary anywhere you want. There are no
|
Just download, unpack, and place the binary anywhere you want. There are no
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,9 @@ U+f044
|
||||||
U+ed7b
|
U+ed7b
|
||||||
U+f142
|
U+f142
|
||||||
U+f4eb
|
U+f4eb
|
||||||
|
U+e70f
|
||||||
|
U+f31a
|
||||||
|
U+f302
|
||||||
|
U+f30c
|
||||||
|
U+f489
|
||||||
|
U+ef81
|
||||||
Loading…
Add table
Add a link
Reference in a new issue