image picker with clipboard and drag-n-drop capability for linux.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
326 B

2 years ago
  1. reactionmanager
  2. ===============
  3. don't use this lol
  4. Building
  5. --------
  6. ```sh
  7. mkdir -p build; cd build
  8. cmake -DCMAKE_BUILD_TYPE=Release ..
  9. make
  10. ```
  11. Usage
  12. -----
  13. ```
  14. reactionmanager path/to/directory
  15. ```
  16. all of the files need to be in the same level of the directory hierarchy so if you like to organise things you're screwed