
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
apple-notes-cli
Advanced tools
CLI tool for creating notes in Apple Notes.
npm install -g apple-notes-cli@latest
# Clones the repository and automatically creates a "notes" folder
git clone https://github.com/marcusvoelkel/notes.git
cd notes
npm install
npm link
The post-install script automatically configures:
note, n) in .zshrc/.bashrc/note)Manual setup if needed:
npm run setup
# Check for updates
notes-cli --update
# Update via npm (when published)
npm update -g apple-notes-cli
# Update via git
cd ~/notes && git pull && npm install
After installation, the following shortcuts are configured:
note - Alias for notes-clin - Short alias for notes-cli# With alias
note "My note"
n "Quick note"
# Natural language in Claude, Code, Codex CLI etc.
"Summarize this chat in an Apple Note..."
"Create an Apple Note about..."
"Write an article about and save it in Apple Notes"
# Simple note
notes-cli "Title"
note "Title"
n "Title"
# Note with content
notes-cli "Title" "Note content"
note "Title" "Note content"
n "Title" "Note content"
# Multi-line with Markdown
notes-cli "Meeting" "## Agenda\n- Point 1\n- Point 2"
# Show version
notes-cli --version
# Check for updates
notes-cli --update
# Show help
notes-cli --help
# Heading - Headings**bold** and *italic*- List - Bullet points`code` - Inline codeDEBUG=true notes-cli "Test" "Debug content"
MIT
CLI-Tool zum Erstellen von Notizen in Apple Notes.
npm install -g apple-notes-cli@latest
# Klont das Repository und erstellt automatisch einen "notes" Ordner
git clone https://github.com/marcusvoelkel/notes.git
cd notes
npm install
npm link
Das Post-Install Script konfiguriert automatisch:
note, n) in .zshrc/.bashrc/note)Manuelles Setup falls benötigt:
npm run setup
# Check for updates
notes-cli --update
# Update via npm (when published)
npm update -g apple-notes-cli
# Update via git
cd ~/notes && git pull && npm install
Nach der Installation wurden folgende Shortcuts eingerichtet:
note - Alias für notes-clin - Kurz-Alias für notes-cli# Mit Alias
note "Meine Notiz"
n "Schnelle Notiz"
# Natürliche Sprache nutzen in Claude, Code, Codex CLI o.ä.
"Fasse mir den Chat in einer Apple-Note zusammen..."
"Erstelle eine Apple-Note zu..."
'Schreibe einen Artikel über und speichere ihn in Apple Notes"
# Simple note
notes-cli "Title"
note "Title"
n "Title"
# Note with content
notes-cli "Title" "Note content"
note "Title" "Note content"
n "Title" "Note content"
# Multi-line with Markdown
notes-cli "Meeting" "## Agenda\n- Point 1\n- Point 2"
# Show version
notes-cli --version
# Check for updates
notes-cli --update
# Show help
notes-cli --help
# Heading - Überschriften**fett** und *kursiv*- Liste - Bullet Points`code` - Inline CodeDEBUG=true notes-cli "Test" "Debug-Inhalt"
MIT
FAQs
CLI tool for creating notes in Apple Notes
The npm package apple-notes-cli receives a total of 21 weekly downloads. As such, apple-notes-cli popularity was classified as not popular.
We found that apple-notes-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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.