Merge pull request #488 from simeg/patch-1

Add productivity tool eureka
pull/481/merge
Lukáš Hozda [magnusi] 6 years ago committed by GitHub
commit 45ed608a2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
@ -192,6 +193,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 [<img src="https://img.shields.io/travis/Aaronepower/tokei.svg">](https://travis-ci.org/Aaronepower/tokei)

Loading…
Cancel
Save