Commit graph

128 commits

Author SHA1 Message Date
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
b2cd0bf431
update makefile to make it compile on musl via alpine 2024-03-27 15:22:24 +00:00
95fd5fb964
toggle file details 2024-03-25 21:49:25 +00:00
a7e9f9ea14
fix border not showing 2024-03-21 19:32:53 +00:00
e78bbbe944
Merge branch 'master' of github.com:piotr-marendowski/ccc 2024-03-20 22:44:26 +00:00
c9cfda54c3
refactor code 2024-03-20 22:43:34 +00:00
d723be72ff
fix show hidden logic and fix cannot navigate to root 2024-03-20 22:18:07 +00:00
Piotr Marendowski
1b202d5df1
Merge pull request #19 from piotr-marendowski/feature
Feature
2024-03-20 20:53:29 +00:00
920a660f23
remove redunant if statement 2024-03-20 20:32:43 +00:00
f321c26b07
add keybinding 2024-03-20 20:30:06 +00:00
aa32f9593e
use arraylist instead of linked list 2024-03-20 20:29:04 +00:00
1251bc9aed
use '.' to toggle hidden files 2024-03-20 18:21:02 +00:00
b459866236
use '?' to show usage and update readme with usage 2024-03-20 16:03:54 +00:00
d429cbe594
use '-' to go back previous dir 2024-03-20 14:45:01 +00:00
5aa36bbb0d
add back optimisation parameter 2024-03-20 14:44:44 +00:00
6ee92025a0
refactor 2024-03-20 12:28:08 +00:00
8ecb30a867
Merge pull request #18 from piotr-marendowski/omaster
Write last cd
2024-03-19 22:37:23 +00:00
1f0d79f2f0
Merge branch 'master' into feature 2024-03-19 22:28:30 +00:00
83497532e5
Merge branch 'feature' of github.com:piotr-marendowski/ccc into feature 2024-03-19 22:07:18 +00:00
f82d8044ae
write last directory before quit 2024-03-19 22:07:05 +00:00
1d702cd386
Revert "write last directory to a file configured in config.h"
This reverts commit a2321d5488.
2024-03-19 21:58:17 +00:00
a2321d5488
write last directory to a file configured in config.h 2024-03-19 21:57:25 +00:00
Piotr Marendowski
5859c61af7
Merge pull request #17 from piotr-marendowski/feature
Feature
2024-03-19 18:41:55 +00:00
Piotr Marendowski
124df59933 Add man page and update README 2024-03-19 19:40:32 +01:00
ef41218ffa
header file update for add_marked 2024-03-19 16:30:36 +00:00
255e09c18d
make mark all work correctly as expected 2024-03-17 23:21:58 +00:00
0f52bd265f
remove win struct as it is not used 2024-03-17 22:58:31 +00:00
c6c25d2c45
remove unnecessary stuff 2024-03-17 22:39:28 +00:00
82ccba51cb
revert to use units for 1024 bytes instead for 1000 bytes 2024-03-17 22:19:19 +00:00