Gnome

2402 readers
3 users here now

The GNOME Project is a free and open source desktop and computing platform for open platforms like Linux that strives to be an easy and elegant way to use your computer. GNOME software is developed openly and ethically by both individual contributors and corporate partners, and is distributed under the GNU General Public License.

founded 2 years ago
MODERATORS
26
27
 
 

cross-posted from: https://lemmy.world/post/31992907

simple Nautilus extension that adds git actions (Clone, Commit, Pull, Status...) to the right-click menu.

  • clone
  • status
  • switch branch
  • pull
  • stage all and commit
  • push
  • set credentials

Built with python3-nautilus, requires GTK 4.

Video example

Author Post

I did not make this. Just sharing

28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
view more: ‹ prev next ›