JamesL813 / sticky

A simple sticky notes app

Home Page:https://beta.flathub.org/apps/details/com.vixalien.sticky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sticky Notes

Sticky Notes is a simple note taking application for the GNOME desktop. It is written in GJS and uses GTK4.

All notes Note

Installation

From Flathub

Sticky Notes is available to download on Flathub.

Download Sticky Notes on Flathub

From source

To install from source, you need nodejs and yarn installed. Then, you need to clone the repository by being careful to also pull in the submodules:

git clone https://github.com/vixalien/sticky.git --recurse-submodules

Then, you can build and install the application with meson:

meson setup build
ninja -C build
sudo ninja -C build install

Tips:

  • If you want to run the application without installing it, you can run ninja -C build devel instead of sudo ninja -C build install.

About

A simple sticky notes app

https://beta.flathub.org/apps/details/com.vixalien.sticky

License:MIT License


Languages

Language:TypeScript 79.6%Language:Meson 9.3%Language:Stylus 8.6%Language:JavaScript 2.5%