Skip to content

Releases: amritessh/ezNote

v0.1.1

03 Jan 04:05

Choose a tag to compare

🚀 ezNote v0.1.1

Zero-friction note taking for developers who live in the terminal.

📦 Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/amritesh/eznote/main/install.sh | bash

Homebrew

brew tap amritesh/eznote
brew install eznote

Manual Installation

  1. Download the binary for your platform below
  2. Make it executable: chmod +x ezn-* (Unix only)
  3. Move to PATH: sudo mv ezn-* /usr/local/bin/ezn

✨ Quick Start

ezn add "My first note"
ezn list
ezn today

📚 Documentation

See README for full documentation.

🐛 Bugs?

Report issues at https://github.com/amritesh/eznote/issues

v0.0.1

03 Jan 02:44

Choose a tag to compare

ezNote v0.0.1

Zero-friction note taking for developers who live in the terminal.

📦 Installation

Quick Install (macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/amritessh/ezNote/main/install.sh | bash

Manual Installation

  1. Download the binary for your platform below
  2. Make it executable: chmod +x ezn-* (Unix only)
  3. Move to PATH: sudo mv ezn-* /usr/local/bin/ezn

Homebrew (Coming soon)

brew install eznote

Quick Start

ezn add "My first note"
ezn list
ezn today

Documentation

See README for full documentation.

Bugs?

Report issues at https://github.com/amritessh/ezNote/issues