Skip to content

Commit ecdf9fb

Browse files
AnirudhG07Anirudh Guptagithub-actions[bot]Copilot
authored
Refactor: Major changes and simplications (#72)
* shift press for copy-paste * refactor to gui_main, to avoid unnecessary runs of the same thing * fix sekai entry bugs * style: auto-format code * locking mechanism init * refactor #69 a bit to fix warnings * fix: auto-fix clippy warnings * create deemak encryption and restore it * restore files are now .deemak ones * force create deemak file * fix restoration bug, improve main commands * fix sekai_initialize bug of using root_dir unnecessarily and more stuff * fix: auto-fix clippy warnings * fix main arguments, output path and input password * remove older sekai, replace it with _tutorial -> sekai, and create new and simple tutorial * fix new tutorial and new sekai bug * tests works, fix bug in restore-save * cleanup utility while exiting deemak * fix: auto-fix clippy warnings * bug fix: HOME was being checked for locking, unnecessary operation * log info now has relative paths to hide absolute path * tests introduction in utils navigate tests, very interesting /private usages * fix: auto-fix clippy warnings temp directory with "deemak" intials * just write to the shell screen function oij test bug fix * better cleanup, better temp files within /var/... * now sekai.deemak file is support instead of sekai folder fix stuff * complete cherrypick from refactor * Introduce Deemak Sekai manager to simplify everything. And add macros to simplify repetitive logging * minor edits * fix: auto-fix clippy warnings * Update src/utils/file_mgr.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * style: auto-format code * Update src/commands/dev/lock.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Anirudh Gupta <anirudhgupta@Anirudhs-MacBook-Air.local> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f8a182c commit ecdf9fb

File tree

115 files changed

+2647
-1213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+2647
-1213
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ target/
2020

2121
/target
2222
.DS_Store
23-
**/.dir_info/restore_me
24-
**/.dir_info/save_me
23+
**/.dir_info/restore_me**
24+
**/.dir_info/save_me**

0 commit comments

Comments
 (0)