| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement open with editor | verdant | 2026-07-28 | 1 | -0/+24 |
| | | | | | | Fork a child process to run the text editor. If the "EDITOR" envrionment variable is not set, fallback to "vi". | ||||
| * | Remove varaible "need_redraw" in fm_info, use global variable | verdant | 2026-07-28 | 1 | -1/+1 |
| | | |||||
| * | Remove unused argument | verdant | 2026-07-27 | 1 | -4/+18 |
| | | |||||
| * | Implement keys handling | verdant | 2026-07-23 | 1 | -0/+29 |
| 'q' for quiting, j and k for scrolling up and down in the file manager | |||||
