Add lazygit-cleaner

This commit is contained in:
2024-08-15 23:56:36 +02:00
parent 7f1aeb8ad1
commit c65fb26a8d
5 changed files with 9 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ Running `fiter *` would result in:
00006.png 00006.png
00007.exe 00007.exe
``` ```
The order is **not guranteed** The order is **not guaranteed**
Running `fiter *.mp4` on the same folder would give: Running `fiter *.mp4` on the same folder would give:
``` ```
@@ -109,6 +109,11 @@ Doing this manually requires opening every folder one by one
It also removes non existent entries from recent projects and recent files It also removes non existent entries from recent projects and recent files
## [lazygit-cleaner]()
**Practically the same as vsclean but for lazygit**
Removes non existing entries from *state.yml* and adds any existing git repositories in projects
## [repo](https://git.site.quack-lab.dev/dave/gitea-api) ## [repo](https://git.site.quack-lab.dev/dave/gitea-api)
**Creates repositories on gitea and assigns them as "origin" on the git repository in working directory** **Creates repositories on gitea and assigns them as "origin" on the git repository in working directory**

BIN
git-vc.exe Normal file

Binary file not shown.

BIN
lazygit-cleaner.exe Normal file

Binary file not shown.

1
sync
View File

@@ -5,3 +5,4 @@
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\gitea-api\main.exe",repo.exe,t "C:\Users\Administrator\Seafile\Projects-Go\GoProjects\gitea-api\main.exe",repo.exe,t
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\autoruns\main.exe",autoruns.exe,t "C:\Users\Administrator\Seafile\Projects-Go\GoProjects\autoruns\main.exe",autoruns.exe,t
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\git-vc\main.exe",git-vc.exe,t "C:\Users\Administrator\Seafile\Projects-Go\GoProjects\git-vc\main.exe",git-vc.exe,t
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\lazygit-cleaner\lazygit-cleaner.exe",lazygit-cleaner.exe,t

View File

@@ -5,3 +5,4 @@ cln.exe,"C:\Program Files\Git\usr\bin\cln.exe"
repo.exe,"C:\Program Files\Git\usr\bin\repo.exe" repo.exe,"C:\Program Files\Git\usr\bin\repo.exe"
autoruns.exe,"~\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Autoruns.exe" autoruns.exe,"~\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\Autoruns.exe"
autoruns.exe,"C:\Program Files\Git\usr\bin\Autoruns.exe" autoruns.exe,"C:\Program Files\Git\usr\bin\Autoruns.exe"
lazygit-cleaner,"C:\Program Files\Git\usr\bin\lazygit-cleaner.exe"