1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
MHC for Debian
--------------
This package provides a personal schedule management tool cooperating
with an Emacs mailer.
NOTE: MHC 1.0.0 is drastically changed from the previous release.
The upstream maintainer dropped support for individual MUAs.
Quick start (cf. README.org):
- Initialize config file and spool directory.
$ mhc init ~/mhc
- Read comments in config.yml carefully.
$ editor ~/.config/mhc/config.yml
- Type `M-x mhc RET` to start MHC.
- Type `M-x mhc-import RET` to import a schedule from the current buffer.
Keys in mhc-summary-mode:
- `E` Edit new schedule
- `M` Modify schedule
- `D` Delete schedule (Move to trash)
- `.` Show message
- SPC Show/scroll message
- `v` Toggle message window
- `n` Go to next line
- `p` Go to previous line
- `g` Go to month (Type `g RET` to go to today)
- `>` Go to next month (With prefix arg, input number of months)
- `<` Go to previous month (With prefix arg, input number of months)
- `c` Set category ("todo", "private" or so, used in X-SC-Category:)
- `?` Display calendar (Type `q` to quit)
Keys in mhc-draft-mode:
- `C-c C-c` Finish draft
- `C-c C-k` Kill draft
- `C-c C-q` Kill draft
The mhc file format is briefly documented in the manual page mhc(5).
Sample files are available at `/usr/share/doc/mhc/examples/`.
e.g. `$ cp /usr/share/doc/mhc/examples/japanese-holidays.mhcc ~/mhc/presets/`
Non Elisp utilities are provided by the mhc-utils package.
-- Tatsuya Kinoshita <tats@debian.org>, Sun, 27 Dec 2020 13:19:34 +0900
|