Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1018 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 1018 Bytes

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.