From 868ff677920ea40d73afaf98aa8353927cc3ffdc Mon Sep 17 00:00:00 2001 From: Louie S Date: Tue, 28 Feb 2023 20:33:46 -0800 Subject: Add icon to README --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 4006f43..b0aae1c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,5 @@ +![logo](../data/icon.svg) + ## Introduction **Terminal Media Launcher** is a command line utility to help streamline launching applications and other media. The goal of this program is to provide a fast, minimal, command line frontend with a Unix-like approach to setup and configuration. The program looks for a configuration file listing different groups of media and creates an ncurses menu from which to select from. If a configuration file is found, the program will draw two columns: one for groups, and one for entries. At the bottom of the window, a preview of the command execution is displayed. -- cgit