aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Refactor open_with_editor()verdant2026-07-281-13/+3
| | | | | Use spawn() instead of fork child process and execute external commands manually.
* Add spawn wrapper for executing external commandsverdant2026-07-282-0/+34
| | | | | | | Inctroduce process.c and process.h providing spawn() function to fork a child process and execute commands via execvp(). Return -1 on invalid arguments or fork failure, and 0 on success.
* Reset view state only on successful directory loadverdant2026-07-281-9/+12
|
* Remove unused definitionverdant2026-07-281-1/+0
|
* Add preview path caching to prevent redundant I/Overdant2026-07-282-9/+44
|
* Move source files to src/verdant2026-07-2819-0/+1231