SkillAgentSearch skills...

FlyNote

A program to take note on desktop like a Post-It

Install / Use

/learn @ThiBsc/FlyNote
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FlyNote :pencil2:

Build Status AUR-GIT License: GPLv3

A program to take note on desktop like a Post-It and share on LAN.

FlyNote

Features

  • [x] Add/Delete/Edit note
  • [x] Save the list of notes
  • [x] Share a note on LAN
  • [x] Send to one user
  • [x] Sender's identity
  • [x] Receive notification
  • [ ] Markdown Editor

Compile

# require qt5-default
mkdir build
cd build
qmake -config release ../flynote.pro
make

Broadcast test

If you want to test the broadcast receiver, start FlyNote, start a shell and write:

ncat -u 192.168.0.255 45454
# test user connection
user_join:toto
user_left:toto
# test broadcast note
note:{"title":"ncat note", "color":"lightblue", "content":"hello world!", "from":"ncat"}

If you have some trouble with windows, check your firewall.

Icons

Note, add, delete, edit and send icon made by Freepik from Flaticon
Broadcast icon made by smallikeart from Flaticon
User icon made by smashicons from Flaticon

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2y ago
Forks1

Languages

C++

Security Score

75/100

Audited on Jan 25, 2024

No findings