diff options
| author | Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> | 2018-12-05 01:24:48 +0300 |
|---|---|---|
| committer | Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> | 2018-12-05 01:24:48 +0300 |
| commit | 357761313b00cb5799b2971631c4adfb2daaa98e (patch) | |
| tree | 24d56318bf578160c150b01c8e8f9ae06bc6da7b /README.md | |
| parent | queue converted to first in first out principle (diff) | |
| download | gitbatch-357761313b00cb5799b2971631c4adfb2daaa98e.tar.gz | |
added sorting
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ [](https://travis-ci.com/isacikgoz/gitbatch) [](/LICENSE) [](https://goreportcard.com/report/github.com/isacikgoz/gitbatch) ## gitbatch -Aim of this tool to make your local repositories synchronized with remotes easily. Since my daily work is tied to many repositories I often end up walking on many directories and manually pulling updates etc. To make this routine more elegant, I created a simple tool to handle this job. I really enjoy working on this project and I hope it will be a useful tool. +Aim of this tool to make your local repositories synchronized with remotes easily. Inspired from lazygit and I build this according to my needs; Since my daily work is tied to many repositories I often end up walking on many directories and manually pulling updates etc. To make this routine faster, I created a simple tool to handle this job. I really enjoy working on this project and I hope it will be a useful tool. **Disclaimer** - Authentication required repositories are **not supported** using ssh is recommended if you need to authenticate to fetch/pull @@ -77,8 +77,8 @@ run the `gitbatch` command from the parent of your git repositories. For start-u ## Further goals - add testing - select all feature -- arrange repositories to an order e.g. alphabetic, last modified, etc. -- shift keys, i.e. **s** for iterate **alt + s** for reverse iteration (partially implemented) +- arrange repositories to an order e.g. alphabetic, last modified, etc. ✔ +- shift keys, i.e. **s** for iterate **alt + s** for reverse iteration ✔ - recursive repository search from the filesystem - full src-d/go-git integration (*having some performance issues*) - implement config file to pre-define repo locations or some settings |
