ThanosDi / post-it

A minimal electron application to have a post-it on the fly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post it

post it

This is minimal sticky note that appears on top of other windows.

Features:

  • Auto save text
  • Draggable
  • Can appear on top of other windows(press Ctrl+Shift+A to toggle)
  • Text alignment
  • Last edited date
  • Character count

Let me know if you need any other additions.

Enjoy :)


Download

Extract, enter the folder and run in terminal ./post-it --enable-transparent-visuals --disable-gpu

Extract, enter the folder and open post-it.exe

Recommend to run the program from a hotkey for quick access.


Development

To run and debug the app locally

git clone https://github.com/ThanosDi/post-it.git
cd post-it
yarn install
yarn run

To build the app

yarn build:linux
yarn build:windows

Less is more.

About

A minimal electron application to have a post-it on the fly.

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 57.0%Language:CSS 31.5%Language:HTML 11.5%