/nautilus-git

Nautilus extension to add important information about the current git directory

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

nautilus-git

Nautilus/Nemo extension to add important information about the current git directory

Screenshots

Preview
Preview

Requirements:

Runing dependecies

  • python2
  • git

For Nautilus :

  • nautilus-python:
    • Archlinux : python2-nautilus

For Nemo:

  • nemo-python
    • Archlinux : nemo-python

Building dependencies

  • meson
  • ninja
  • intltool
  • gtk+-3.0
  • gobject-introspection:
    • Debian/Ubuntu : libgirepository1.0-dev
    • Fedora : gobject-introspection-devel
    • Archlinux :  gobject-introspection

How to install

Fedora 24/25/26

Nautilus

sudo dnf copr enable heikoada/nautilus-git
sudo dnf install nautilus-git

Nemo

Ubuntu (14.04/16.04/16.10/17.04)

Nautilus

sudo add-apt-repository ppa:khurshid-alam/nautilus-git
sudo apt-get update
sudo apt-get install nautilus-git

Nemo

Archlinux

Nautilus

yaourt -S nautilus-ext-git

Nemo

Manual installation

1- Install requirements

2- Clone the repository

git clone https://github.com/bil-elmoussaoui/nautilus-git

3- Build it!

cd nautilus-git
mkdir build
cd build
meson .. --prefix /usr -Dfile_manager=nautilus/nemo
sudo ninja install

4- Restart Nautilus

nautilus -q

How to uninstall

1- Download the uninstallation file

cd /tmp && wget -O uninstall.sh https://raw.githubusercontent.com/bil-elmoussaoui/nautilus-git/master/uninstall.sh

2- Make the file executable

chmod +x ./uninstall.sh

3- Run it!

sudo ./uninstall.sh /usr

PS : Replace /usr with whatever installation prefix you have chosen before.

Credits

The nautilus-git-symbolic icon was designed by gitg design team.