All Projects → ronen25 → Nautilus Copypath

ronen25 / Nautilus Copypath

Licence: gpl-3.0
A small Nautilus extension for quickly copying file/Samba paths

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Nautilus Copypath

Unite Shell
Unite is an extension that makes GNOME Shell look like Ubuntu Unity Shell.
Stars: ✭ 553 (+2665%)
Mutual labels:  gnome
Sweet
Light and dark colorful Gtk3.20+ theme
Stars: ✭ 703 (+3415%)
Mutual labels:  gnome
Puppet Samba
Puppet samba module ⛺
Stars: ✭ 6 (-70%)
Mutual labels:  samba
Flat Remix Gtk
Flat Remix is a GTK application theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
Stars: ✭ 634 (+3070%)
Mutual labels:  gnome
Material Shell
A modern desktop interface for Linux. Improve your user experience and get rid of the anarchy of traditional desktop workflows. Designed to simplify navigation and reduce the need to manipulate windows in order to improve productivity. It's meant to be 100% predictable and bring the benefits of tools coveted by professionals to everyone.
Stars: ✭ 6,189 (+30845%)
Mutual labels:  gnome
Spot
Native Spotify client for the GNOME desktop
Stars: ✭ 762 (+3710%)
Mutual labels:  gnome
Pvetools
proxmox ve tools script(debian9+ can use it).Including email, samba, NFS set zfs max ram, nested virtualization ,docker , pci passthrough etc. for english user,please look the end of readme.
Stars: ✭ 511 (+2455%)
Mutual labels:  samba
Qogir Theme
Qogir is a flat Design theme for GTK
Stars: ✭ 874 (+4270%)
Mutual labels:  gnome
I3 Gnome
Use i3wm/i3-gaps with GNOME Session infrastructure.
Stars: ✭ 677 (+3285%)
Mutual labels:  gnome
Gnome Shell Extension Ozshell
GNOME Shell extension for interfacing with the OZ application sandboxing framework
Stars: ✭ 6 (-70%)
Mutual labels:  gnome
Macos
macOS theme for Gnome and GTK-based desktops
Stars: ✭ 641 (+3105%)
Mutual labels:  gnome
Terminator
multiple GNOME terminals in one window
Stars: ✭ 649 (+3145%)
Mutual labels:  gnome
Firefox Gnome Theme
A GNOME👣 theme for Firefox🔥
Stars: ✭ 788 (+3840%)
Mutual labels:  gnome
Liferea
Liferea (Linux Feed Reader), a news reader for GTK/GNOME
Stars: ✭ 612 (+2960%)
Mutual labels:  gnome
Os X Yosemite
GTK theme based on the flat appearance of OS X 10.10 Yosemite
Stars: ✭ 17 (-15%)
Mutual labels:  gnome
Samba
https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub)
Stars: ✭ 531 (+2555%)
Mutual labels:  samba
Feedreader
Modern desktop application designed to complement existing web-based RSS accounts.
Stars: ✭ 765 (+3725%)
Mutual labels:  gnome
Bash Toolkit
Este proyecto esá destinado a ayudar a los sysadmin
Stars: ✭ 13 (-35%)
Mutual labels:  samba
Vscode Gnome Theme
A GNOME👣 theme for VSCode💻
Stars: ✭ 24 (+20%)
Mutual labels:  gnome
Plotinus
A searchable command palette in every modern GTK+ application
Stars: ✭ 805 (+3925%)
Mutual labels:  gnome

nautilus-copypath

A small Nautilus extension for quickly copying file/Samba paths.

Screenshot

General

This repository contains two plugins for Nautilus:

  1. nautilus-copypath - Quickly copy file/folder paths.
  2. nautilus-copywinpath - Quickly copy Samba file/folder paths, converting them to Windows paths on-the-fly.

You may choose to install both of the plugins, or only one of them, as you see fit.

Installation from Source

To successfully install the plugin you need:

  1. Python >= 3.2
  2. GNOME >= 3.18 (tested on Ubuntu 16.04-18.04, Fedora 25-28, Arch Linux)
  3. GObject Python bindings (development libraries)
  4. nautilus-python

Installing the Dependencies

Simply copy and paste the appropriate command for your distro:

Distro Command
Fedora $ sudo dnf install nautilus-python python3-gobject
Ubuntu $ sudo apt-get install python-nautilus python3-gi
Arch Linux $ sudo pacman -S python-gobject python-nautilus

Installing the Extension

Clone the repository:

git clone https://github.com/ronen25/nautilus-copypath

Copy the file/s to the appropriate folder, creating it if needed:

mkdir ~/.local/share/nautilus-python
mkdir ~/.local/share/nautilus-python/extensions
cp nautilus-copypath.py ~/.local/share/nautilus-python/extensions/
cp nautilus-copywinpath.py ~/.local/share/nautilus-python/extensions/

Restart Nautilus and the extension will be available. If that doesn't work try logging out and back in.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].