Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flouthoc/ztick
tiny desktop utility to keep notes ( with no features ). Written in zig and gtk4
https://github.com/flouthoc/ztick
gnome gtk4 zig
Last synced: 12 days ago
JSON representation
tiny desktop utility to keep notes ( with no features ). Written in zig and gtk4
- Host: GitHub
- URL: https://github.com/flouthoc/ztick
- Owner: flouthoc
- Created: 2023-03-11T09:43:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-13T20:59:29.000Z (4 months ago)
- Last Synced: 2024-10-14T17:38:40.322Z (25 days ago)
- Topics: gnome, gtk4, zig
- Language: Zig
- Homepage:
- Size: 1.11 MB
- Stars: 33
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zig - ztick🗒️tiny desktop utility to keep notes ( with no features ). Written in zig and gtk4
README
# ztick
Tiny notes app written in Zig and Gtk4.Motivation for writing this app is majorly personal use and learning zig. I hope it helps other folks to learn zig.
* Render Ubuntu
![Image](../main/assets/ztick.png?raw=true)
* Render Fedora
![Image](../main/assets/zote_screen2.png?raw=true)
## Build
```
zig build
```Should produce output binary in `zig-out` directory.
Prerequisite
* Zig
* Gtk4## Instructions
By default `ztick` writes all pages in a static file, in the current directory of the `ztick` binary.
## Note
Following project is under development and a hobby project.