Path to this page:
./
editors/kiro-editor,
Terminal UTF-8 text editor written in Rust
Branch: CURRENT,
Version: 0.4.3,
Package name: kiro-editor-0.4.3,
Maintainer: pkgsrc-usersTiny 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:
Filesize: 378.259 KB
Version history: (Expand)
- (2021-03-01) Updated to version: kiro-editor-0.4.3
- (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)
2023-02-21 14:25:24 by pin | Files touched by this commit (1) |
Log message:
editors/kiro-editor: reset maintainer
|
2021-10-26 12:21:45 by Nia Alarie | Files touched by this commit (161) |
Log message:
editors: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:47:53 by Nia Alarie | Files touched by this commit (161) |
Log message:
editors: Remove SHA1 hashes for distfiles
|
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/NetBSD-9.0/20201028.2132/kiro-editor-0.4.0/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).
|