github.com/grantbow/fit@v0.7.1-0.20220916164603-1f7c88ac81e6/docs/man/fit.1 (about)

     1  .TH fit 1
     2  .SH NAME
     3  fit \- filesystem issue tracker, manage plain text issues directories
     4  .SH SYNOPSIS
     5  .B fit
     6  [\fB\-\-help\fR \fIcommand\fR]
     7  .IR command \fR[options] ...
     8  .SH DESCRIPTION
     9  .B fit
    10  manage plain text issues directories with git and hg (mercurial) using Filesystem Issues format.
    11  .SH CONFIGURATION
    12  .\
    13  .PP .fit.yml contains values that change the way fit behaves.
    14  .\
    15  .SH OPTIONS
    16  .\
    17  .PP Each command has a help subcommand with further details.
    18  .\
    19  .PP Status/reading commands
    20  .\
    21  .TP
    22  .BR list \fR[\fIid\fR]
    23  List existing issues, all or a subset with one of several types of identifiers.
    24  .TP
    25  .BR find \fR[\fIid\fR]
    26  Search issues for a tag, status, priority, or milestone
    27  .TP
    28  .BR env
    29  Show settings that fit will use if invoked from this directory
    30  .TP
    31  .BR pwd
    32  Prints the issues directory to stdout (useful subcommand in the shell)
    33  .TP
    34  .BR version
    35  Print the version of this software
    36  .TP
    37  .BR help \fR[\fIcommand\fR]
    38  Show help for all commands. If a command is provided show just that command's help.
    39  .\
    40  .PP Issue editing commands:
    41  .\
    42  .TP
    43  .BR create \fR[\fI\-n <title>\fR]
    44  Report a new issue and open the default editor for Description. If -n is provided the text is used as the title, Description is blank and no editor is launched.
    45  .TP
    46  .BR edit
    47  Edit an existing issue
    48  .TP
    49  .BR tag
    50  Tag an issue with a category
    51  .TP
    52  .BR identifier
    53  Set a stable identifier for the issue
    54  .TP
    55  .BR relabel
    56  Rename the title of an issue
    57  .TP
    58  .BR close
    59  Delete an existing issue
    60  .TP
    61  .BR status
    62  View or edit an issue's status
    63  .TP
    64  .BR priority
    65  View or edit an issue's priority
    66  .TP
    67  .BR milestone
    68  View or edit an issue's milestone
    69  .TP
    70  .BR import
    71  Create local issues from other issue trackers
    72  .\
    73  .PP Version control commands:
    74  .\
    75  .TP
    76  .BR commit
    77  Commit any new, changed or deleted issues to git or hg
    78  .TP
    79  .BR purge
    80  Remove all issues not tracked by git or hg
    81  .\
    82  .PP Other commands:
    83  .\
    84  .TP
    85  .BR roadmap
    86  Print a list of issues sorted by milestone
    87