swelog-cli 0.11.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
`swelog-cli` is a Rust CLI for tracking daily accomplishments in Obsidian.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
Write notes as you work, then file the day into a dated daily log with one
|
|
6
|
+
command. No API key required. Optional integrations pull in real activity, and an
|
|
7
|
+
optional LLM pass can summarize the notes for you.
|
|
7
8
|
|
|
8
9
|
## Installation
|
|
9
10
|
|
|
@@ -25,17 +26,20 @@ Full documentation lives at
|
|
|
25
26
|
**[the swelog docs site](https://swelog-cli.vercel.app/)**, including:
|
|
26
27
|
|
|
27
28
|
- [Quick Start](https://swelog-cli.vercel.app/getting-started/quick-start/) —
|
|
28
|
-
configure your vault and
|
|
29
|
+
configure your vault and file your first day
|
|
29
30
|
- [Configuration](https://swelog-cli.vercel.app/getting-started/configuration/)
|
|
30
31
|
— every field in `swelog.json`
|
|
31
|
-
- [Summarization](https://swelog-cli.vercel.app/summarization/) —
|
|
32
|
-
weekly logs, and the Ollama, OpenAI, and OpenRouter providers
|
|
32
|
+
- [Summarization](https://swelog-cli.vercel.app/summarization/) — the optional
|
|
33
|
+
LLM pass, weekly logs, and the Ollama, OpenAI, and OpenRouter providers
|
|
33
34
|
- [Integrations](https://swelog-cli.vercel.app/integrations/) — pull activity
|
|
34
|
-
from GitHub and
|
|
35
|
+
from GitHub, Linear, and Google Calendar
|
|
35
36
|
- [Authentication](https://swelog-cli.vercel.app/reference/authentication/) —
|
|
36
37
|
how credentials are stored and cleared
|
|
37
38
|
- [Command reference](https://swelog-cli.vercel.app/reference/commands/) — the
|
|
38
39
|
full command tree
|
|
40
|
+
- [Privacy Policy](https://swelog-cli.vercel.app/legal/privacy/) and
|
|
41
|
+
[Terms of Service](https://swelog-cli.vercel.app/legal/terms/) — what stays on
|
|
42
|
+
your machine and what does not
|
|
39
43
|
|
|
40
44
|
## Contributing
|
|
41
45
|
|