{"id":28737314,"url":"https://github.com/cetanu/dailylog","last_synced_at":"2025-06-16T02:09:52.372Z","repository":{"id":296781746,"uuid":"994461991","full_name":"cetanu/dailylog","owner":"cetanu","description":"small util for writing or appending to a daily journal","archived":false,"fork":false,"pushed_at":"2025-06-02T01:52:48.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-02T11:05:22.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cetanu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-02T01:06:33.000Z","updated_at":"2025-06-02T01:52:51.000Z","dependencies_parsed_at":"2025-06-02T11:05:27.110Z","dependency_job_id":"466e8481-06fa-4c02-814e-a8b431d4352f","html_url":"https://github.com/cetanu/dailylog","commit_stats":null,"previous_names":["cetanu/dailylog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cetanu/dailylog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cetanu%2Fdailylog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cetanu%2Fdailylog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cetanu%2Fdailylog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cetanu%2Fdailylog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cetanu","download_url":"https://codeload.github.com/cetanu/dailylog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cetanu%2Fdailylog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260083859,"owners_count":22956409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-16T02:09:51.659Z","updated_at":"2025-06-16T02:09:52.353Z","avatar_url":"https://github.com/cetanu.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🗓️ dailylog\n\nA minimal journaling tool\n\n## ✨ Features\n\n- Opens your `$EDITOR` (defaults to `vim`) to write an entry\n- Saves or appends your input to `YYYY-MM-DD.txt`\n- Configurable log directory via a simple TOML config\n- Clean, dependency-light, and terminal-native\n\n## 📦 Installation\n\nRequires Rust toolchain. [Install Rust](https://www.rust-lang.org/tools/install)\n\n### Build from source\n\n```bash\ngit clone https://github.com/cetanu/dailylog.git\ncd dailylog\ncargo build --release\ncp target/release/dailylog ~/.local/bin/\n```\n\n### Install via Cargo\n\n```bash\ncargo install dailylog\n```\n\n\n## ⚙️ Configuration\n\nCreate a config file at `~/.dailylog.toml`:\n\n```toml\nlog_dir = \"/path/to/your/log/folder\"\n```\n\nMake sure this directory exists, or `dailylog` will try to create it on first run.\n\n## Usage\n\n```bash\ndailylog\n```\n\nThis will:\n1. Open your editor (via `$EDITOR` or default to `vim`)\n2. Save whatever you type into a file named like `2025-05-31.txt` inside your configured directory\n3. Append if the file already exists\n\nNote: on shells like `fish`, sometimes `$EDITOR` is not set to propagate to child processes. You can fix this with `set -Ux EDITOR myEditor`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcetanu%2Fdailylog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcetanu%2Fdailylog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcetanu%2Fdailylog/lists"}