index
:
demon
fix-process-daemonization
fix-readme-typo
fix-root-directory-validation
fix-tail-flag-logic
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
fix-process-daemonization
Fix critical process daemonization issue by replacing std::mem::forget with p...
diogo464
9 months
fix-readme-typo
Fix typo in README.md: change 'demon tail =f' to 'demon tail -f'
diogo464
9 months
fix-root-directory-validation
Improve root directory validation with enhanced error handling
diogo464
9 months
fix-tail-flag-logic
Refactor cat and tail flag logic for better readability
diogo464
9 months
main
Fix all tests and add cargo test to pre-commit hook
diogo464
9 months
Age
Commit message
Author
Files
Lines
2025-06-23
Fix all tests and add cargo test to pre-commit hook
HEAD
main
diogo464
1
-90
/
+70
2025-06-23
Add clippy check to pre-commit hook and fix all clippy warnings
diogo464
1
-48
/
+40
2025-06-23
Remove implementation plans and goal files
diogo464
4
-778
/
+0
2025-06-23
Add pre-commit hook for cargo fmt and apply formatting
diogo464
2
-46
/
+105
2025-06-23
Simplify README title
diogo464
1
-1
/
+1
2025-06-23
Add GitHub Actions workflow for Rust testing
diogo464
1
-0
/
+43
2025-06-23
Improve README introduction and add root directory information
diogo464
1
-180
/
+21
2025-06-22
Change default root directory to use .demon subdirectory
diogo464
2
-4
/
+74
2025-06-22
Add comprehensive integration tests for clean command behavior
diogo464
1
-4
/
+56
2025-06-22
Update README.md: remove emojis, simplify installation, and remove license se...
diogo464
1
-71
/
+10
[...]