Commit graph

29 commits

Author SHA1 Message Date
Palanix
492a3511c5
oops, forgot some 2024-04-07 00:54:47 +02: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
1e0ce67a7f
fix filename partial shown 2024-03-30 23:47:51 +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
b470b7b286
icons and fix goto trash dir and fix preview 2024-03-29 22:34:26 +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
95fd5fb964
toggle file details 2024-03-25 21:49:25 +00:00
920a660f23
remove redunant if statement 2024-03-20 20:32:43 +00:00
aa32f9593e
use arraylist instead of linked list 2024-03-20 20:29:04 +00:00
255e09c18d
make mark all work correctly as expected 2024-03-17 23:21:58 +00:00
c6c25d2c45
remove unnecessary stuff 2024-03-17 22:39:28 +00:00
Piotr Marendowski
fcab4e35dd Minor refactoring + a change in keybindings 2024-03-16 21:59:49 +01:00
e15caee8d0
print marked files with cyan
introduce free file method

remove strip from makefile as -s already did
2024-03-15 18:28:37 +00:00
53b56e40a8
fix marking files actually update dir files list 2024-03-14 19:57:03 +00:00
437f0e8cf5
merge upstream 2024-03-14 15:31:58 +00:00
d29dd3ed5f
change list_files to populate_files and not print the file, only in highlight
add ftype to add_file_stat to add marked/file
2024-03-14 15:29:03 +00:00
Piotr Marendowski
fa1eb500ac Add colored filenames based on file types 2024-03-14 16:09:31 +01:00
6757faf9a6
add type field in file and calculate real folder size 2024-03-13 10:18:35 +00:00
adae6f87fb
make h and l key to navigate different directory
use 2 more window to display content

slight refactor and better variable names
2024-03-12 20:59:36 +00:00
b497735ee6
add stats beside filename 2024-03-11 21:54:14 +00:00
d2b85b6f88
suckless code style 2024-03-10 10:54:08 +00:00
30c70e119e
fix get_file returning null 2024-03-09 19:46:15 +00:00
dca031c1f3
adding file.c file.h and fix ccc.c %s is null 2024-03-09 19:18:19 +00:00