Path to this page:
./
editors/kiro-editor,
Terminal UTF-8 text editor written in Rust
Branch: CURRENT,
Version: 0.4.2,
Package name: kiro-editor-0.4.2,
Maintainer: pinTiny UTF-8 text editor on terminal written in Rust. Kiro was started as a Rust
port of awesome minimal text editor kilo and has grown with various extensions
and improvements.
It provides basic features as a minimal text editor:
- Open/Save text files
- Create new text files and empty text buffer on memory
- Edit a text (put/delete characters, insert/delete lines, ...)
- Simple syntax highlighting
- Simple incremental text search
Kiro extends kilo to improve editing:
-Support editing UTF-8 characters
-Undo/Redo
-24bit colors (true colors) and 256 colors support using gruvbox retro color
palette with 16 colors fallback
-More efficient screen rendering and highlighting
-Open multiple files (switch buffers by Ctrl-X/Alt-X)
-Resizing terminal window supported. Screen size is responsible
-Incremental text search is fixed and improved (kiro only highlights current
match and only hits once per line).
Master sites:
SHA1: b48fd1fde4bacca25e7a5b86ae4c2f9e02612290
RMD160: 8a621494d608b3b83ce612b4efeb8ab63e6aa0b4
Filesize: 378.2 KB
Version history: (Expand)
- (2021-01-31) Updated to version: kiro-editor-0.4.2
- (2021-01-19) Updated to version: kiro-editor-0.4.1
- (2020-10-24) Package added to pkgsrc.se, version kiro-editor-0.4.0 (created)
CVS history: (Expand)
2021-03-01 16:13:01 by pin | Files touched by this commit (3) |  |
Log message:
editors/kiro-editor: update to 0.4.3
-Improve: Reduce number of syscalls by using blocking read from stdin.
This stops polling stdin with 100ms interval (#13, thanks to @E3uka)
|
2021-01-30 23:22:41 by pin | Files touched by this commit (3) |  |
Log message:
editors/kiro-editor: update to 0.4.2
-Fix: Switching to/from alternate buffer did not work on WSL environment
(#11, thanks to @E3uka)
-Improve: Update dependencies (term v0.7)
|
2021-01-19 15:35:13 by pin | Files touched by this commit (3) |  |
Log message:
editors/kiro-editor: update to 0.4.1
New:
-Add Julia language support. Thanks @matbesancon for the contribution!
Doc:
-Add link to NetBSD package in README
|
2020-10-30 22:05:03 by pin | Files touched by this commit (1) |
Log message:
editors/kiro-editor: fix build
http://www.ki.nu/pkgsrc/reports/current … /build.log
Thanks, @nia
|
2020-10-23 22:50:16 by pin | Files touched by this commit (5) |
Log message:
editors/kiro-editor: import
Tiny UTF-8 text editor on terminal written in Rust. Kiro was started as a Rust
port of awesome minimal text editor kilo and has grown with various extensions
and improvements.
It provides basic features as a minimal text editor:
- Open/Save text files
- Create new text files and empty text buffer on memory
- Edit a text (put/delete characters, insert/delete lines, ...)
- Simple syntax highlighting
- Simple incremental text search
Kiro extends kilo to improve editing:
-Support editing UTF-8 characters
-Undo/Redo
-24bit colors (true colors) and 256 colors support using gruvbox retro color
palette with 16 colors fallback
-More efficient screen rendering and highlighting
-Open multiple files (switch buffers by Ctrl-X/Alt-X)
-Resizing terminal window supported. Screen size is responsible
-Incremental text search is fixed and improved (kiro only highlights current
match and only hits once per line).
|