Add productivity tool eureka

Eureka is a CLI tool to input and store your ideas without leaving the terminal
This commit is contained in:
Simon Egersand 2018-06-29 23:58:09 +02:00 committed by GitHub
parent ef2edfe376
commit 032f05af8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Graphics](#graphics) - [Graphics](#graphics)
- [Industrial automation](#industrial-automation) - [Industrial automation](#industrial-automation)
- [Operating systems](#operating-systems) - [Operating systems](#operating-systems)
- [Productivity](#productivity)
- [System tools](#system-tools) - [System tools](#system-tools)
- [Text editors](#text-editors) - [Text editors](#text-editors)
- [Text processing](#text-processing) - [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 * [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. * [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 ### System tools
* [Aaronepower/tokei](https://github.com/Aaronepower/tokei) — counts the lines of code [<img src="https://img.shields.io/travis/Aaronepower/tokei.svg">](https://travis-ci.org/Aaronepower/tokei) * [Aaronepower/tokei](https://github.com/Aaronepower/tokei) — counts the lines of code [<img src="https://img.shields.io/travis/Aaronepower/tokei.svg">](https://travis-ci.org/Aaronepower/tokei)