Skip to content

Commit

Permalink
Update README with -t usage and update version/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dcchambers committed Jul 29, 2020
1 parent 4794503 commit 0169281
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## v0.5.0 - 28 July 2020
* Implement -t | --time flag to add a timestamp when opening notes.

## v0.4.1 - 28 July 2020
* Fix noterc file path when XDG_CONFIG_HOME is not set

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ note file in Vim.
* `-h | --help`
* Use the `-h` flag to print usage information.

* `-t | --time`
* Use the `-t` flag to add a timestamp when opening a note.


## Demo

[![asciicast](https://asciinema.org/a/194428.png)](https://asciinema.org/a/194428)
Expand Down
2 changes: 1 addition & 1 deletion note
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ print_info() {
}

print_help() {
printf "note - Note Keeper 0.4.1 (28 July 2020)
printf "note - Note Keeper 0.5.0 (28 July 2020)
Usage: note [arguments]
Expand Down

0 comments on commit 0169281

Please sign in to comment.