Skip to content

Commit

Permalink
Version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simeg committed Jan 7, 2019
1 parent 1817161 commit 52973d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 1.5.2
* Use path to vim that's compatible with more operating systems
* Add shorthand flag (`-v`) for viewing stored ideas
* Trim all user input

## Version 1.5.1
* Abort early if any clear flag is present

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eureka"
version = "1.5.1"
version = "1.5.2"
authors = ["Simon Egersand <[email protected]>"]
description = "CLI tool to input and store your ideas without leaving the terminal"
categories = ["command-line-interface", "command-line-utilities"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ eureka

When your idea is committed it's pushed to `origin/master`.

To view your stored ideas use the `--view` flag.
To view your stored ideas use the `-v` or `--view` flag.

```bash
$ eureka --view
Expand All @@ -45,7 +45,7 @@ $ eureka --view
```bash
--clear-editor Clear the stored path to your idea editor
--clear-repo Clear the stored path to your idea repo
--view View your ideas using less
-v, --view View your ideas using less
```

### Recommended alias
Expand Down

0 comments on commit 52973d3

Please sign in to comment.