diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e081d..e397aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index af66451..9da05f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eureka" -version = "1.5.1" +version = "1.5.2" authors = ["Simon Egersand "] description = "CLI tool to input and store your ideas without leaving the terminal" categories = ["command-line-interface", "command-line-utilities"] diff --git a/README.md b/README.md index 0922573..5ee1099 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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