Package Details: taskopen 2.0.2-2

Git Clone URL: https://aur.archlinux.org/taskopen.git (read-only, click to copy)
Package Base: taskopen
Description: Script for taking notes and open urls with taskwarrior
Upstream URL: http://github.com/jschlatow/taskopen/
Licenses: GPL-2.0-or-later
Submitter: vali
Maintainer: vali
Last Packager: vali
Votes: 19
Popularity: 0.000067
First Submitted: 2013-02-25 02:22 (UTC)
Last Updated: 2024-10-03 16:01 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

vali commented on 2024-10-03 16:03 (UTC)

I just uploaded a new PKGBUILD with bugfix release 2.0.2, which addresses the build errors when EDITOR contains spaces.

micwoj92 commented on 2024-10-03 07:57 (UTC)

Try unsetting unset EDITOR, this is issue with upstream makefile.

aleksozolins commented on 2024-10-03 00:36 (UTC)

I'm trying to install taskopen via paru but I'm encountering a build error. Here are the details:

==> Starting build()...
nim c -d:version:2.0.1 -d:release -d:pathext:/usr/share/taskopen/scripts -d:editor:emacsclient -t -n -a nvim -d:open:xdg-open --outdir:./ src/taskopen.nim
command line(1, 2) Error: argument for command line option expected: '-t'
make: *** [Makefile:31: taskopen] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

I also tried cloning the repository directly and running makepkg -si, but I encountered the same error.

Any advice or a workaround is appreciated.

micwoj92 commented on 2024-08-08 21:49 (UTC)

Please add perl to depends or optdepends. Needed in usr/share/taskopen/scripts/rawedit. Please also use SPDX license identifier.

Dominik commented on 2023-04-18 13:41 (UTC)

@vali: I tested Taskopen today again. Everything worked flawlessly. Thank you for providing this repository and for fixing the reported bugs.

Dominik commented on 2023-03-27 07:59 (UTC) (edited on 2023-03-27 17:21 (UTC) by Dominik)

@vali: Thank you for the update. taskopen diagnostics shows now properly the Taskopen version no.

taskopen <taskID> displays now the dialogue to choose which attachment to open.

When opening an URL it opens it not only in my default browser Brave but also in Firefox. Expected is only Brave. Bash doesn't return to the prompt and shows errors. I posted the details in the corresponding issue at your Github repository.

taskopen Notes opens now in vim. However, I cannot save changes. Please check the error message on Github.

vali commented on 2023-03-24 09:34 (UTC)

@Dominik: I just updated the pkgbuild to the bugfix release 2.0.1. This might already solve your problem as there where some issues with the default config.

Dominik commented on 2023-03-24 09:31 (UTC)

@vali Thank you for your instant response! I will open the issue as suggested. Thank you.

vali commented on 2023-03-24 09:14 (UTC)

@Dominik: The error message you observe in the diagnostics output is not related to your problem. The message originates from the fact that the AUR pkg of taskopen is not built from git and therefore the version cannot be acquired during compilation. I need to fix that, though.

Regarding your actual problem, please create an issue on github at https://github.com/jschlatow/taskopen and remember adding the output of task 31 info.

Dominik commented on 2023-03-24 09:06 (UTC) (edited on 2023-03-24 09:27 (UTC) by Dominik)

After installation the program is neither opening urls nor Notes.

task 31

Name          Value
ID            31
Description   test
                2023-03-24 10:15:33 www.google.com
Status        Pending
Project       inbox
Entered       2023-03-24 08:44:42 (1h)
Last modified 2023-03-24 10:25:52 (5s)
Virtual tags  ANNOTATED LATEST PENDING PROJECT READY UNBLOCKED
UUID          f43dd2ba-85b4-42ae-bead-7faf63bc95fd
Urgency        1.8

    project          1 *    1 =      1
    annotations    0.8 *    1 =    0.8
                                ------
                                   1.8
taskopen 31
No actions applicable.
Attaching to task 31 'test'.
Type a file extension (or none):

Diagnostics show that there is a serious Problem: It cannot find names and cannot write:

taskopen diagnostics
Environment
  Platform:       Linux
  Taskopen:       Schwerwiegend: Keine Namen gefunden, kann nichts beschreiben.
  Taskwarrior:    2.6.2
  Configuration:  /home/niggi/.config/taskopen/taskopenrc
Current configuration
  Binaries and paths:
    taskbin            = task
    taskargs           =
    editor             = vim
    path_ext           = /usr/share/taskopen/scripts
  General:
    debug              = false
    no_annotation_hook = addnote $ID
    task_attributes    = priority,project,tags,description
  Action groups:
  Subcommands:
    default            = normal
  Actions:
    files
      .target          = annotations
      .regex           = ^[\.\/~]+.*\.(.*)
      .labelregex      = .*
      .command         = xdg-open $FILE
      .modes           = batch,any,normal