WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

san-gg/ContextMenuCopyPath

Repository files navigation

ContextCopyPath

This Code Copy text to clipboard.

For linux you need to install libx11-dev (Ubuntu)

sudo apt install libx11-dev

Checkout respective lib for other distro and install it.

We can add entry to right click context menu and copy the path for files/folder.

right_click_context_menu_image

For windows run following command.

reg add "HKEY_CLASSES_ROOT\*\shell\Copy Path\command" /t REG_SZ /d "<path of the executable> \"%1\""

eg: reg add "HKEY_CLASSES_ROOT*\shell\Copy Path\command" /t REG_SZ /d "C:\my_programs\ContextCopyPath.exe \"%1\""

or simply run msi package insaller which is attached in release

For Linux refer following links for Ubuntu: -

https://askubuntu.com/questions/1405687/how-to-install-filemanager-actions-in-ubuntu-22-04

https://askubuntu.com/questions/1030940/nautilus-actions-in-18-04

https://askubuntu.com/questions/88480/adding-extra-options-to-right-click-menu/88485#88485

About

Adding 'Copy Path' option to right click context menu.

Resources

Stars

Watchers

Forks

Packages

No packages published