{"_id":"@athasdev/jn","name":"@athasdev/jn","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@athasdev/jn","version":"1.0.0","description":"A simple journal note-taking CLI tool","main":"index.ts","module":"index.ts","type":"module","bin":{"jn":"index.ts"},"scripts":{"start":"bun run index.ts","dev":"bun --watch index.ts","build":"bun build index.ts --outdir ./dist --target bun","install-global":"bun link"},"keywords":["journal","notes","cli","bun"],"author":{"name":"athasdev"},"license":"MIT","devDependencies":{"@types/bun":"latest"},"peerDependencies":{"typescript":"^5"},"engines":{"bun":">=1.0.0"},"_id":"@athasdev/jn@1.0.0","gitHead":"3a48034a8ce07c1828f2674f6ccda321eec21863","_nodeVersion":"20.12.2","_npmVersion":"11.4.2","dist":{"integrity":"sha512-w9Bq0iKyuwViNO0h1o6ai5KUfN2g+qJkiZhghTBjdZl1C4u3yB+0tziVkuUL8ScEfHoyV9yP0KDNOzQLem6Gvg==","shasum":"1cb1182db1c3bd6d94386a620b765529bf98d25f","tarball":"https://registry.npmjs.org/@athasdev/jn/-/jn-1.0.0.tgz","fileCount":3,"unpackedSize":4141,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDo5Y7OlvMkr3u9+oaGBtwmuHabsG+/4nporirsMZ41YQIgBPVKDC2MOVWIhE1mC/+/301zJ9RJeNAogO+0XD+n/vY="}]},"_npmUser":{"name":"athasdev","email":"mehmetozguldev@gmail.com"},"directories":{},"maintainers":[{"name":"athasdev","email":"mehmetozguldev@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/jn_1.0.0_1755177214828_0.2951550062807229"},"_hasShrinkwrap":false}},"time":{"created":"2025-08-14T13:13:34.750Z","1.0.0":"2025-08-14T13:13:34.998Z","modified":"2025-08-14T13:13:35.298Z"},"maintainers":[{"name":"athasdev","email":"mehmetozguldev@gmail.com"}],"description":"A simple journal note-taking CLI tool","keywords":["journal","notes","cli","bun"],"author":{"name":"athasdev"},"license":"MIT","readme":"# jn - Journal Notes CLI\n\nA simple, fast journal note-taking CLI tool built with Bun.\n\n## Features\n\n- 📝 Quick daily journal entries with timestamps\n- 🏷️ Tag your entries for better organization\n- 📅 Automatic daily file creation (YYYY-MM-DD.md)\n- 📂 Open notes folder in Neovim with `jn` (no args)\n- ⚡ Built with Bun for maximum performance\n\n## Installation\n\n### Install globally with Bun\n\n```bash\nbun add -g jn\n```\n\n### Install from source\n\n```bash\ngit clone https://github.com/athasdev/jn.git\ncd jn\nbun install\nbun link\n```\n\n## Usage\n\n### Quick note entry\n```bash\njn This is my journal entry for today\n```\n\n### Add tags to your entry\n```bash\njn -t work,meeting Today I had an important meeting\njn --tags personal,health Went for a run this morning\n```\n\n### Open notes folder (no arguments)\n```bash\njn\n```\nThis opens your `~/notes` directory in Neovim.\n\n## File Structure\n\nNotes are stored in `~/notes/` with daily files:\n```\n~/notes/\n├── 2025-01-15.md\n├── 2025-01-16.md\n└── 2025-01-17.md\n```\n\nEach daily file has this format:\n```markdown\n# 2025-01-17\n\n## [14:30] #work #meeting\nToday I had an important meeting about the new project.\n\n## [16:45] #personal\nWent for a coffee with friends.\n```\n\n## Requirements\n\n- [Bun](https://bun.sh) >= 1.0.0\n- [Neovim](https://neovim.io) (optional, for opening notes folder)\n\n## License\n\nMIT","readmeFilename":"README.md","_rev":"1-709d842e3616b79f9e0ad22c1eed67a6"}