https://github.com/cablehead/qe
content -> stdin -> tauri based code mirror editor, on save -> stdout -> content -- think `vipe`
https://github.com/cablehead/qe
Last synced: about 1 year ago
JSON representation
content -> stdin -> tauri based code mirror editor, on save -> stdout -> content -- think `vipe`
- Host: GitHub
- URL: https://github.com/cablehead/qe
- Owner: cablehead
- Created: 2024-01-22T15:04:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T17:33:48.000Z (over 2 years ago)
- Last Synced: 2025-03-25T05:05:47.376Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
qe: quickedit
## Install
```
cargo install --git https://github.com/cablehead/qe.git
```
## Development
```
git clone https://github.com/cablehead/qe.git
cd qe
echo hai | cargo r
```
