Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ona-li-toki-e-jan-epiphany-tawa-mi/love-you-mom
Tells your mom (or dad) that you love them | Mirror of https://paltepuk.xyz/cgit/love-you-mom.git/about/
https://github.com/ona-li-toki-e-jan-epiphany-tawa-mi/love-you-mom
fun posix terminal termios zig
Last synced: about 1 month ago
JSON representation
Tells your mom (or dad) that you love them | Mirror of https://paltepuk.xyz/cgit/love-you-mom.git/about/
- Host: GitHub
- URL: https://github.com/ona-li-toki-e-jan-epiphany-tawa-mi/love-you-mom
- Owner: ona-li-toki-e-jan-Epiphany-tawa-mi
- License: gpl-3.0
- Created: 2024-11-13T21:35:37.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-30T18:06:01.000Z (about 2 months ago)
- Last Synced: 2024-12-30T19:19:18.381Z (about 2 months ago)
- Topics: fun, posix, terminal, termios, zig
- Language: Zig
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# love-you-mom
Tells your mom (or dad) that you love them.
Press ANY KEY to exit.
## How to build
Depdenencies:
- libc.
- zig 0.13.0 (other versions may work) - [https://ziglang.org](https://ziglang.org/)
- POSIX system.There's a `flake.nix` you can use to generate a development enviroment with
`nix develop`.Then, run the following command(s):
```sh
zig build
```You can append the following arguments for different optimizations:
- `-Doptimize=ReleaseSafe` - Faster.
- `-Doptimize=ReleaseFast` - Fasterer, no safety checks.
- `-Doptimize=ReleaseSmall` - Faster, smaller binaries, no safety checks.The executable will appear in `zig-out/bin/`.
## Installation
You can install it with Nix from my personal package repository
[https://github.com/ona-li-toki-e-jan-Epiphany-tawa-mi/epitaphpkgs](https://github.com/ona-li-toki-e-jan-Epiphany-tawa-mi/epitaphpkgs).