dAN0n / joxi-linux

Using joxi in linux with keyboard shortcuts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joxi in Linux

Takes screenshots and uploads them to joxi using the joxi API and copies the link to clipboard. Recommended for set up with keyboard shortcuts
Utilises scrot for taking screenshots (which must be installed separately).

Instructions

  • Clone or download the repo
  • In file "joxi" add your joxi API key to JOXI_API_KEY
    • (You can find your API key at 'access_token' field in response from joxi chrome plugin's login page)
  • Make it executable using chmod +x joxi
  • Place this file wherever you want (recommended: /usr/local/bin)
  • Set up keyboard shortcuts within linux
    • (in Ubuntu it's system settings > keyboard > keyboard shortcuts > custom shortcuts)
    • Log out for the changes to take place
    • Here's what it looks like for mine: Puush keyboard setup

Commands

joxi -a		# area capture
joxi -f		# capture desktop
joxi -w		# capture window

joxi -h  	  # help

Dependencies

  • scrot
  • curl
  • xclip
  • notify-send

About

Using joxi in linux with keyboard shortcuts.


Languages

Language:Shell 100.0%