| Age | Commit message (Collapse) | Author |
|
- Add jvii as a new binary target in Cargo configuration
- Set JV_TEXT_EDITOR environment variable to "nano" in CLI scripts
- Implement jvii binary with version command support
- Add get_default_editor() utility that checks JV_TEXT_EDITOR, EDITOR,
then defaults to "jvii"
|
|
- Add insert_item method to SimpleTable for flexible row insertion
- Add show_in_pager function for system pager support
|
|
This function opens the system editor with default text in a cache file,
reads back the modified content after editing, and removes comment
lines.
|
|
|