bilelmoussaoui / nautilus-git

Nautilus/Nemo extension to add important information about the current git directory
GNU General Public License v3.0
149 stars 9 forks source link

Paste git repo url to clone #41

Open KSXGitHub opened 6 years ago

KSXGitHub commented 6 years ago

How it should work?

  1. User copies an URL that matches:

    • https://github.com/<user name>/<repo name>
    • http(s)://*.git
    • git://*
    • git@...
  2. User opens Nautilus and pastes (either by Ctrl + V or by right-click context menu)

  3. A dialog appears and asks user to name target directory (default to repo name)

bilelmoussaoui commented 6 years ago

I'm planning to clean the code base of the extension and add some basic stuff like cloning a repository ;)