Giter Club home page Giter Club logo

qtask's Introduction

QTask

License: MIT

QTask is an open-source Qt-based graphical user interface for managing tasks. It is based on Taskwarrior, a popular command-line organizer.

Features

image

The goal of this application is to allow users to manage task list quickly using mostly the keyboards shortcuts while still having a user-friendly graphical user interface.

You may find the following features of this utility useful:

  • Convenient GUI for adding, deleting, and editing tasks;
  • Filters to quickly sort tasks based on Taskwarrior commands;
  • Keyboard shortcuts for all common actions;
  • Access to Taskwarrior CLI commands via the built-in shell;
  • This utility monitors changes in the database in the background. Therefore, you will always see new tasks as they arrive. This is useful if you are using the Taskwarrior CLI or scripts like bugwarrior at the same time.

If you have any ideas on how to improve this utility, feel free to create an issue or open a PR.

Installation

Arch Linux users could use AUR to install qtask:

yay -S qtask-git

On other distributions you'll need to build it from sources.

Building from source

First of all, you need to install the dependencies. You will need Qt at least version 5.14. For earlier versions of Qt, some features will be disabled.

On Debian-based distributions you need to run the following command:

sudo apt-get install qt5-default qttools5-dev libqt5svg5-dev libx11-xcb-dev qtbase5-private-dev

Clone the repository with submodules:

git clone --recurse-submodules https://github.com/jubnzv/qtask.git qtask
cd qtask

Build QTask in the build directory:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

Then you can install the compiled binary:

sudo make install

qtask's People

Contributors

jubnzv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

qtask's Issues

Couldn't seem to build on ubuntu 20.04


[I]  ~/downloads  sudo apt install qt5-default qttools5-dev libqt5svg5-dev libx11-xcb-dev qt5base-private-dev.
[sudo] password for david:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package qt5base-private-dev.

[I]  ~/software  git clone https://github.com/jubnzv/qtask.git qtask

Cloning into 'qtask'...
remote: Enumerating objects: 314, done.
remote: Counting objects: 100% (314/314), done.
remote: Compressing objects: 100% (199/199), done.
remote: Total 314 (delta 201), reused 222 (delta 109), pack-reused 0
Receiving objects: 100% (314/314), 241.98 KiB | 404.00 KiB/s, done.
Resolving deltas: 100% (201/201), done.
[I]  ~/software  cd qtask

[I]  ~/s/qtask   master   git submodule update --init

Submodule 'src/third-party/singleapplication' ([email protected]:itay-grudev/SingleApplication.git) registered for path 'src/third-party/singleapplication'
Cloning into '/home/david/software/qtask/src/third-party/singleapplication'...
Warning: Permanently added the RSA host key for IP address '140.82.114.3' to the list of known hosts.
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:itay-grudev/SingleApplication.git' into submodule path '/home/david/software/qtask/src/third-party/singleapplication' failed
Failed to clone 'src/third-party/singleapplication'. Retry scheduled
Cloning into '/home/david/software/qtask/src/third-party/singleapplication'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:itay-grudev/SingleApplication.git' into submodule path '/home/david/software/qtask/src/third-party/singleapplication' failed
Failed to clone 'src/third-party/singleapplication' a second time, aborting
[I]  ✘  ~/s/qtask   master   mkdir build

[I]  ~/s/qtask   master   cd build

[I]  ~/s/q/build   master   cmake -DCMAKE_BUILD_TYPE=Release ..

CMake Warning (dev) at CMakeLists.txt:30:
  Syntax Warning in cmake code at column 22

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:35:
  Syntax Warning in cmake code at column 22

  Argument not separated from preceding token by whitespace.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The CXX compiler identification is GNU 9.3.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Build type: Release
CMake Error at CMakeLists.txt:77 (add_subdirectory):
  The source directory

    /home/david/software/qtask/src/third-party/singleapplication

  does not contain a CMakeLists.txt file.


-- Configuring incomplete, errors occurred!
See also "/home/david/software/qtask/build/CMakeFiles/CMakeOutput.log".
[I]  ✘  ~/s/q/build   master ± 

install (git clone) failures

In trying to install qtask, after successfully apt installing the requirements, I run into these errors;

`➜ tmp git clone --recurse-submodules https://github.com/jubnzv/qtask.git qtask
Cloning into 'qtask'...
remote: Enumerating objects: 386, done.
remote: Counting objects: 100% (386/386), done.
remote: Compressing objects: 100% (249/249), done.
remote: Total 386 (delta 252), reused 263 (delta 130), pack-reused 0
Receiving objects: 100% (386/386), 255.17 KiB | 620.00 KiB/s, done.
Resolving deltas: 100% (252/252), done.
Submodule 'src/third-party/singleapplication' ([email protected]:itay-grudev/SingleApplication.git) registered for path 'src/third-party/singleapplication'
Cloning into '/home/djp/tmp/qtask/src/third-party/singleapplication'...
The authenticity of host 'github.com (140.82.114.3)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,140.82.114.3' (RSA) to the list of known hosts.
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:itay-grudev/SingleApplication.git' into submodule path '/home/djp/tmp/qtask/src/third-party/singleapplication' failed
Failed to clone 'src/third-party/singleapplication'. Retry scheduled
Cloning into '/home/djp/tmp/qtask/src/third-party/singleapplication'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:itay-grudev/SingleApplication.git' into submodule path '/home/djp/tmp/qtask/src/third-party/singleapplication' failed
Failed to clone 'src/third-party/singleapplication' a second time, aborting
`

what went wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.