2023-12-06 04:42 | add page-up page-down hotkeys | Raw Monk | 1 | +8 | -0 |
2023-12-06 04:30 | fix resource leaks | Raw Monk | 2 | +21 | -16 |
2023-09-29 22:09 | add arrow keys to move left and right | Raw Monk | 1 | +6 | -0 |
2023-09-29 22:03 | add arrow keys to move up and down | Raw Monk | 1 | +14 | -5 |
2023-08-27 16:20 | add dependency to readme | Raw Monk | 1 | +6 | -0 |
2023-08-24 17:00 | handle " characters in file name | Raw Monk | 1 | +25 | -4 |
2023-08-23 00:12 | fix shell command | Raw Monk | 1 | +3 | -3 |
2023-08-20 19:41 | fix files sort | Raw Monk | 1 | +2 | -2 |
2023-08-04 16:59 | syntax fixes, null-terminated file id data | Raw Monk | 6 | +23 | -25 |
2023-08-04 16:30 | sort trash files | Raw Monk | 4 | +25 | -17 |
2023-08-04 16:14 | show file type for trash files, check file type when unknown | Raw Monk | 4 | +27 | -11 |
2023-08-04 14:57 | allow to open editor on files in the trash, trim spaces from commands | Raw Monk | 5 | +38 | -66 |
2023-07-07 20:41 | remove unused code from util header and makefile | Raw Monk | 2 | +5 | -17 |
2023-07-07 19:50 | call chdir before editing file | Raw Monk | 1 | +1 | -0 |
2023-05-08 22:23 | check if the directory is empty when copying path and selecting item | Raw Monk | 2 | +6 | -4 |
2023-05-08 22:10 | fix crash when trying to edit file in an empty folder | Raw Monk | 1 | +2 | -0 |
2023-04-04 02:51 | set term variable before retrying with another terminal type | Raw Monk | 1 | +5 | -3 |
2023-03-20 23:36 | fix bug causing program to freeze when searching a non present character | Raw Monk | 1 | +7 | -1 |
2023-03-17 20:59 | fix termbox | Chaeldar | 1 | +2016 | -1965 |
2023-03-08 19:59 | set EDITOR to vi if the environment variable is not set | Raw Monk | 1 | +2 | -0 |
2023-02-11 17:23 | redirect both stdout and stderr when using the system function | Chaeldar | 2 | +3 | -3 |
2023-02-11 17:12 | remove new line when copying path | Chaeldar | 1 | +9 | -6 |
2023-02-10 23:33 | add demo gif | Raw Monk | 3 | +4 | -0 |
2023-02-08 19:46 | chdir before executing shell command | Raw Monk | 1 | +2 | -0 |
2023-02-06 16:31 | fix copying directories with special characters in the name | Raw Monk | 1 | +5 | -2 |
2023-02-05 03:33 | fix file moving function | Raw Monk | 1 | +1 | -0 |
2023-02-05 02:42 | add trash related commands to readme | Raw Monk | 2 | +16 | -10 |
2023-02-05 02:41 | use shell command when copying directories, fix bugs with the trash | Raw Monk | 6 | +131 | -97 |
2023-02-03 15:06 | chdir before opening a file | Raw Monk | 1 | +2 | -0 |
2023-02-02 23:25 | fix memory leaks | Raw Monk | 2 | +10 | -6 |
2023-02-02 18:03 | command to view files in the trash, allow restoring files | Raw Monk | 5 | +245 | -45 |
2023-02-02 14:40 | fix trash path function | Raw Monk | 1 | +1 | -1 |
2023-02-02 19:28 | add trash clear command | Raw Monk | 3 | +116 | -22 |
2023-02-02 17:41 | fix colors | Raw Monk | 2 | +12 | -7 |
2023-02-02 17:10 | copy files in userspace on system without copy_file_range | Raw Monk | 1 | +13 | -1 |
2023-02-02 16:57 | use lseek64 on linux | Raw Monk | 1 | +5 | -0 |
2023-02-02 11:54 | use copy_file_range instead of sendfile | Raw Monk | 2 | +19 | -6 |
2023-02-02 03:45 | implement functionalities to cut, copy and delete files | Raw Monk | 13 | +333 | -4 |
2023-02-01 17:29 | stop using getcwd, use PWD instead, follow symbolic link relatively | Raw Monk | 6 | +43 | -11 |
2023-02-01 04:48 | improve utf8 compatibility | Raw Monk | 8 | +422 | -15 |
2023-01-31 23:12 | make termbox fall back to screen terminal | Chaeldar | 1 | +27 | -23 |
2023-01-31 22:43 | update readme | Raw Monk | 2 | +82 | -2 |
2023-01-31 22:25 | add fixes for Illumos | Chaeldar | 4 | +20 | -1 |
2023-01-31 21:09 | include signal.h before other headers in termbox.c on OpenBSD | Vaati | 1 | +6 | -0 |
2023-01-31 21:01 | remove includes from termbox header | Raw Monk | 6 | +32 | -27 |
2023-01-31 20:44 | fix termbox to work on OpenBSD | Vaati | 2 | +8 | -1 |
2023-01-31 20:34 | change text color to black on unselected tabs | Raw Monk | 1 | +1 | -1 |
2023-01-31 20:31 | fix termbox include, remove posix macro in the makefile | Raw Monk | 3 | +6 | -6 |
2023-01-31 20:05 | add search mode | Raw Monk | 2 | +85 | -14 |
2023-01-31 17:22 | fix new tab path, width limit on tab name, add shell command | Raw Monk | 5 | +60 | -17 |
2023-01-30 02:54 | add license file and gmi readme | Raw Monk | 2 | +16 | -0 |
2023-01-30 02:49 | sort files and fix tab bar | Raw Monk | 9 | +835 | -47 |
2023-01-29 14:48 | Initial commit | Raw Monk | 8 | +3512 | -0 |