From 1fb11ab2d68f984572ce6c573c33d850573292aa Mon Sep 17 00:00:00 2001 From: i026e Date: Thu, 15 Dec 2016 10:41:32 +0300 Subject: readme --- README.md | 7 ++++++- editor_app_mode.sh | 4 ++++ editor_type_mode.sh | 4 ++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 editor_app_mode.sh create mode 100644 editor_type_mode.sh diff --git a/README.md b/README.md index 01017ba..bdb76a2 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -# mime_types_editor \ No newline at end of file +# mime_types_editor + +Utility to change filetype associations. + +It can be launched in two modes: +program-centered and type-centered diff --git a/editor_app_mode.sh b/editor_app_mode.sh new file mode 100644 index 0000000..8a05a9d --- /dev/null +++ b/editor_app_mode.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cd ./src +python3 mime_editor.py app_mode diff --git a/editor_type_mode.sh b/editor_type_mode.sh new file mode 100644 index 0000000..92d0793 --- /dev/null +++ b/editor_type_mode.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cd ./src +python3 mime_editor.py cat_mode -- cgit