nautilus-git
nautilus-git copied to clipboard
Paste git repo url to clone
How it should work?
- User copies an URL that matches:
-
https://github.com/<user name>/<repo name>
-
http(s)://*.git
-
git://*
-
git@...
-
User opens Nautilus and pastes (either by Ctrl + V or by right-click context menu)
-
A dialog appears and asks user to name target directory (default to repo name)
I'm planning to clean the code base of the extension and add some basic stuff like cloning a repository ;)