Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
int3rlop3r committed Sep 19, 2020
1 parent 029ff5f commit 64dac79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Jot
Jot stuff down without messing up your workspace!

Jot is a tool that helps you take notes in your terminal without leaving files lying around in your project's directory. It does this by grouping all your notes (a.k.a. jots) under a "tracked" workspace. Your "jots" are stored actually stored in an sqlite db and can be viewed inside directories that they were created in using jot commands.

[![asciicast](https://asciinema.org/a/bqlsbmokx5zdc0ti4y901krde.png)](https://asciinema.org/a/bqlsbmokx5zdc0ti4y901krde)

Expand All @@ -23,5 +24,4 @@ Jot stuff down without messing up your workspace!

### Install

$ go get github.com/int3rlop3r/jot

You can download a binary from here [releases](https://github.com/int3rlop3r/jot/releases) (don't forget to mark it as 'executable').

0 comments on commit 64dac79

Please sign in to comment.