
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@intina47/jot
Advanced tools
Keep one notebook for nonsense. That's where your real patterns hide.
jot is a terminal-first notebook and local document viewer.
Capture a thought in one line, then use the same jot open flow to preview local PDFs, Markdown, JSON, and XML in a clean jot-owned viewer window.
npm install -g @intina47/jot
The npm package downloads the matching prebuilt binary from GitHub Releases during install.
Supported targets:
x64, arm64x64x64Capture one thought:
jot
Or:
jot init
Capture a richer entry with metadata:
jot capture "Ship the help refresh" --title release --tag cli --project jot
If you omit the content, jot opens your editor:
jot capture --title "standup notes" --tag team
That handles capture.
When you want to inspect a local document:
jot open
Pick a file and jot opens supported document types in the jot viewer.
Browse the timeline:
jot list
Show the full terminal view without truncation:
jot list --full
Open one specific entry by id when a preview tells you to:
jot open dg0ftbuoqqdc-62
Open the native file picker:
jot open
Or open a local PDF in the jot viewer:
jot open "C:\Users\mamba\Downloads\paper.pdf"
Or open Markdown, JSON, or XML in the same jot viewer:
jot open ".\docs\plan.md"
jot open ".\data\sample.json"
jot open ".\feeds\config.xml"
If the argument is not a jot id and points to a local .pdf, .md, .markdown, .json, or .xml, jot starts a lightweight local viewer session and opens the file through jot's own viewer page. On machines with Edge, Chrome, Brave, or Chromium available, jot opens that viewer in a dedicated app-style window instead of a normal browser tab. Other existing files open with the system default app.
That means the same CLI now works well as:
Use the direct command when you already know the job:
jot convert logo.png ico
jot convert logo.png svg
jot convert screenshot.png jpg
Or use the guided task flow:
jot task
Pick convert image, then choose the source image and target format.
Current image conversion support:
.png, .jpg, .jpeg, .gif.png, .jpg, .gif, .ico, .svgNotes:
.png output preserves raster detail and alpha.jpg output is optimized for photos and screenshots and flattens transparency onto white.gif output is single-frame and palette-limited.ico output builds a multi-size favicon-style icon automatically.svg output wraps the source raster inside a standalone SVG file; it is not traced vector outputOn Windows, you can add an Explorer context-menu entry for files:
jot integrate windows
Remove it with:
jot integrate windows --remove
Create a dated note from a template:
jot new --template daily
Create multiple notes from the same template on the same day:
jot new --template meeting -n "Team Sync"
List available templates:
jot templates
The CLI now ships a fuller built-in help screen:
jot help
jot help capture
jot help list
~/.jot/journal.jsonlpostinstallFAQs
Terminal-first notebook and local document viewer
The npm package @intina47/jot receives a total of 1 weekly downloads. As such, @intina47/jot popularity was classified as not popular.
We found that @intina47/jot 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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.