Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.