~nmu-sscheel/gtg/rework-task-editor

« back to all changes in this revision

Viewing changes to gtcli_bash_completion

  • Committer: huxuan
  • Date: 2012-04-21 09:26:58 UTC
  • mto: This revision was merged to the branch mainline in revision 1157.
  • Revision ID: i@huxuan.org-20120421092658-slwtgg6ei7vs50sj
gtcli_bash_completion:

1) Add 'search' for completion

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
        if [ $COMP_CWORD -eq 1 ]; then
32
32
            COMPREPLY=( $( compgen -W '-h  --help new show  edit  delete list
33
 
            count postpone close' -- $cur ) )
 
33
            count postpone close search' -- $cur ) )
34
34
        else
35
35
            _filedir '@(rar|RAR)'
36
36
                fi