Commit graph

246 commits

Author SHA1 Message Date
0849ffd2e3
Update Makefile 2025-04-09 18:43:09 +01:00
e7b2ebeb17
Fix compilation error 2025-02-09 22:50:01 +00:00
df01136d5a
Bulk rename, symlink, copy, move files and tick ported features 2025-02-04 21:20:29 +00:00
67aff36500
Remove LIBS from Makefile 2025-02-01 15:38:06 +00:00
7fb42381ee
Use printf 2025-01-29 14:22:53 +00:00
7ca0b4924a
Merge branch 'master' of github.com:night0721/ccc 2025-01-18 12:37:49 +00:00
cae9844a9c
Remove custom printf 2025-01-18 12:37:44 +00:00
0a2c7fa69c
Merge pull request from korei999/stackoverflow-fix
All the crashes i found
2025-01-17 21:39:58 +00:00
korei999
fcee0d2ee0 use after free on failed stat() 2025-01-17 20:55:55 +02:00
korei999
2170c3dbf2 file: increase icon to 8 bytes; add icon size range checks 2025-01-17 19:29:41 +02:00
korei999
098403eba6 arraylist_add: don't overflow when strcpy to the icon 2025-01-17 19:05:25 +02:00
c68c0169d4
Attempt to fix seg fault 2025-01-17 15:11:21 +00:00
b6c7d09a6b
Update Makefile 2025-01-16 21:53:19 +00:00
165852bf65
Fix initial buffer overflow 2025-01-16 20:39:08 +00:00
d6f9054bc0
Fix memory leak 2025-01-13 09:10:51 +00:00
3c005f84f9
Fix window not resized when receive signal 2024-11-22 10:17:57 +00:00
4b026c244e
Remove TODO 2024-11-21 17:38:48 +00:00
d3b2ff6423
Remove debug lines 2024-11-21 17:35:59 +00:00
825eb2b9de
Use functions instead of enum for config 2024-11-21 17:33:22 +00:00
6f976e9ede
Update keystroke manual and help 2024-11-21 15:45:13 +00:00
07aab26f1c
Fix line wrapping and padding between dir and preview and fix config.h 2024-11-21 14:28:15 +00:00
51e74eef22
Update patch 2024-11-21 12:06:27 +00:00
c01238201d
Fix ANSI sequence handling and apply suckless codestyle 2024-11-21 11:54:55 +00:00
f68ad28368
Remove terminal size restriction and unused code 2024-11-20 22:28:41 +00:00
4014407a34
Fix getenv(SHELL) 2024-11-18 23:12:25 +00:00
32f08816be
Edit todo 2024-11-18 22:37:43 +00:00
8ae48c285b
Add keybindings config 2024-11-18 22:37:25 +00:00
addc8e2c9d
Update manual and readme 2024-11-18 00:25:35 +00:00
6f9c5ac5ed
Fix quiting with marked files 2024-11-18 00:25:09 +00:00
c50af43b7b
Add open with w/ detached feature 2024-11-18 00:21:09 +00:00
5da3b3b6be
Add favourites feature and update manual 2024-11-17 23:51:19 +00:00
ff79dbcd64
Add view history using 'e' and update config h for marked files color 2024-11-17 22:53:06 +00:00
548572536b
Rework get_line and add marked file color 2024-11-17 22:24:31 +00:00
fe24d3ffbc
Update structs 2024-11-17 19:49:16 +00:00
155e0d2666
More efficient code 2024-11-17 19:45:32 +00:00
5d45c58ced
Delete malloc 2024-11-17 19:39:46 +00:00
d8aad6f3e1
Reduce use of malloc and fix codestyle 2024-11-17 19:36:27 +00:00
1e00b18cb5
Reduce use of malloc 2024-11-17 19:30:14 +00:00
5e2cb884c5
Reduce lines for p_cwd logic 2024-11-17 19:27:42 +00:00
ec859e8403
View file/dir attribute 2024-11-17 19:04:15 +00:00
f413e0216e
Simplify code and error checking 2024-11-17 18:56:58 +00:00
c12d5056a3
Replace getch with readch 2024-11-17 18:38:22 +00:00
1116bfbcce
Fix potential bug in toggle executable 2024-11-17 18:37:53 +00:00
83ac99e71f
Update manual and readme 2024-11-17 18:13:57 +00:00
b1930d9175
Config for clipboard program 2024-11-17 18:10:41 +00:00
a830c69e78
Fix rename, and add yank filename to clipboard, and make list files run everytime a key press 2024-11-17 18:10:26 +00:00
c774511889
Change gg to g and update manual 2024-11-17 15:22:55 +00:00
46d495e610
Start shell 2024-11-17 15:17:41 +00:00
472e3d2707
Fix toggle executable not refreshing 2024-11-17 14:53:45 +00:00
65c06ff53f
Remove stdbool.h and fix calling on files 2024-11-17 14:49:24 +00:00