Commit graph

7 commits

Author SHA1 Message Date
nia
f3065cf92e editors: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:21:24 +00:00
nia
fb16529264 editors: Remove SHA1 hashes for distfiles 2021-10-07 13:47:35 +00:00
pin
1a9b77fd36 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-03-01 15:13:01 +00:00
pin
6b3fabbc6a 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-30 22:22:41 +00:00
pin
bdbdae7c88 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
2021-01-19 14:35:13 +00:00
pin
538d20eaec 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-30 21:05:03 +00:00
pin
4cdcb098d2 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).
2020-10-23 20:50:16 +00:00