https://github.com/easonzero/ideas
A cli tool to write your idea in terminal
https://github.com/easonzero/ideas
Last synced: about 1 month ago
JSON representation
A cli tool to write your idea in terminal
- Host: GitHub
- URL: https://github.com/easonzero/ideas
- Owner: Easonzero
- License: mit
- Created: 2021-02-16T15:00:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T05:33:35.000Z (about 4 years ago)
- Last Synced: 2025-03-24T10:56:26.307Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 954 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ideas
`ideas` is a cli tools to write your idea in your terminal.
## Demo
## Features
- tagged idea, contains `tips`, `idea`, `todo`
- status switch
- ascii icon
- write your idea by your prefer editor or write directly in terminal
- view in terminal, support markdown format
- CURD
- search by tag, summary, or detail of an idea## Installation
**[Cargo](https://doc.rust-lang.org/cargo)**
```sh
$ cargo install ideas
```## Repository
[https://github.com/Easonzero/ideas](https://github.com/Easonzero/ideas)