Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/woutslabbinck/gitmanagement

A tool that helps with git management from a starting directory
https://github.com/woutslabbinck/gitmanagement

Last synced: about 2 months ago
JSON representation

A tool that helps with git management from a starting directory

Awesome Lists containing this project

README

        

# gitmanagement

## How to use

First clone the repository.

Then install, build and make the script executable:

```sh
npm i
npm run build
chmod u+x bin/run.js
```

Finally, we can start using it by giving it a directory so the program can start.

```sh
bin/run.js -p ""
```

### Make it run in linux terminal as command

Add following line into at the end of `~/.bash_aliases` to show git repos in directory `//someDirectory` with a simple command:

```bash
alias repos=//bin/run.js -p //someDirectory
```

Everytime you run repos now, the git management application will run

## TODOs

- [x] start script from CLI with directory (if cached, use cache)
- [x] clean up
- [] add reload command (optional)
- [x] Add .bashrc commands