Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Issue 9320075: bash completion rules (Closed)

Created:
8 years, 10 months ago by Evan Martin
Modified:
8 years, 10 months ago
Reviewers:
Nico, enne (OOO)
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

bash completion rules You can source this file from bash to add tab-completion of command-line flags. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120403

Patch Set 1 #

Total comments: 1

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
A tools/bash-completion View 1 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Evan Martin
8 years, 10 months ago (2012-02-03 18:37:11 UTC) #1
Evan Martin
8 years, 10 months ago (2012-02-03 18:37:23 UTC) #2
enne (OOO)
http://codereview.chromium.org/9320075/diff/1/tools/bash-completion File tools/bash-completion (right): http://codereview.chromium.org/9320075/diff/1/tools/bash-completion#newcode15 tools/bash-completion:15: xargs sed -ne 's/.*"\([^"]\+\)".*/--\1/p' | \ Two quick suggestions: ...
8 years, 10 months ago (2012-02-03 20:23:41 UTC) #3
Nico
I know nothing about bash completion, looks like enne's got this. Suggestion: Put it at ...
8 years, 10 months ago (2012-02-03 20:25:11 UTC) #4
Evan Martin
PTAL diff of the flag list found by the old vs new regex https://gist.github.com/1732654 stuff ...
8 years, 10 months ago (2012-02-03 21:15:22 UTC) #5
Evan Martin
easier to read list of just the removed ones https://gist.github.com/1732683
8 years, 10 months ago (2012-02-03 21:19:47 UTC) #6
enne (OOO)
On 2012/02/03 21:19:47, Evan Martin wrote: > easier to read list of just the removed ...
8 years, 10 months ago (2012-02-03 21:27:55 UTC) #7
Evan Martin
would you say it looks "good" to you? :)
8 years, 10 months ago (2012-02-03 21:29:25 UTC) #8
Evan Martin
On 2012/02/03 20:25:11, Nico wrote: > Suggestion: Put it at tools/bash/completion instead. Considered this, but ...
8 years, 10 months ago (2012-02-03 21:29:44 UTC) #9
enne (OOO)
On 2012/02/03 21:29:25, Evan Martin wrote: > would you say it looks "good" to you? ...
8 years, 10 months ago (2012-02-03 21:32:50 UTC) #10
Nico
8 years, 10 months ago (2012-02-03 21:49:44 UTC) #11
On 2012/02/03 21:29:44, Evan Martin wrote:
> On 2012/02/03 20:25:11, Nico wrote:
> > Suggestion: Put it at tools/bash/completion instead.
> 
> Considered this, but there'd only be one file in the dir anyway.

Think big! In the future, there might be, like, 2 files!

Powered by Google App Engine
This is Rietveld 408576698