copyit.el
is Emacs Lisp package for Yanking / Clipboard Copy And Paste.
command | description |
---|---|
M-x copyit-variable | Copy value of symbol’s variable. |
M-x copyit-file-pathname | Copy file pathname. |
M-x copyit-file-content | Copy file content. |
M-x copyit-file-exif-information | Copy Exif information. (require ImageMagick identify command) |
M-x copyit-file-as-data-uri | Copy file content as Data URI. |
M-x copyit-ssh | Copy file content in ~/.ssh/ directory. |
command | description |
---|---|
M-x copyit-pandoc-export-to-html | Convert and Copy file as HTML |
M-x copyit-pandoc-export-to-markdown | Convert and Copy file as Markdown |
C-u M-x copyit-pandoc-export-to-html
and C-u M-x copyit-pandoc-export-to-markdown
convert a file. When C-u
is prepended, the content of the current buffer is converted.
Binary file copy method in copyit-file-content
.
Path to your SSH directory.
Copy bare (non-quoted) string when interactively called. ("abc"
as abc
)