Changes To Auto-completion
Not logged in

Changes to "Auto-completion" between 2008-02-10 16:50:37 and 2008-02-10 17:17:18

    11     11   fi
    12     12   </verbatim>
    13     13   
    14     14   It would be nice if we could develop and maintain a file that would enable this for fossil when copied to /etc/bash_completion.d (system wide) or sourced in .bashrc. I do not know if this can be made in a portable (or at least automated) manner at all.
    15     15   
    16     16   Would attach the /etc/bash_completion.d/subversion file as example, but can't - and it's a bit too long to include here
    17     17   
           18  +
           19  +<hr>
           20  +
           21  +
           22  +<hr><i>On 2008-02-10 17:17:18 UTC anonymous added:</i><br />
           23  +Fossil only needs enough of a command to make it unique, e.g.
           24  +
           25  +<verbatim>
           26  +eric@tasso:~$ fossil h
           27  +fossil: ambiguous command prefix: h
           28  +fossil: use "help" for more information
           29  +eric@tasso:~$ fossil he
           30  +Usage: fossil help COMMAND.
           31  +Available COMMANDs:
           32  +add          close        gdiff        new          revert       timeline
           33  +branch       commit       help         open         rm           undo
           34  +cgi          deconstruct  http         pull         server       update
           35  +changes      del          info         push         settings     user
           36  +checkout     descendents  leaves       rebuild      status
           37  +clean        diff         ls           reconstruct  sync
           38  +clone        extra        merge        redo         tag
           39  +This is fossil version [e487b77b1a] 2008-02-04 02:45:55
           40  +</verbatim>