All Projects → chr314 → Nautilus Copy Path

chr314 / Nautilus Copy Path

Licence: mit
Extension for Nautilus to copy files/dir path or name

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nautilus Copy Path

Sunflower
Small and highly customizable twin-panel file manager for Linux with support for plugins.
Stars: ✭ 347 (+622.92%)
Mutual labels:  file-manager, gnome
Filemanager Ui
It is the graphical user interface File Manager, regardless of the backend, lets you work with PHP, Python, nodejs or another.
Stars: ✭ 44 (-8.33%)
Mutual labels:  file-manager
Simplex
Simple web directory index (PHP file explorer)
Stars: ✭ 10 (-79.17%)
Mutual labels:  file-manager
Peek
Peek makes it easy to create short screencasts of a screen area. It was built for the specific use case of recording screen areas, e.g. for easily showing UI features of your own apps or for showing a bug in bug reports. With Peek, you simply place the Peek window over the area you want to record and press "Record". Peek is optimized for generating animated GIFs, but you can also directly record to WebM or MP4 if you prefer.
Stars: ✭ 8,408 (+17416.67%)
Mutual labels:  gnome
Qogir Theme
Qogir is a flat Design theme for GTK
Stars: ✭ 874 (+1720.83%)
Mutual labels:  gnome
Leaderf Filer
📂 LeaderF file explorer
Stars: ✭ 35 (-27.08%)
Mutual labels:  file-manager
Vscode Gnome Theme
A GNOME👣 theme for VSCode💻
Stars: ✭ 24 (-50%)
Mutual labels:  gnome
Vagrant Appindicator
Vagrant Application Indicator for Ubuntu
Stars: ✭ 48 (+0%)
Mutual labels:  gnome
Cloudreve
🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)
Stars: ✭ 12,318 (+25562.5%)
Mutual labels:  file-manager
Eog panorama
Panorama viewer plugin for the 'Eye of Gnome' image viewer
Stars: ✭ 30 (-37.5%)
Mutual labels:  gnome
Manjarin Gtk Theme
GTK2 and GTK3 theme developed for the Manjaro-Gnome Edition
Stars: ✭ 30 (-37.5%)
Mutual labels:  gnome
Pwndrop
Self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV.
Stars: ✭ 878 (+1729.17%)
Mutual labels:  file-manager
Compiz Alike Windows Effect
Simplified "Compiz alike" wobbly windows effect for GNOME Shell
Stars: ✭ 40 (-16.67%)
Mutual labels:  gnome
Pyfiling
Python script that organizes files in a folder or directory according to file type/extension.
Stars: ✭ 12 (-75%)
Mutual labels:  file-manager
Oceanic Next Gnome Terminal
Oceanic Next theme for GNOME Terminal
Stars: ✭ 47 (-2.08%)
Mutual labels:  gnome
Litecloud
User management system for the server (Home Cloud).
Stars: ✭ 26 (-45.83%)
Mutual labels:  file-manager
Material File Manager
A simple, smooth, elegant Android File Manager with Material Design UI.
Stars: ✭ 28 (-41.67%)
Mutual labels:  file-manager
Masalla Icon Theme
Masalla Icon Theme for UNIX-Like OS
Stars: ✭ 34 (-29.17%)
Mutual labels:  gnome
Vuedisk
File Manager using vuejs, element ui as frontend and php as backend
Stars: ✭ 49 (+2.08%)
Mutual labels:  file-manager
Koromo Copy
WPF-based image-downloader, file-manager program
Stars: ✭ 48 (+0%)
Mutual labels:  file-manager

Nautilus Copy Path/Name

ScreenShot

Installation

AUR

With yay or yaourt

  1. yay -S nautilus-copy-path or yaourt -S nautilus-copy-path
  2. Restart the Nautilus (nautilus -q)

Or manual

  1. git clone https://aur.archlinux.org/nautilus-copy-path.git
  2. cd nautilus
  3. makepkg -si
  4. Restart the Nautilus (nautilus -q)

Manual installation

Install Dependencies

Fedora sudo dnf install nautilus-python python3-gobject

Ubuntu sudo apt install python-nautilus python3-gi

Download & Install the Extension

  1. git clone https://github.com/chr314/nautilus-copy-path.git

  2. cd nautilus-copy-path

  3. make install

  4. Restart the Nautilus (nautilus -q)

Uninstallation

  1. cd path/to/nautilus-copy-path

  2. make uninstall

  3. Restart the Nautilus (nautilus -q)

Currently supported languages

  • Chinese
  • English
  • French
  • German
  • Greek
  • Italian
  • Japanese
  • Polish
  • Portuguese
  • Romanian
  • Russian
  • Spanish

Add new translations

Translations files are in translations directory

example: English Translation

  1. Copy the english translation file (en.json), the new file name must be the new language code (e.g. es.json)

  2. Translate the values in the new file

  3. Add information in the README in the section Currently supported languages about new language

  4. Create Pull Request with the new translation

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].