Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb authored Jan 23, 2024
1 parent 1e983c3 commit d3e60f0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Pidgin Paste Image

Allows pasting images into a chat or IM window
![Recording 2024-01-23 at 23 54 28](https://github.com/EionRobb/pidgin-paste-image/assets/1063865/f4d380aa-d6b4-4c33-83d9-40ac4c2df677)


For protocols that allow sending inline images, just enable this plugin through Tools -> Plugins -> Paste Images

Then either Ctrl+V or right-click and Paste to insert


## Compiling
```
git clone https://github.com/EionRobb/pidgin-paste-image
cd pidgin-paste-image
make
sudo make install
```

0 comments on commit d3e60f0

Please sign in to comment.