diff --git a/README.md b/README.md index 13ca572..c57b44f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Running `fiter *` would result in: 00006.png 00007.exe ``` -The order is **not guranteed** +The order is **not guaranteed** 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 +## [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) **Creates repositories on gitea and assigns them as "origin" on the git repository in working directory** diff --git a/git-vc.exe b/git-vc.exe new file mode 100644 index 0000000..fe92eaa Binary files /dev/null and b/git-vc.exe differ diff --git a/lazygit-cleaner.exe b/lazygit-cleaner.exe new file mode 100644 index 0000000..c2fdc46 Binary files /dev/null and b/lazygit-cleaner.exe differ diff --git a/sync b/sync index e4ae2b4..9718721 100644 --- a/sync +++ b/sync @@ -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\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\lazygit-cleaner\lazygit-cleaner.exe",lazygit-cleaner.exe,t \ No newline at end of file diff --git a/sync2bin b/sync2bin index 66ba21d..102ea43 100644 --- a/sync2bin +++ b/sync2bin @@ -4,4 +4,5 @@ vsclean.exe,"C:\Program Files\Git\usr\bin\vsclean.exe" cln.exe,"C:\Program Files\Git\usr\bin\cln.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,"C:\Program Files\Git\usr\bin\Autoruns.exe" \ No newline at end of file +autoruns.exe,"C:\Program Files\Git\usr\bin\Autoruns.exe" +lazygit-cleaner,"C:\Program Files\Git\usr\bin\lazygit-cleaner.exe" \ No newline at end of file