Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 23 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@
# Scribo
a simple CLI tool for taking notes

## Install
A CLI application that can save and list notes quickly and efficiently.

```bash
## To install :

```bash
#install from crates.io
cargo install scribo
cargo install scribo
#or install from my repository
cargo install https:://github.com/tahairavani/scribo
cargo install https:://github.com/tahairavani/scribo
```

## Commands


## Usage

### add new note

### Add new note:

```bash
scribo add "note conntent" --tag "tag"
```

### remove note
```bash

### Remove notes:

```bash
scribo delete note_id
```

### show your notes

```bash
### List notes:
```bash
scribo list
```


### clear all notes
```bash
### Clear all notes
```bash
scribo clear --yes
```