https://github.com/phodal-archive/rinput
learn rust
https://github.com/phodal-archive/rinput
executable markdown md rust
Last synced: 19 days ago
JSON representation
learn rust
- Host: GitHub
- URL: https://github.com/phodal-archive/rinput
- Owner: phodal-archive
- License: mpl-2.0
- Created: 2020-06-23T05:04:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T13:36:24.000Z (almost 6 years ago)
- Last Synced: 2025-07-22T18:40:05.471Z (11 months ago)
- Topics: executable, markdown, md, rust
- Language: Rust
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rinput
> rinput is a markdown executor, it will make markdown executable.
[](https://travis-ci.org/phodal/rinput)

## Development
Set to Nightly: `rustup install nightly`
1. install `just`
```
brew install just
```
### Others:
.clog.toml -> [clog-cli](https://github.com/clog-tool/clog-cli) A conventional changelog for the rest of us.
## Ideas
- [ ] Basic Editor
- [ ] Language Server Protocol?
- [ ] Syntax Highlighting
- [ ] [syntect](https://github.com/trishume/syntect) is a syntax highlighting library for Rust
- [ ] Code Highlight Plugins
- [ ] Markdown
- [ ] Mock Server
- [ ] DSL
- [ ] Diff Manage
- [ ] git-like coca analysis tools
- [ ] Command Line Tools
- [ ] search tool, such as [ripgrep](https://github.com/BurntSushi/ripgrep)
- [ ] `cut` and `awk` [Choose](https://github.com/theryangeary/choose)
- [ ] find todo, [todo_r](https://github.com/lavifb/todo_r)
- [ ] Markdown Run
- [ ] Shell Parser for DSL
- [ ] Regex DSL for AWK Query
## LICENSE
[rinput](src/rinput) based on [iota](https://github.com/gchp/iota) with MIT LICENSE
[](http://ideas.phodal.com/)
@ 2020 A [Phodal Huang](https://www.phodal.com)'s [Idea](http://github.com/phodal/ideas). This code is distributed under the MPL license. See `LICENSE` in this directory.