Skip to content

zonuexe/emacs-copyit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Emacs] Copy it, yank anything!

copyit.el is Emacs Lisp package for Yanking / Clipboard Copy And Paste.

Functions

copyit.el

MELPA: copyit MELPA stable: copyit
commanddescription
M-x copyit-variableCopy value of symbol’s variable.
M-x copyit-file-pathnameCopy file pathname.
M-x copyit-file-contentCopy file content.
M-x copyit-file-exif-informationCopy Exif information. (require ImageMagick identify command)
M-x copyit-file-as-data-uriCopy file content as Data URI.
M-x copyit-sshCopy file content in ~/.ssh/ directory.

copyit-pandoc.el

MELPA: copyit-pandoc MELPA stable: copyit-pandoc
commanddescription
M-x copyit-pandoc-export-to-htmlConvert and Copy file as HTML
M-x copyit-pandoc-export-to-markdownConvert 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.

Customize

copyit-binary-file-copy-method (default: data-uri)

Binary file copy method in copyit-file-content.

copyit-ssh-directory-path (default: =”~/.ssh/”=)

Path to your SSH directory.

copyit-copy-bare-string (default: t)

Copy bare (non-quoted) string when interactively called. (=”abc”= as abc)