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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all tests and add cargo test to pre-commit hook
HEAD
main
diogo464
2025-06-23
1
-90
/
+70
*
Add clippy check to pre-commit hook and fix all clippy warnings
diogo464
2025-06-23
1
-48
/
+40
*
Remove implementation plans and goal files
diogo464
2025-06-23
4
-778
/
+0
*
Add pre-commit hook for cargo fmt and apply formatting
diogo464
2025-06-23
2
-46
/
+105
*
Simplify README title
diogo464
2025-06-23
1
-1
/
+1
*
Add GitHub Actions workflow for Rust testing
diogo464
2025-06-23
1
-0
/
+43
*
Improve README introduction and add root directory information
diogo464
2025-06-23
1
-180
/
+21
*
Change default root directory to use .demon subdirectory
diogo464
2025-06-22
2
-4
/
+74
*
Add comprehensive integration tests for clean command behavior
diogo464
2025-06-22
1
-4
/
+56
*
Update README.md: remove emojis, simplify installation, and remove license se...
diogo464
2025-06-22
1
-71
/
+10
*
Add environment variable support for root directory configuration
diogo464
2025-06-19
2
-2
/
+2
*
Add configurable root directory for daemon files with git root discovery
diogo464
2025-06-19
2
-151
/
+251
*
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
4
-5
/
+382
*
Update improvement plan with completion status
diogo464
2025-06-19
1
-5
/
+21
*
Add comprehensive README.md with complete documentation
diogo464
2025-06-19
2
-9
/
+362
*
Make --id a positional argument for improved CLI usability
diogo464
2025-06-19
2
-60
/
+52
*
Implement PidFileReadError enum for better error handling
diogo464
2025-06-19
2
-32
/
+101
*
Rename PidFileData to PidFile
diogo464
2025-06-19
2
-27
/
+275
*
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
2
-176
/
+231
*
Replace glob dependency with std::fs directory traversal
diogo464
2025-06-19
3
-106
/
+100
*
Add llm command for comprehensive usage documentation
diogo464
2025-06-19
2
-0
/
+258
*
Add quiet flag to list command for machine-readable output
diogo464
2025-06-19
2
-14
/
+67
*
Add comprehensive CLI tests using assert_cmd
diogo464
2025-06-19
3
-1
/
+617
*
Switch to anyhow for improved error handling
diogo464
2025-06-19
3
-17
/
+345
*
Add .gitignore for demon process files
diogo464
2025-06-19
1
-0
/
+6
*
Initial implementation of demon CLI tool
diogo464
2025-06-19
6
-0
/
+1554