Commit Graph

61 Commits (b6c08690bd065f08c6692e408820ece8ac26a8c4)

Author SHA1 Message Date
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
mananapr a4e8ba74f2 Editor used for editing is taken from vim
5 years ago
mananapr 0261c68f04 Added option to customize colors
5 years ago
mananapr c204025c49 Added archive previews
5 years ago
mananapr e117bd0c2c Added option to toggle borders
5 years ago
mananapr fccb5751c8 Added ability to run external scripts
5 years ago
mananapr 93f540ca69 Added bookmarks
5 years ago
mananapr 9d573b6b4b Added colors and improved formatting
5 years ago
mananapr dc8e5f0284 Fixed segfaults, added number of files in statusbar, improved file opening
5 years ago
mananapr 08026df90c Added option to toggle visibility hidden files
5 years ago
mananapr dae578e122 Added config file and did some refactoring
5 years ago
mananapr 7102a38db1 Impored file previews
6 years ago
mananapr 15ad8da8d1 Added basic file previews
6 years ago
mananapr 21e62e6852 Added option to delete files, added window to show keybindings,refactored some code, imporved file copying/moving
6 years ago
mananapr 40cc48b5b4 Added option to edit clipboard, added more navigation features, updated keybindings
6 years ago
mananapr 2347690cff Added option to view selection list
6 years ago
mananapr ff92f833a8 Added Single File Renaming if Clipboard is empty
6 years ago
mananapr 2335616856 Added Bulk Rename and Update Todo
6 years ago
mananapr e09ed76c20 Added file copying, moving and deleting
6 years ago
mananapr 36ab93d14f Added option to spawn bash shell in working directory
6 years ago
mananapr 87ccd1d904 Now cursor doesn't appears after running fzf
6 years ago