An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# rinput

> rinput is a markdown executor, it will make markdown executable.

[![Build Status](https://travis-ci.org/phodal/rinput.svg?branch=master)](https://travis-ci.org/phodal/rinput)

![build](https://github.com/phodal/rinput/workflows/build/badge.svg)

## 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

[![Phodal's Idea](http://brand.phodal.com/shields/idea-small.svg)](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.