Open
Conversation
add src dir add .clang-format add VSCode JSON files
To Do: organize better files, move functions in specific files like main() -> main.c
fixed some bugs continue to verify starting from first call of (cd) in function main()
config.h in struct Row changed type to bool was int main.c some bug fix rover.c some bug fix
now I have to go ahead from main_menu() -> case 'y'
deleted all call to GOTO modify rover.1 organized better functions TODO delete file manager
renamed config.h in rover.h add os_funcs.c and os_funcs.h replace delfile() and deldir() with rm()
open_with_env() improved shell_escaped_cat() removed removed cors_set() where not necessary
implement filecopy() with better performance organize better the functions in different files fix some bugs
fix rover_home_path with getcwd() moved delwin() from main() to endsession() improveed filetype() now is fileinfo() that return also size improved movfile() improved update_view()
add raw() to init_term() in order to manage Ctrl+C implement fileexist() ADDSLASH() and DELSLASH() now discard / root dir improve input, now many functions are called by function keys
improve copy and move of marked files fix some bugs TODO: progress bar for process
also command arguments with getopt_long()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Marcel,
first of all I would like to thank you for the good work you did, for me it was an inspiration to improve few things, I hope you like them.
My notes:
ToDo: