From 21219c49b14278ff0aaa352e2dc69a52aa37e2e9 Mon Sep 17 00:00:00 2001 From: Yingrjimsch Date: Thu, 12 Sep 2024 09:54:22 +0200 Subject: [PATCH] chore: updated readme --- README.md | 43 +++++++++++++++++-------------------------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index cde23a1..3e9fa5a 100644 --- a/README.md +++ b/README.md @@ -237,32 +237,23 @@ Contributions, improvements, and feature requests are welcome! Keep in mind that ## Tasks in progress -- [ ] Release pipeline for cargo - +- [x] Create submodules to structure the code / refactoring +- [x] `grgry show` with parameter `--all` showing the current activated profile or all profiles +- [x] add option to `pull --rebase` in `grgry quick` +- [x] open issue with walkdir to stop at .git folder instead of traversing into the folder (speedup) +- [x] quick default en mass instead of default singular +- [x] try https://statics.teams.cdn.office.net/evergreen-assets/safelinks/1/atp-safelinks.html for a `grgry update` functionallity +- [x] check if git is installed (if not assert break) +- [x] create alias for git to use instead of mass +- [x] force clone to remove `targetbasepath` and reclone from scratch +- [x] try to work with https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/ to speeden up the git clone --> implemented `--filter=blob:none` - [ ] Change the command about and long about to something clearer - -- [x] Create submodules to structure the code / refactoring - -- [x] `grgry show` with parameter `--all` showing the current activated profile or all profiles - -- [x] add option to `pull --rebase` in `grgry quick` - +- [ ] Release pipeline for cargo - [ ] add an option to `--ammend` commits - -- [x] open issue with walkdir to stop at .git folder instead of traversing into the folder (speedup) - -- [ ] try to work with https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/ to speeden up the git clone --> minimal speedup leads to lower prio - -- [x] quick default en mass instead of default singular - -- [x] try https://statics.teams.cdn.office.net/evergreen-assets/safelinks/1/atp-safelinks.html for a `grgry update` functionallity - -- [x] check if git is installed (if not assert break) - -- [x] create alias for git to use instead of mass - -- [x] force clone to remove `targetbasepath` and reclone from scratch - - [ ] add configurable `grgry quick` for people that don't want to follow the same workflow - -- [ ] quick, clone, mass in three different ways: interactive, multiselect, skip-interactive (regex still working in addition) (default interactive) \ No newline at end of file +- [ ] quick, clone, mass in three different ways: interactive, multiselect, skip-interactive (regex still working in addition) (default interactive) +- [ ] parameter to exclude archived projects from `grgry clone` +- [ ] update news if there is a new version available +- [ ] `grgry update` check if current version <> newest version and show a select of all newer versions to decide which to upgrade to +- [ ] possibility of skip interactive during interaction for `grgry mass` and `grgry quick` +- [ ] updating the print lines to be more cheerful \ No newline at end of file