Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.
Open
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Watch a live demo of it working here
**NOTE**
_This feature is available/tested only on linux based systems. Support for other OS's coming soon!_

- **Text Highlighting is cross platform** - Supports Linux, Windows, MAC for the terminal based highlighting.
- **Text Highlighting is cross platform** - Supports Linux, Windows and Mac for the terminal based highlighting.
- **Searching for notes is hassle free** in `tnote`: It supports full text search for notes based on _content_, _tags_
- The search query if found in the database will be highlighted if found. Looks pleasing to the eyes
- Ability to add and remove tags for each note.
Expand All @@ -70,13 +70,13 @@ Need I say more?

**NOTE**

On **linux** system, install `libsqlcipher-dev`
On **Linux**, install `libsqlcipher-dev`

```sh
$ sudo apt-get install libsqlcipher-dev
```

On **Mac OS** systems, you can install it by
On **Mac OS**, you can install it by

```sh
$ brew install sqlcipher
Expand All @@ -86,7 +86,7 @@ $ brew install sqlcipher


```sh
$ git clone https://github.com/tasdikrahman/tnote
$ git clone https://github.com/tasdikrahman/tnote.git
$ cd tnote && pip install -r requirements.txt
```

Expand Down Expand Up @@ -116,7 +116,7 @@ Fire it up! :volcano:
| OS | Support status |
| --- | --- |
| Linux | :white_check_mark: Full support |
| OS X | :white_check_mark: Full support |
| Mac OS | :white_check_mark: Full support |
| Windows | :ballot_box_with_check: encrytion of the Database for windows not yet supported |

***
Expand Down