
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Jikan (時間) - A minimalist and local time tracker. Easily track and manage your work sessions directly from the terminal.
Jikan (時間, “time” in Japanese) is a sleek and powerful CLI-based time tracker designed for developers, freelancers, and anyone who wants to monitor their time efficiently — without distractions.
work
, break
, exercise
)git clone https://gitlab.com/amoriceau/jikan.git
cd jikan
./install.sh
source .venv/bin/activate
jikan start "Feature implementation" -t work dev
jikan stop
You can also start a timer if there's already one running timer, this will ask if you want to stop the currently active timer first.
jikan records
Or a specific day:
jikan records --date 31/03/2025
Filter by tag:
jikan records --tag work
jikan report day --sdate 2025-04-01 --json
jikan report week --sdate 2025-04-01 --csv
jikan report month --sdate 2025-04-01 --txt
Specify output folder and filename:
jikan report week --output report.csv --output-path ~/myreports/
jikan tags list
jikan tags add 3 work
jikan tags remove 3 break
jikan update --flush # Flush and recreate DB
jikan update --seed # Seed the database (Dev only)
Tags are predefined categories (e.g., work
, exercise
, learning
) with associated background colors. Tags can be referenced by ID, label, or #label
.
Example:
jikan start "Weekly sync" -t #meeting break
~/.jikan/
~/.jikan/reports
Contributions are welcome! Fork the project and submit a merge request on GitLab:
👉 https://gitlab.com/amoriceau/jikan
MIT License.
FAQs
Jikan (時間) - A minimalist and local time tracker. Easily track and manage your work sessions directly from the terminal.
We found that jikan-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.