| Crates.io | rim-editor |
| lib.rs | rim-editor |
| version | 0.1.0 |
| created_at | 2025-06-22 11:23:32.161456+00 |
| updated_at | 2025-06-22 11:23:32.161456+00 |
| description | A terminal-based text viewer built following hecto-tutorial |
| homepage | |
| repository | https://github.com/FinParker/rim |
| max_upload_size | |
| id | 1721585 |
| size | 45,515 |
A small text-editor written by Rust.
一个使用Rust编写的小型文本编辑器.
Build follow build-your-own-x and hecto
我在学习Rust的过程中, 根据hecto的指引建立了这个文本编辑器.
What's new in rim v.s. hecto?
cargo install rim-editor
rim-editor path/to/file.txt
cargo run <filename>
cargo clippy
cargo doc
feat: 新增功能
fix: 修复bug
refactor: 代码重构
perf: 性能优化
docs: 文档更新
style: 代码样式调整
test: 测试相关
chore: 构件/依赖/配置
build: 影响构建系统的变更
ci: CI/CD配置
revert: 撤销提交
git add -u update tracked files
git commit -m "tag: xxx"
Ctrl+g 跳转指定行