CLI tool to input and store your ideas without leaving the terminal
eureka is a CLI tool that allows you to quickly write down an idea using your preferred editor, and then have the idea committed and pushed to your idea git repository. Imagine working on something important and then having an idea. Instead of letting your idea slip by you can just type eureka and you're able to quickly store your idea and then continue working. It is developed by and for people who enjoy using the terminal.
eureka is a CLI tool that allows you to quickly write down an idea using your preferred editor, and then have the idea committed and pushed to your idea git repository. Imagine working on something important and then having an idea. Instead of letting your idea slip by you can just type eureka and you're able to quickly store your idea and then continue working. It is developed by and for people who enjoy using the terminal.
To install eureka, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install eureka
To see what files were installed by eureka, run:
port contents eureka
To later upgrade eureka, run:
sudo port selfupdate && sudo port upgrade eureka
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.