Simeg Eureka Versions Save

💡 CLI tool to input and store your ideas without leaving the terminal

v2.0.0

2 years ago

This version introduces some breaking changes for how and where configuration is stored, as well as changes the default git branch from master to main, and making the branch name non-configurable.

⚠️ Breaking changes ⚠️

  • Config is now stored as JSON
  • Config is now stored at $XDG_CONFIG_HOME, if unset use $HOME/.config/eureka. This is more inline with where config should be stored
  • main branch is used by default, and you can't config the branch name anymore. Use git checkout main to create a new branch based on our current one.

Just update and run it to go through the first time setup again.

Other changes

  • Only allow absolute path for repo
  • Only allow to clear entire config instead of just repo (--clear-config)
  • Dependency and docs updates

v1.8.1

3 years ago

Version 1.8.1

  • Bugfix: Commit and push to stored branch name

Version 1.8.0 (included in this release)

  • Use git2-rs crate for running git commands
  • Output to stdout is changed (because of that ^)

v1.7.0

3 years ago
  • Use $EDITOR to edit ideas, fall back to vi
  • Use $PAGER to view ideas, fall back to less

v1.6.3

3 years ago
  • Refactor code to be more idiomatic and readable
  • Only remove repo/editor if they exist
  • Verify chosen editor exists on $PATH before finish setup
  • Update deps to latest versions

v1.6.2

4 years ago
  • Include Cargo.lock in binary to make it possible to distribute via Homebrew
  • If user inputs empty repo path - ask again
  • Make binary resolution work on Windows too

v1.6.0

4 years ago
  • Remove unused text_io dependency

v1.5.2

5 years ago
  • Use path to vim that's compatible with more operating systems
  • Add shorthand flag (-v) for viewing stored ideas
  • Trim all user input

v1.5.0

5 years ago
  • Add colors to output

v1.4.0

5 years ago
  • Add flag --view for viewing stored ideas.

v1.3.0

5 years ago
  • Remove usage of numbers in selecting your editor which caused confusion.
  • After first time setup - do not prompt user for idea.