diff --git a/Python/bed.py b/Python/bed.py index 1fe27c3..f679967 100755 --- a/Python/bed.py +++ b/Python/bed.py @@ -1,4 +1,14 @@ #!/usr/bin/env python3 +# +# bed - the BTUI editor +# +# This is a simple example program demonstrating a minimal text editor +# implemented with the Python BTUI bindings. +# +# Usage: ./bed.py [-d|--debug] +# You can move around with arrow keys, PgUp/PgDn and make basic file edits. +# Save with Ctrl-S, Quit with Ctrl-Q or Ctrl-C +# import sys from btui import open_btui from collections import namedtuple