-
Notifications
You must be signed in to change notification settings - Fork 5
Backwards and shift-arrow navigation #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Backwards navigation: This is meant to work like that, by running tarman in some directory, you make it so-called the Maybe you could solve this .. by scanning the |
For keyboard keys you can look into |
Thanks for the try! :) |
No worries at all, again this is just messing around with improvements for me :) So if I understand correctly, there is a predefined "root_directory" which is being used to satisfy two functions: one to cease further parent directory changing, and one as a working directory in which to contstruct the tar file. My intention was to apply the change to the former; therefore, what if we have separate variables for each function? I'll take a look at the keyboard shortcuts, I would like to add at least one more pair. Thanks for looking into it! |
One root directory is there for a reason, if you have |
One "root_directory" would be dynamically changing depending on the screen to which the user navigates and initiates a tar file creation (latter from my previous comment), and one (ideally the unit root directory '/') would simply be to allow the user to navigate to some parent directory. This grants the user the ability to create a tar file in any directory without the strict requirement be made that the tar-initiating-directory in question is some subdirectory of the path argument or $HOME (no path argument). |
OK, you have a green light from me, but do not waste too much time on this, this application is meant to be for quick archive management therefore is quite ok if user quits and reopens tarman on other location, but I agree this would be a nice little feature. |
going to sleep now, I should be available in about 10 hours from now |
Directory permissions cease the screen from populating each area, so there is not yet a conflict with that future implementation. My keyboard (HP netbook) also doesn't have PageUp/PageDown, so I was looking at holding down shift to do the same thing. Let me know what you think.