-
Notifications
You must be signed in to change notification settings - Fork 242
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
Most recommendations differ from what the GUI would do. #6
Comments
Sorry for the title noise. I'll just stop and admit that I can't describe it as short as I'd have liked to: There are subtle but important differences in edge cases, and obvious differences in the usual cases. Update: Also the recursive examples don't provide proportionate progress indication and estimated remaining time. |
Those sounds reasonable. I'm not exactly sure how to do it though. Maybe we could add a longer version for each commands. |
I think that's fair. Maybe have two commands for each solution. Copy a fileNovice
Expert
|
Novices should be at least as concerned about safeguards like |
It's definitely a good idea to have the silent or simple command and the lounder (and perhaps closer to what would happen on GUI) one. |
I use Also consider adding |
Most command examples currently shown do the operation way worse than what I'd expect thunar would do (and afair, does). Here's an attempt at fixing the most obvious differences.
A core feature of the duplicate command is to automatically suggest an unused target file name, and prepare it in a way that helps users resume their work when they get distracted while deciding about the target file name. In that case they usually end up having a duplicate with the original name and a number, with content as it was at the moment they began their operation.
The mkdir examples are good, they even have quotes! 👍
The {,xdg-}open examples are good. Missing quotes shouldn't usually be too much of a problem here.
For the zip example, consider
-y
and quotes.You may wonder why I insist on quotes? You can easily clobber data without them. Forgetting the quotes usually causes the loudest anger when it happens with
rm
. (Example: bumblebee. the accident, the fix)The ls example is okay, although it requires some good shell aliases to have similar selection of folder views and select them with similar ease. For thumbnail view on a pictures folder in a graphics-enabled command line shell, the discussion about the boundaries of "GUI" are left for another thread.
The text was updated successfully, but these errors were encountered: