Giter Club home page Giter Club logo

git-manager's Introduction

Hi there ๐Ÿ‘‹ I'm Gowtham

Stats๐Ÿ“ˆ

gowtham758550

Gowthams's GitHub stats Top Langs

gowtham758550

Connect with me๐Ÿค

gowtham758550 | LinkedIn gowtham758550 | HackerRank

git-manager's People

Contributors

anish-m-code avatar gowtham758550 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

seanmusse

git-manager's Issues

Adding a setup file

Hey!
I'm not entirely sure how this feature could be implemented in Windows, we could deal with that later, however I'm currently focusing on Linux; I made a simple script called .setup.py which contains the following:

from pathlib import Path
import os


cwd = os.getcwd()
home = str(Path.home())
alias = "alias git-manager=" + cwd + "/main.py"
bashrc = "echo " + alias + " >> ~/.bashrc"

with open(home + "/.bashrc") as f:
    if alias in f.read():
        print("Already installed")
        exit()
    else:
        os.system(bashrc)
        print("Installed")

Essentially I would like to add an alias to ~/.bashrc so that the user could use this program in whatever directory they wish. However I ran into a bit of a problem: Permission denied which is no bueno. After skimming through some Google searches it seems like many other users encounter similar problems while trying to make an alias of a program that involves Git.

Have you ever dealt with this? Is this even a feature you would like to implement into the program?

I would also like to take the opportunity to say this program was a very nice idea on your part! I'll definitely be using this in the future :)

Thank you,
Sean

Installing github repo fails in Git manager

kept internet connection on while trying to clone a github repo seems it no longer works in kali linux and throws error even if github url is valid
error
.
i executed as python3 main.py as this program doesnot support zsh shell yet.

Requesting Permission to package git manager in pypi

I would like to be official maintainer of Git manager in pypi , this would make it extremly acessible, this needs lots of work , hence requesting permission. in terms of security we will enforce maximum security , my version of git manager will aim to be a downstream version of git manager , updates will be only rolled after extensive testing and custom patches will be applied to ensure stability.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.