Reworded the help text.

This commit is contained in:
Andrew Hamilton 2016-01-23 01:34:17 +00:00
parent 3ba16c7d13
commit 8035d62dc2
2 changed files with 42 additions and 44 deletions

View file

@ -1,40 +1,40 @@
┌──────────────── Help ────────────────┐ ┌──────────────── Help ────────────────┐
│Produces a set of reports for every f │ │Vigil maintains a set of reports for e│
│The reports are produced by many exis │ │Different types of reports are produce│
 │ │ │
│The state of each report is also summ │ │The state of each report is summarised│
│The possible states are listed below. │ │viewed by selecting this status indica│
 │ │are listed below. │
│A report is viewed by selecting its s │ │ │
 │ │Reports are recalculated whenever file│
│Reports are recalculated whenever fil │ │to date. │
│are kept up to date. (optional)  │ │ │
 │ │The reports are cached in a directory │
│The reports are cached in a directory │ │ │
│directory.  │ │ │
 │ │Usage: vigil <root_path> │
│Usage: vigil <root_path>  │ │ │
 │ │e.g. # vigil my_project │
│e.g. # vigil my_project  │ │ │
 │ │Keys: │
│Keys:  │ h - Show the help screen. (toggle) │
h - Show the help screen. (toggle)  │ d, c, j, k or arrow keys or the mous│
d, c, j, k - Move the cursor up, do │ D, C, J, K or page up, page down, ho│
D, C, J, K - Scroll the result pane │ t - Turn the result pane to portrait│
t - Turn the result pane to portrai │ l - Show the activity log. (toggle) │
l - Show the activity log. (toggle) │ n - Move to the next issue. │
n - Move to the next issue.  │ N - Move to the next issue of the cu│
N - Move to the next issue of the c │ o - Order files by type, or by direc│
o - Order files by type, or by dire │ p - Pause work. (toggle) │
p - Pause work. (toggle)  │ s - Change the appearance of result │
w - Watch the filesystem for change │ q - Quit. │
s - Change the appearance of result │ │ │
q - Quit.  │ │Statuses: │
 │ │  Normal │
│Statuses:  │
│  Normal  │
  Ok │   Ok │
  Problem │   Problem │
  Not applicable │   Not applicable │
  Running │
│ . Pending │
  │   │
└──────────────────────────────────────┘ └──────────────────────────────────────┘

18
vigil
View file

@ -5,19 +5,17 @@
# Licensed under the Artistic License 2.0. # Licensed under the Artistic License 2.0.
"""\ """\
Produces a set of reports for every file in a directory tree. Vigil maintains a set of reports for each file in a directory tree.
The reports are produced by many existing command-line tools. Different types of reports are produced for different types of file.
The state of each report is also summarised by a status indicator. The state of each report is summarised by a status indicator, and a report is
The possible states are listed below. viewed by selecting this status indicator with the cursor. The types of status
are listed below.
A report is viewed by selecting its status indicator with the cursor. Reports are recalculated whenever files are changed, so that they are always up
to date.
Reports are recalculated whenever files are changed, added, or deleted, and so The reports are cached in a directory ".vigil" under the target directory.
are kept up to date. (optional)
The reports are cached in a directory named ".vigil" under the target
directory.
Usage: vigil <root_path> Usage: vigil <root_path>