This is a personal project I made because I missed being able to share files instantly between my Apple devices, something I can no longer do with my ThinkPad...
UNTIL NOW!
g++ -std=c++20 -o obidrop main.cpp && ./obidrop
- I'd like to be able to share files/links whenever without having to run the executable
- Definitely will go crazy in the
web/styles.cssfile and make it look purrty with Bootstrap - Apple also allows copying something on Device A and pasting it into Device B... quelque chose to try
This project derives from the code found in this article by Saumya Aggarwal