Skip to content

Manuel-Kehl/Kupfer-Plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kupfer Plugins

A place for collecting and publishing plugins that I have written for the super convenient "Kupfer" command launcher.

To install a plugin just copy the corresponding py file into ~/.local/share/kupfer/plugins/ and activate it in Kupfer's preferences.

File to Clipboard

A plugin for copying a file's path or content to the clipboard from within Kupfer. It depends on the pyperclip python module for accessing the user's clipboard.

If you have pip installed you can get the dependency by executing pip install pyperclip.

Make new Directory

A plugin for creating a directory within the currently selected directory.

Parent Directory

A plugin for opening the directory containing the active file in your system's default filechooser.

It may be necessary to install xdg-open, if you have not done so before. On Debian based systems it is contained in the package xdg-utils

About

A place for collecting and publishing plugins that I have written for the super convenient "Kupfer" command launcher.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages