Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bilelmoussaoui/nautilus-git
Nautilus/Nemo extension to add important information about the current git directory
https://github.com/bilelmoussaoui/nautilus-git
extension git nautilus nautilus-extension nemo nemo-extension
Last synced: 14 days ago
JSON representation
Nautilus/Nemo extension to add important information about the current git directory
- Host: GitHub
- URL: https://github.com/bilelmoussaoui/nautilus-git
- Owner: bilelmoussaoui
- License: gpl-3.0
- Archived: true
- Created: 2017-02-10T13:25:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T09:39:50.000Z (about 6 years ago)
- Last Synced: 2024-11-22T01:36:04.393Z (about 1 month ago)
- Topics: extension, git, nautilus, nautilus-extension, nemo, nemo-extension
- Language: Python
- Homepage:
- Size: 270 KB
- Stars: 150
- Watchers: 6
- Forks: 9
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nautilus-git
Nautilus/Nemo extension to add important information about the current git directory
## Screenshots
## Requirements:
### Running dependencies
- `python2`
- `git`#### For Nautilus :
- `nautilus-python`:
- Archlinux : `python2-nautilus`#### For Nemo:
- `nemo-python`
- Archlinux : `nemo-python`### Building dependencies
- `meson` >= `0.40.0`
- `ninja`## How to install
### Fedora 24/25/26
#### Nautilus
```bash
sudo dnf copr enable heikoada/nautilus-git
sudo dnf install nautilus-git
```#### Nemo
### Ubuntu (14.04/16.04/16.10/17.04)
#### Nautilus
```bash
sudo add-apt-repository ppa:khurshid-alam/nautilus-git
sudo apt-get update
sudo apt-get install nautilus-git
```#### Nemo
### Archlinux
#### Nautilus
```bash
yaourt -S nautilus-ext-git
```#### Nemo
### Manual installation
1- Install requirements
2- Clone the repository
```bash
git clone https://github.com/bil-elmoussaoui/nautilus-git
```3- Build it!
```bash
cd nautilus-git
meson builddir --prefix=/usr -Dfile_manager=[nautilus|nemo]
sudo ninja -C builddir install
```4- Restart Nautilus
```bash
nautilus -q
```## How to uninstall
```bash
sudo ninja -C builddir uninstall
```## Credits
The `nautilus-git-symbolic` icon was designed by gitg design team.