Commit Graph

81 Commits (master)

Author SHA1 Message Date
mananapr eab68e44b5 Added code for removing leading newline character for shellscript mime
4 years ago
mananapr bab54b78b8 Added Mime check for shell scripts
4 years ago
mananapr 460c44e07b Fixed bug where resizing terminal with vim causes SIGWINCH to trigger
4 years ago
mananapr 327d47fc8b Fixed C99 compatibility
4 years ago
mananapr 81506ae246 Fixed Issue where the view breaks when accessing non permitted folders
4 years ago
mananapr 179ae4fe5c Added option to edit bookmarks
4 years ago
mananapr 2eadb47caa Changed data directory from XDG_CACHE_CONFIG to XDG_CONFIG_HOME
5 years ago
mananapr 008d6ad4ac Added PgUp and PgDown functionality
5 years ago
mananapr f7378ab846 Fixed bug with text preview
5 years ago
mananapr fbfe0dc451 Added support for more archive previews and fixed some bugs
5 years ago
mananapr 361a7e40ed fixed vim bug
5 years ago
mananapr 4065153749 Performance Improvements
5 years ago
mananapr 287f269a62 Fixed PDF preview showing same image for different files
5 years ago
mananapr 776ade43a4 Added PDF Previews
5 years ago
mananapr b8168013c8 added detection of SHELL variable to set the shell in cfiles
5 years ago
mananapr a62e95e345 Added option to modify default navigation keys in the config file
5 years ago
mananapr 3adf021fe5 Fixed text formatting when borders are disabled
5 years ago
mananapr eaa29ac664 Added selection count in statusbar
5 years ago
mananapr e92eef97df Improved hex preview
5 years ago
mananapr 513ad4b2e6 Added error checks for strdup and fixed typos in error checks for malloc
5 years ago
mananapr b6c08690bd Added more error checks
5 years ago
mananapr 72771db719 Fixed bookmark injection
5 years ago
mananapr dc09a9b24e Added sudo support for file operations
5 years ago
mananapr 75bdb55fea Added keybinding to toggle borders
5 years ago
mananapr 334a2e6851 Added support for cli arguments
5 years ago
mananapr 666a935618 Fixed some bugs
5 years ago
mananapr 1cefdea9ce Added arrow keys support
5 years ago
mananapr 8fc70e92a1 Refactored navigation functions
5 years ago
mananapr 783563df32 minor bug fix
5 years ago
mananapr d58e23cfaa Fixed memory leak and updated dependencies in README
5 years ago
mananapr aa4ec8c3dc Added user scripts for archiving files and extracting archives
5 years ago
mananapr cf51d08142 Fixed read after free bug
5 years ago
mananapr d284e90516 bug fixes regarding file selection
5 years ago
mananapr b37b3cee58 Fixed memory corruption
5 years ago
mananapr 127b8d882b Fixed popen issues, added binary previews, added option to view previews
5 years ago
mananapr be4124c5d8 Replaced system with execl, organised directory, added user scripts
5 years ago
mananapr 813dae2bed Added unicode support, set cfiles to open in current directory
5 years ago
mananapr 5ba2f4d6af Started using Make instead of CMake
5 years ago
mananapr a3bc4b299c Added checks for qsort, fixed some typos in README, cleaned up config file
5 years ago
mananapr dc7a7501c4 Made file opener customizable
5 years ago
mananapr 319b7c290f Added more checks for VLAs and Updated TODO
5 years ago
mananapr eeb46d7db4 Made checks for VLA allocation
5 years ago
mananapr 97662c35fe Initialised global char pointers with NULL
5 years ago
mananapr 9be9889b04 Added checks for XDG_CACHE_HOME, switched to malloc for next_directories allocation
5 years ago
mananapr 6e7f889bc4 Switched to dynamic memory allocation for arrays
5 years ago
mananapr 12dec543a0 Replaced system with execl for image previews
5 years ago
mananapr efec77f90d Replaced strcpy and sprintf with safer alternatives
5 years ago
mananapr c6861cb11b Cleaned up getImgPreview function
5 years ago
mananapr 59b07b4255 Removed hardcoded paths, improved image previews, updated README
5 years ago
mananapr 8db0a4cfd5 Updated TODO and fixed cfiles logo in cf.c
5 years ago