Commit graph

156 commits

Author SHA1 Message Date
7c261cb290
remove gcc from dependencies 2024-05-22 10:54:54 +01:00
18c9542b6f
update makefile 2024-05-17 08:45:44 +01:00
a272d4786e
update repo username 2024-04-30 17:09:33 +01:00
de53543675
r to rename, n to create new dir, : to go to dir and some refactor 2024-04-10 13:51:39 +01:00
d6d0fd671a
fix go back doesnt work after going trash + TESTING SORT 2024-04-07 21:25:58 +00:00
00e9ab4555
remove debug line 2024-04-07 17:44:38 +00:00
fd1bd8ef23
fix seg fault when exit file picker/go to trash dir 2024-04-07 17:43:04 +00:00
5cc425bb6f
add to be done keybindings 2024-04-07 00:53:02 +00:00
0bb433855d
Merge pull request #1 from PalanixYT/dirs
Sort dirs first, then files, Fix comments about linked lists, reduce duplication of strings, fix memory leaks
2024-04-07 00:33:44 +01:00
Palanix
c42b0fef3f
Reduce memory in write_last_d() 2024-04-07 01:30:24 +02:00
Palanix
26eac4f72b
Fix all definitive memory leaks in valgrind 2024-04-07 01:05:36 +02:00
Oscar Fu
e270bf0e14
add comment before arraylist_add 2024-04-07 00:54:47 +02:00
Palanix
10a7663d0b
Last forgotten free removed 2024-04-07 00:54:47 +02:00
Palanix
492a3511c5
oops, forgot some 2024-04-07 00:54:47 +02:00
Palanix
2b9849a9c5
Fix comment about linked lists 2024-04-07 00:54:47 +02:00
Palanix
7b11d5735f
Sort dirs first, then files 2024-04-07 00:54:47 +02:00
c2e6709430
Merge pull request #4 from PalanixYT/fix2free
Fix double free
2024-04-06 22:02:41 +01:00
4dcc886a15
merge feature 2024-04-06 21:01:27 +00:00
4308e393df
Merge pull request #3 from night0721/revert-2-fix2free
Revert "Fix double free"
2024-04-06 21:57:11 +01:00
Oscar Fu
ad681f498b
Revert "Fix double free" 2024-04-06 21:56:01 +01:00
7afbdafd49
Make file pickers work and add replace_home function 2024-04-06 20:41:36 +00:00
Palanix
859e33c6f9
Fix double free 2024-04-06 20:56:36 +02:00
c9a289c837
update usage 2024-04-05 17:53:45 +00:00
4e6e450bf3
Merge branch 'master' of github.com:piotr-marendowski/ccc 2024-04-04 12:54:45 +00:00
01b16b2d6b
move help to another statement 2024-04-03 19:14:36 +00:00
Piotr Marendowski
7a8f8ff881
Merge pull request #20 from piotr-marendowski/feature
Feature
2024-04-02 18:58:36 +00:00
0c9429ca53
f to create file and d to delete file 2024-04-02 01:30:28 +00:00
a1bc4b80a7
fix mark all resulting empty directory 2024-04-02 00:26:52 +00:00
60d9928459
toggle file icons 2024-04-02 00:18:34 +00:00
4fdeb8c56b
add common alloc functions and handle cli argument 2024-04-01 21:23:10 +00:00
3969ddc7dc
fix seg faults by strcat of paths and filenames 2024-04-01 20:53:19 +00:00
Piotr Marendowski
56ac48e596 Separate filename and path into two parts, changes all over 2024-03-31 22:44:05 +02:00
da2e1ee144
open file with argument 2024-03-31 00:20:29 +00:00
93c1e5f8c2
fix change directory from argument 2024-03-31 00:01:29 +00:00
1e0ce67a7f
fix filename partial shown 2024-03-30 23:47:51 +00:00
53dd0e16c5
Reduce magic numbers, calculating size_size correctly, adding commtents at config.h, add more icons 2024-03-30 23:13:14 +00:00
Piotr Marendowski
721cbfff35 Add decimal places macro and fuck around config.h 2024-03-30 22:00:57 +01:00
1f0f19174a
fix icons not showing and segfault when size not properly formatted 2024-03-30 13:00:16 +00:00
Piotr Marendowski
652473a0ec Add a bunch of icons 2024-03-30 11:06:38 +01:00
575d873efe
make icons show in dir content via hash table dynamically 2024-03-30 03:39:02 +00:00
438bfd0f75
merge 2024-03-29 22:36:00 +00:00
b470b7b286
icons and fix goto trash dir and fix preview 2024-03-29 22:34:26 +00:00
Piotr Marendowski
9979966610 Lay the groundwork for deleting files 2024-03-29 22:43:28 +01:00
eab8013601
update usage 2024-03-29 14:13:24 +00:00
5fcd671013
merge 2024-03-29 14:06:48 +00:00
83d3eb64be
make toggle file details work 2024-03-29 14:05:01 +00:00
10f4bef9da
edit make flags for alpine 2024-03-29 14:02:52 +00:00
Piotr Marendowski
62ab2f88aa Add toggle file details to help 2024-03-28 19:10:59 +01:00
92d5bb3368
toggle executable and show file mode string and change wpprintw to valist arg 2024-03-28 13:05:00 +00:00
4342300e56
use argv[1] as argument for cwd 2024-03-28 09:12:25 +00:00