This is a request for history command
It should be called using
--history or -h flag
This command must display a history of copies:
The location, from which source a copy was produced and to which location, it should display when a copy was taken and if possible a size in bytes of the copy (although this is optional)
I would also like to be able to navigate around the history using j(to navigate down) and k(to navigate up)
I suggest creating a SQLite file to store the history and use event emitter
This is a request for history command
It should be called using
--history or -h flag
This command must display a history of copies:
The location, from which source a copy was produced and to which location, it should display when a copy was taken and if possible a size in bytes of the copy (although this is optional)
I would also like to be able to navigate around the history using j(to navigate down) and k(to navigate up)
I suggest creating a SQLite file to store the history and use event emitter