diff options
| author | emmett1 <me@emmett1.my> | 2026-05-31 00:00:48 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-31 00:00:48 +0800 |
| commit | f85d1af121f3009ee823d68091303e1862451caa (patch) | |
| tree | 57054d509c80601c9a4bb8e5c1fc3ee928c8a4b3 | |
| parent | 308637d874b8b7d3daf37418a12f04713cc31ef4 (diff) | |
| download | sfm-f85d1af121f3009ee823d68091303e1862451caa.tar.gz sfm-f85d1af121f3009ee823d68091303e1862451caa.zip | |
fix new directory mode text
| -rwxr-xr-x | sfm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1367,7 +1367,7 @@ do_rename() { do_mkdir() { goto "$(term_rows)" 1 - printf '%s%s New dir name (esc=cancel): %s' "${ERASE_LINE}" "${CYAN}${BOLD}" "${RESET}" + printf '%s%s Directory name: %s' "${ERASE_LINE}" "${CYAN}${BOLD}" "${RESET}" if read_line && [ -n "$READ_LINE" ]; then mkdir -p "${CWD}/${READ_LINE}" load_entries |