Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.
/ datclip Public archive

Quickly view the primary and clipboard selections in emacs.

Notifications You must be signed in to change notification settings

thomp/datclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

datclip

<2024-02-11> Archived & moved to codeberg.org.

Show the content of the primary selection and the clipboard in an emacs buffer.


datclip allows the Emacs user to bypass some of the aggravation which can occur with selections by showing them in a dedicated buffer.

Installation

Save datclip.el somewhere. Add a line to your ~/.emacs file which directs emacs to load datclip.el:

(load "/some/path/to/datclip.el")

Use

The default binding to show selection and clipboard content is s-c (the 'Super' key and the 'c' key).

Press p to grab content of primary (push it onto the kill ring).

Press q when you're done working with the datclip buffer.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

If you did not receive a copy of the GNU General Public License along with this program, see http://www.gnu.org/licenses/.

About

Quickly view the primary and clipboard selections in emacs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published