-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |