Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 861 Bytes

readme.md

File metadata and controls

36 lines (27 loc) · 861 Bytes

magif

save gifs in your menu bar, click to copy url

###usage

  • paste links to gifs and click save
  • then you can click to copy to your clipboard
  • any space separated words after the gif link will be considered tags
  • e.g. https://media.giphy.com/media/oKn2qp8kKfguk/giphy.gif geese breadcrumbs
    will add the gif with the tags geese and breadcrumbs

###download

  • Visit the releases page and download the .tar.gz for the version you wish to use.
  • Once it has downloaded, double click the file to extract it
  • Copy magif.app to your Applications folder

###dev installation

git clone git@github.com:guyfedwards/magif.git
cd magif
npm install

###run dev

npm start

###package electron app and copy to /Applications

npm run build