Skip to content

Commit

Permalink
Improve README.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Dec 2, 2024
1 parent 808506e commit baaca94
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1948,6 +1948,16 @@ nb https://example.com --encrypt
Encrypted bookmarks require a password before they can be viewed or
opened.

Multiple URLs can be bookmarked with a single command by passing
multiple `<url>` arguments. Additional arguments will be reused for
each bookmark:

```bash
❯ nb https://example.com https://example.net --tags tag1,tag2 --filename example
Added: [1] 🔖 example.bookmark.md "Example Domain (example.com)"
Added: [2] 🔖 example-1.bookmark.md "Example Domain (example.net)"
```

#### Listing and Filtering Bookmarks

<div align="center">
Expand Down
10 changes: 10 additions & 0 deletions docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,16 @@ nb https://example.com --encrypt
Encrypted bookmarks require a password before they can be viewed or
opened.

Multiple URLs can be bookmarked with a single command by passing
multiple `<url>` arguments. Additional arguments will be reused for
each bookmark:

```bash
❯ nb https://example.com https://example.net --tags tag1,tag2 --filename example
Added: [1] 🔖 example.bookmark.md "Example Domain (example.com)"
Added: [2] 🔖 example-1.bookmark.md "Example Domain (example.net)"
```

#### Listing and Filtering Bookmarks

<div align="center">
Expand Down

0 comments on commit baaca94

Please sign in to comment.