eureka
is a CLI tool that allows you to quickly write down your idea with the editor of your
choice, and then have the idea committed and pushed to your idea git repository.
It's developed by and for people who likes to live in the terminal.
eureka
requires a git repository with a README.md
in the root folder. This is the default
structure when you create an empty repository with a readme on GitHub, so it's easy to start using
it.
The first time you run eureka
it will ask a few questions regarding your setup. This configuration
will be stored in ~/.eureka/
.
After the setup is complete you simply run:
bash
$ eureka
When your idea is committed it's pushed to origin/master
.
An easy to remember alias for eureka
is the word idea
. This makes it easy to remember to use
eureka
to store your ideas.
See github issues.
MIT