From 7379cff7db420d38e21c2ec69d098da1c3f94b96 Mon Sep 17 00:00:00 2001 From: Albert S Date: Fri, 23 Aug 2019 23:58:43 +0200 Subject: [PATCH] rename: qsRun => qsrun --- README.md | 17 ++++++++++++----- main.cpp | 2 +- qsRun.pro => qsrun.pro | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) rename qsRun.pro => qsrun.pro (97%) diff --git a/README.md b/README.md index df81c22..892f6ce 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -qsRun +qsrun ======== -qsRun is a launcher. It contains user defined entries for applications and also searches +qsrun is a launcher. It contains user defined entries for applications and also searches system-applications. Using libcalculate, it can also be used as a calculator. If you run a desktop environment like KDE it is questionable whether you will find this useful, since they usually bring applications that are more or less -comparable to qsRun, although much more +comparable to qsrun, although much more powerful (like KRunner). It can be useful for users running a window manager like fluxbox etc. @@ -17,17 +17,24 @@ For the calculation engine, libqalculate is needed. Currently no conditional compile flags are supported... +Building +======== +qmake +make + + + Getting started ---------------- Currently it may not be considered a classical GUI application because the configuration must be done outside of it. -mkdir $HOME/.config/qsRun +mkdir $HOME/.config/qsrun In this folder user-defined entries should be put (See "Entry format"). Config format ------------ -Path: $HOME/.config/qsRun/qsrunner.config +Path: $HOME/.config/qsrun/qsrunner.config ``` [General] diff --git a/main.cpp b/main.cpp index fc83d15..b08f458 100644 --- a/main.cpp +++ b/main.cpp @@ -36,7 +36,7 @@ int main(int argc, char *argv[]) } else { - configDirectoryPath = QDir::homePath() + "/.config/qsRun/"; + configDirectoryPath = QDir::homePath() + "/.config/qsrun/"; } qRegisterMetaType >("QVector"); diff --git a/qsRun.pro b/qsrun.pro similarity index 97% rename from qsRun.pro rename to qsrun.pro index 11badea..d2fa854 100644 --- a/qsRun.pro +++ b/qsrun.pro @@ -3,7 +3,7 @@ ###################################################################### TEMPLATE = app -TARGET = qsRun +TARGET = qsrun INCLUDEPATH += . # Input