GNU Astronomy Utilities - Tasks: task #15924, Auto-completion: Output Formatting
You are not allowed to post comments on this tracker with your current authentication level.
task #15924: Auto-completion: Output Formatting
Submitter: | Pedram Ashofteh-Ardakani <pedram> | ||
Submitted: | Sat 27 Mar 2021 05:03:44 PM UTC | ||
Should Start On: | Sat 27 Mar 2021 12:00:00 AM UTC | Should be Finished on: | Sat 27 Mar 2021 12:00:00 AM UTC |
Category: | None | Priority: | 5 - Normal |
Item Group: | New feature | Status: | None |
Privacy: | Public | Percent Complete: | 0% |
Assigned to: | None | Open/Closed: | Open |
Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-03-27 | pedram | Carbon-Copy | - | ![]() |
Added makhlaghi |
The output formatting can change and vary. But it has nothing to do with the back-end core of the smart suggestion procedure. So, we can track and discuss more about the output formatting here, and leave the other parts to task #15799.
I have started this thread on stackoverflow: Is it possible to categorize the bash autocomplete output?
However, we might be able to colorize the output as Mohammad suggested as well. These links can help for a start:
I tried using them. But there is a problem. It looks like the 'COMPREPLY' values are treated as literal strings. That is why the ANSI color coding does not work as expected. There might be a workaround.