-
Notifications
You must be signed in to change notification settings - Fork 260
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
Suggestions for MintPy #1041
Comments
Dear @falkamelung I'm pretty sure that the TAB completion function (first point) is already available as soon as you install the (argcomplete optional package) and use the main script named
or
I use it both on GNU/Linux and Mac. |
Hi @avalentino, I tried to use the argcomplete as below but was unsuccessful on the activation. I am using bash on a Mac with an M2 chip. After (insar) yunjunz:~>$ mintpy prep_
prep_aria prep_cosicorr prep_fringe prep_gamma prep_gmtsar prep_hyp3 prep_isce prep_roipac prep_snap
We should add a note for this at the end of the installation as an optional setup.
|
I quickly tried on the same system and it did not work either for me. |
The @yunjunz I think that See, e.g., https://serverfault.com/questions/506612/standard-place-for-user-defined-bash-completion-d-scripts |
Thanks @avalentino, you are right: the For macOS, there is a bash version compatibility issue, after installing the latest version of bash, the same activation command works as well! @falkamelung here is my note for macOS if you would like to give it a try. I still could not get the nice script explanation though. Any idea? |
Description of the desired feature
Just want to share a few ideas. Please feel free to move this elsewhere.
mp_ TAB
(it would make it easy to combine MIntPy with Non-Mintpy scripts)
write all executed commands in a
.commands.log
file. This would make it easy to rerun a command from the workflow using different options. And it keeps a log of manually executed commands.support
--subset-lalo 19.43:19.51,-155.65:-155.54
format (currently only used in *template control files). This is described in detail in Enhancement suggestion: --subset-lalo LATMIN:LATMAX,LONMIN LONMAX option for view.py #1045.The text was updated successfully, but these errors were encountered: