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
path:
root
/
src
/
main.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve root directory validation with enhanced error handling
fix-root-directory-validation
diogo464
2025-06-26
1
-18
/
+67
*
Add clippy check to pre-commit hook and fix all clippy warnings
diogo464
2025-06-23
1
-48
/
+40
*
Add pre-commit hook for cargo fmt and apply formatting
diogo464
2025-06-23
1
-20
/
+53
*
Change default root directory to use .demon subdirectory
diogo464
2025-06-22
1
-2
/
+26
*
Add environment variable support for root directory configuration
diogo464
2025-06-19
1
-1
/
+1
*
Add configurable root directory for daemon files with git root discovery
diogo464
2025-06-19
1
-107
/
+210
*
Enhance tail command with follow mode control and line count options
diogo464
2025-06-19
1
-3
/
+61
*
Add wait subcommand for blocking until process termination
diogo464
2025-06-19
1
-0
/
+100
*
Add comprehensive README.md with complete documentation
diogo464
2025-06-19
1
-9
/
+12
*
Make --id a positional argument for improved CLI usability
diogo464
2025-06-19
1
-38
/
+33
*
Implement PidFileReadError enum for better error handling
diogo464
2025-06-19
1
-32
/
+98
*
Rename PidFileData to PidFile
diogo464
2025-06-19
1
-27
/
+27
*
Store command in PID file and display in list/status output
diogo464
2025-06-19
1
-145
/
+151
*
Format code with rustfmt
diogo464
2025-06-19
1
-132
/
+170
*
Replace glob dependency with std::fs directory traversal
diogo464
2025-06-19
1
-98
/
+100
*
Add llm command for comprehensive usage documentation
diogo464
2025-06-19
1
-0
/
+238
*
Add quiet flag to list command for machine-readable output
diogo464
2025-06-19
1
-14
/
+34
*
Switch to anyhow for improved error handling
diogo464
2025-06-19
1
-17
/
+18
*
Initial implementation of demon CLI tool
diogo464
2025-06-19
1
-0
/
+706