diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-10 14:44:20 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-10 14:44:20 +0100 |
commit | 4606ba9df166ab98ab8b9efc3e9e9f623ca94404 (patch) | |
tree | 14cc92859e4ccfe03426adc57522722c6a2aa3f0 | |
parent | elogt.el: add separators, quit and help (diff) | |
download | emacs-elogt-4606ba9df166ab98ab8b9efc3e9e9f623ca94404.tar.gz emacs-elogt-4606ba9df166ab98ab8b9efc3e9e9f623ca94404.tar.bz2 emacs-elogt-4606ba9df166ab98ab8b9efc3e9e9f623ca94404.zip |
README.md: add README
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6593dd5 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# ElogT + +Portage Emerge log browser for GNU Emacs. + +## About + +ElogT displays the Portage logs in a convenient table and allows log file +browsing and deletion. + +## License + +Copyright (c) 2023, Maciej Barć <xgqt@riseup.net> +Licensed under the GNU GPL v2 License + +SPDX-License-Identifier: GPL-2.0-or-later |