Jarmahent / Clippy

A clipboarding app to save recent copies
https://kevintweaks.net
MIT License
9 stars 8 forks source link

Copy image to clipboard when they're clicked on #6

Open Jarmahent opened 6 years ago

ghost commented 5 years ago

I would like to work on this feature :)

Jarmahent commented 5 years ago

@mishakrul awesome just clone the master branch and do npm i And if you need anything answered just ask it here

ghost commented 5 years ago

@Jarmahent I'm receiving some errors after I run npm i. I suspect that this may be an issue with my python version.

C:\Users\Misha\Desktop\Clippy\node_modules\integer>if not defined npm_config_node_gyp (node "C:\Users\Misha\AppData\Roaming\nvm\v11.4.0\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Users\Misha\AppData\Roaming\nvm\v11.4.0\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
gyp ERR! configure error
gyp ERR! stack Error: Command failed: C:\Users\Misha\AppData\Local\Programs\Python\Python37\python.exe -c import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack   File "<string>", line 1
gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack                                ^
gyp ERR! stack SyntaxError: invalid syntax
gyp ERR! stack
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:294:12)
gyp ERR! stack     at ChildProcess.emit (events.js:189:13)
gyp ERR! stack     at maybeClose (internal/child_process.js:978:16)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:265:5)
Jarmahent commented 5 years ago

Refer to issue #9

Jarmahent commented 5 years ago

@mishakrul Also pay attention to #10 because the app wont start without the token filled in the sqlite3 table

mmadsoup commented 5 years ago

Hello, I'd love to give this issue a shot, if it's still up for grabs!

Jarmahent commented 5 years ago

@snailscode Hey! I havent worked on this app in almost 6 months. I dont even know if it can run at this point. If you want to you can clone it and use it for yourself!