mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-15 08:37:08 +00:00
Merge pull request #488 from simeg/patch-1
Add productivity tool eureka
This commit is contained in:
commit
45ed608a2a
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue