gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master updated (ffc7608 -> b947f79)


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master updated (ffc7608 -> b947f79)
Date: Thu, 13 May 2021 22:20:44 -0400 (EDT)

makhlaghi pushed a change to branch master.

      from  ffc7608   Fits: four new options to find image/table HDUs
       new  1c1fe3d   New feature: Auto Complete (WIP)
       new  c02ae2c   Completion: feed options from `help`
       new  b06fbce   Completion: Fix indentations
       new  0420521   Completion: bug fix in catching the options
       new  a829b24   Completion: Suggest FITS files in relevant options
       new  477d23d   Rename completion files
       new  3da00c3   Table: Prepare initial completion script
       new  39efeea   Table: First working completion, general commands
       new  97d9a1e   Table: Completion suggests matching words
       new  3d8e96d   Table: Fix completion issue
       new  0e382bc   Table: Completion, suggest columns inside fits
       new  f2ccd6e   Table: Completion, fix reading fits column
       new  32cbe32   Table: Completion, better formatting, add function
       new  d0e1362   Table: Completion, better function name, copyright
       new  d631f5b   Table: Completion, remove global variables, etc
       new  9ea367b   Table: Completion, handle '=', do not append space
       new  f4cf33d   Tabel: Completion, examine for fits availability
       new  e1c1a4b   Table: Completion, fix 'wcshdu'
       new  328ab31   Table: Completion, thoughts on short options
       new  6fe9cb6   Table: Completion, refactor awk regex fits name
       new  7ad725a   Table: Completion, fix hdu and fits suggestions
       new  b391ee8   Table: Completion, bash4+ long option no space
       new  c593823   Table: Completion, fix hdu and fits suggestions
       new  7c95cec   Table: Completion, better POSIX portability
       new  86df9d8   Table: Completion, custom compgen
       new  19ebe93   Table: Completion, improve _compgen, put quotes
       new  b5c4f29   Table: Completion, add options, improve get name
       new  e5707cd   Table: Completion, all options, update comments
       new  4412710   Table: Completions, add missing options from help
       new  51daecd   Table: Completion, update copyright, minor edits
       new  7b584a4   Table: Completion, update shebang, fix formatting
       new  6efd4ff   Book: Add auto-complete to the developing section
       new  82e9692   Book: Update the auto-complete section
       new  9ae830f   Table: Completion, replace double negative
       new  7f1a203   Book: Autocompletion for developers example
       new  6379566   Book: edits to the Bash auto-completion section
       new  e690fc5   Bash completion: renamed fixed file to completion.bash
       new  88806f2   bin/table/completion.bash: improvements to find good 
table name
       new  c259040   bin/table/completion.bash: Fix '--information'
       new  1bf469f   /bin/table/completion.bash: consider short opt '-i'
       new  229ac51   /bin/table/completion.bash: Refactor code
       new  e340452   Auto-completion: Minor polishing of the warning message
       new  abe3ca6   Auto-completion: Smart list fits files, fix var
       new  9335953   Auto-completion: Faster fits parse, use 'local'
       new  e444941   Auto-completion: Call astfits/asttable consistently
       new  04ee1fe   Auto-completion: Suggest plaintext tables too
       new  3754f1b   Auto-completion: Human readable arguments
       new  50026ec   Auto-completion: Rename boolean query functions
       new  ea08fdb   Auto-completion: return value from last table
       new  8150e1c   Auto-completion: Refactor FITS related functions
       new  284a32e   Auto-completion: Debug -i, improve performance
       new  afadccf   Auto-completion: Call ..._last_table where needed
       new  90f08c2   Auto-completion: Refactor ..._is_table function
       new  4598eba   Auto-completion: clean re-implementation for Table
       new  ece1614   Auto complete: separated generic functions from Table's 
recipe
       new  ef351da   TAB completion: now working for Arithmetic, better 
infrastructure
       new  a66e8bb   TAB completion: BuildProgram support added
       new  acf58c1   TAB completion: now supported in ConvertType and Convolve
       new  d7bf627   TAB completion: support added for CosmicCalculator and 
Crop
       new  d2bf2c2   TAB completion: updated documentation and polished the 
code
       new  59669d9   Book: new section on known issues with Crop
       new  b947f79   TAB completion: enabled in Fits program


Summary of changes:
 Makefile.am                                |  176 ++++-
 NEWS                                       |    2 +
 THANKS                                     |    1 +
 bin/arithmetic/Makefile.am                 |    3 +-
 bin/arithmetic/args.h                      |    2 +-
 bin/arithmetic/astarithmetic-complete.bash |  177 +++++
 bin/buildprog/Makefile.am                  |    3 +-
 bin/buildprog/astbuildprog-complete.bash   |  172 +++++
 bin/buildprog/ui.c                         |    1 +
 bin/completion.bash.in                     | 1089 ++++++++++++++++++++++++++++
 bin/convertt/Makefile.am                   |    3 +-
 bin/convertt/astconvertt-complete.bash     |  162 +++++
 bin/convertt/ui.c                          |   17 +-
 bin/convolve/astconvolve-complete.bash     |  202 ++++++
 bin/cosmiccal/Makefile.am                  |    3 +-
 bin/cosmiccal/astcosmiccal-complete.bash   |  152 ++++
 bin/cosmiccal/completion.bash              |   42 ++
 bin/crop/Makefile.am                       |    3 +-
 bin/crop/astcrop-complete.bash             |  172 +++++
 bin/crop/ui.c                              |   22 +-
 bin/fits/Makefile.am                       |    3 +-
 bin/fits/args.h                            |   30 +-
 bin/fits/astfits-complete.bash             |  191 +++++
 bin/fits/fits.c                            |   37 +
 bin/fits/keywords.c                        |   35 +-
 bin/fits/main.h                            |    2 +
 bin/fits/ui.c                              |    8 +-
 bin/fits/ui.h                              |    2 +
 bin/table/Makefile.am                      |    3 +-
 bin/table/asttable-complete.bash           |  206 ++++++
 doc/announce-acknowledge.txt               |    2 +
 doc/gnuastro.texi                          |  644 ++++++++++++----
 lib/gnuastro-internal/commonopts.h         |    2 +-
 lib/jpeg.c                                 |   10 +-
 lib/tiff.c                                 |    2 +-
 35 files changed, 3410 insertions(+), 171 deletions(-)
 create mode 100644 bin/arithmetic/astarithmetic-complete.bash
 create mode 100644 bin/buildprog/astbuildprog-complete.bash
 create mode 100644 bin/completion.bash.in
 create mode 100644 bin/convertt/astconvertt-complete.bash
 create mode 100644 bin/convolve/astconvolve-complete.bash
 create mode 100644 bin/cosmiccal/astcosmiccal-complete.bash
 create mode 100644 bin/cosmiccal/completion.bash
 create mode 100644 bin/crop/astcrop-complete.bash
 create mode 100644 bin/fits/astfits-complete.bash
 create mode 100644 bin/table/asttable-complete.bash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]