← 返回命令列表

Linux command

notes 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Create new note

notes new "[note title]"

List all notes

notes ls

Search notes

notes search "[query]"

Edit note

notes edit "[note title]"

Delete note

notes rm "[note title]"

Sync notes

notes sync

说明

notes is a simple command-line note-taking application. It stores notes as plain text files, making them easy to manage, search, and sync. Notes are typically stored in ~/.notes or a configured directory.

参数

new _title_
Create new note.
ls
List notes.
search _query_
Search notes.
edit _title_
Edit note.
rm _title_
Delete note.
sync
Sync with remote.
cat _title_
Display note.

FAQ

What is the notes command used for?

notes is a simple command-line note-taking application. It stores notes as plain text files, making them easy to manage, search, and sync. Notes are typically stored in ~/.notes or a configured directory.

How do I run a basic notes example?

Run `notes new "[note title]"` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does new _title_ do in notes?

Create new note.