aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add environment variable support for root directory configurationdiogo4642025-06-191-1/+1
* Add configurable root directory for daemon files with git root discoverydiogo4642025-06-191-107/+210
* Enhance tail command with follow mode control and line count optionsdiogo4642025-06-191-3/+61
* Add wait subcommand for blocking until process terminationdiogo4642025-06-191-0/+100
* Add comprehensive README.md with complete documentationdiogo4642025-06-191-9/+12
* Make --id a positional argument for improved CLI usabilitydiogo4642025-06-191-38/+33
* Implement PidFileReadError enum for better error handlingdiogo4642025-06-191-32/+98
* Rename PidFileData to PidFilediogo4642025-06-191-27/+27
* Store command in PID file and display in list/status outputdiogo4642025-06-191-145/+151
* Format code with rustfmtdiogo4642025-06-191-132/+170
* Replace glob dependency with std::fs directory traversaldiogo4642025-06-191-98/+100
* Add llm command for comprehensive usage documentationdiogo4642025-06-191-0/+238
* Add quiet flag to list command for machine-readable outputdiogo4642025-06-191-14/+34
* Switch to anyhow for improved error handlingdiogo4642025-06-191-17/+18
* Initial implementation of demon CLI tooldiogo4642025-06-191-0/+706