Kibi 0.2.2

A configurable text editor with UTF-8 support, incremental search, syntax highlighting, line numbers and more, written in less than 1024 lines of Rust with minimal dependencies. Kibi is compatible with Linux, macOS, and Windows 10.

Tags text editor rust kibi
License Mixed
State initial

Recent Releases

0.2.218 Feb 2021 03:15 minor feature: Add syntax highlighting configuration for V. Add the ability to execute external commands from the editor. Improve file opening error messages for config files. Android: a related to a SELinux policy that would cause Kibi to crash on certain Android versions when setting the termios.
0.2.114 Feb 2021 03:15 minor feature: Add syntax configuration singleline_string_quotes, which specifies the list of characters to consider as quote (e.g. ", ' for Rust, " for JSON). Internal code changes to reduce the binary size, and remove dependencies nix and signal-hooks (#48, #49, #50). Remove boolean syntax configuration highlight_strings; use singleline_string_quotes instead.
10 Feb 2021 04:59 minor feature: