From 032f05af8e84408c8753cadd362084e494f0acb6 Mon Sep 17 00:00:00 2001 From: Simon Egersand Date: Fri, 29 Jun 2018 23:58:09 +0200 Subject: [PATCH] Add productivity tool eureka Eureka is a CLI tool to input and store your ideas without leaving the terminal --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2670d37..b44c517 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Graphics](#graphics) - [Industrial automation](#industrial-automation) - [Operating systems](#operating-systems) + - [Productivity](#productivity) - [System tools](#system-tools) - [Text editors](#text-editors) - [Text processing](#text-processing) @@ -190,6 +191,10 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [tock/tock](https://github.com/tock/tock) — A secure embedded operating system for Cortex-M based microcontrollers * [nebulet/nebulet](https://github.com/nebulet/nebulet) — A microkernel that implements a WebAssembly "usermode" that runs in Ring 0. +### Productivity + +* [simeg/eureka](https://github.com/simeg/eureka) [[eureka](https://crates.io/crates/eureka)] - a CLI tool to input and store your ideas without leaving the terminal + ### System tools * [Aaronepower/tokei](https://github.com/Aaronepower/tokei) — counts the lines of code [](https://travis-ci.org/Aaronepower/tokei)