
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Simple, and hopefully effective, personal journaling tool
Use jour to help you create daily journal entries, right from your terminal.
$ npm install --global jour-cli
Usage: jour [options]
Options:
-r, --register <directory> Set jour directory
-t, --template <template-name> Set which template to use. Name, or path to template
-i, --info Display information about current jour directory
-v, --version Display version info
-c, --connect [optional-git-origin-repo-url] Initialize, and optionally connect to remote, git in current jour directory.
-s, --save Adds, and commits, all files in current jour directory to git.
-u, --upload Pushes all git changes to remote repository.
-V, --verbose Print verbose debug logging
-o, --open Open current jour directory
-l, --locale <locale> Set your desired locale, for date and time formatting. eg. "en-GB" (Unicode Language Identifier)
-a, --about Display information about Jour CLI
-d, --day <number> Day offset
-w, --week <number> Week offset
-y, --year <number> Year offset
-ls, --list List jour entries
-lst, --list-templates List pre-defined templates
-h, --help display help for command
Examples:
$ jour --dir ./my/desired/jour/directory
Set current jour directory. Jour directory is set globally.
$ jour
Generate todays jour entry, or open existing entry if one already exists. Open in default editor.
$ jour Title for todays entry
Generate a new daily jour entry, tagged today, with the provided written title. Unix timestamped if exists.
$ jour --template memo
Set jour template for the current jour directory. Updates jour.json in jour directory.
$ jour --template ./my/desired/template.hbs
Set custom jour template for the current jour directory. Updates jour.json in jour directory.
Git connection:
$ jour --connect
Initializes git in current jour directory. Jour creates a branch named "jour" which is used by default.
$ jour --connect https://github.com/YOUR-USERNAME/my-daily-journal
Initializes git in current jour directory, connecting to your provided remote url.
$ jour --save
Adds, and commits, all files in current jour directory to git.
$ jour --upload
Pushes all git changes to remote repository.
Time modifiers:
$ jour --day -1 Yesterdays journal
Creates an entry dated today -1 day, eg. yesterday.
$ jour --week 1 In one week I will write this journal
Creates an entry dated 1 week in the future
$ jour --year -23 Back in the day
Creates an entry dated 23 years back in time
$ jour --day -23 --week 2 --year -3 Strange times
Create an entry dated -23+14-365*3 = -1104 days ago.
jour --register ./my
This tool is intended to aid you in making a daily journal. Typically, you want to configure your desired journal path once, and then use the tool to generate new entries each day from anywhere in your terminal.
There is one global jour directory at a time, so no matter which directory your terminal points to, the generated jour entry will always be put into your currently selected jour directory.
MIT
FAQs
Simple, and hopefully effective, personal journaling tool
We found that jour-cli demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.