Version v0.2.22 - Added text editor and file manager integration

This commit is contained in:
2025-08-13 10:08:38 -04:00
parent 0aecae0c5e
commit e32eb8b2b1
4 changed files with 317 additions and 15 deletions

View File

@@ -1,4 +1,7 @@
When building, use build.sh, not make.
Use it as follows: build.sh -m "useful comment on changes being made"
Use it as follows: build.sh -m "useful comment on changes being made"
When making TUI menus, try to use the first leter of the command and the key to press to execute that command. For example, if the command is "Open file" try to use a keypress of "o" upper or lower case to signal to open the file. Use this instead of number keyed menus when possible. In the command, the letter should be underlined that signifies the command.