summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2023-02-27 14:01:15 -0800
committerLouie S <louie@example.com>2023-02-27 21:16:17 -0800
commitd83a612b499d768eba49239100212dde06d832c3 (patch)
tree3f5f15fd345d05ed72bb18d7f29a4af83c42012b /debian/README.Debian
parentbf0172b7e6391aa1345a0e8add0b622d08e0053b (diff)
Create debian directory for building basic .deb package
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian27
1 files changed, 27 insertions, 0 deletions
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 <louie@example.com> Mon, 27 Feb 2023 13:34:32 -0800