From d83a612b499d768eba49239100212dde06d832c3 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Mon, 27 Feb 2023 14:01:15 -0800 Subject: Create debian directory for building basic .deb package --- debian/README.Debian | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 debian/README.Debian (limited to 'debian/README.Debian') diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..2365bbc --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,27 @@ +terminal-media-launcher for Debian +================================== + +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. + +Configuration File +------------------ + + By default, terminal-media-launcher searches in the following order for a configuration file: + + $HOME/.config/terminal-media-launcher/config + $HOME/.terminal-media-launcher/config + + A different configuration file location can also be specified with the `-c` flag: + + terminal-media-launcher -c /path/to/config + +For a help message and list of flags + + terminal-media-launcher --help + + You can also consult the man pages **terminal-media-launcher**(1) and **terminal-media-launcher-config**(5) + + -- louie Mon, 27 Feb 2023 13:34:32 -0800 -- cgit