about summary refs log tree commit diff stats
path: root/pkgs/by-name/ts/tskm/src (follow)
Commit message (Collapse)AuthorAge
* pkgs/tskm/open: Make the session reading code more error tolerantBenedikt Peetz10 days
| | | | | I have no idea, why qutebrowser sometimes skips writing these values. But as it does so, we must fill them in with reasonable defaults.
* pkgs/tskm/open: Define the default tab as an empty tabBenedikt Peetz10 days
| | | | | Otherwise, one could not save a session at all, as qutebrowser will always open at least the default tab.
* pkgs/tskm/open: Allow opening multiple URLs at a timeBenedikt Peetz10 days
|
* pkgs/tskm/neorg/task: Already fill in the `TITLE` placeholderBenedikt Peetz10 days
|
* pkgs/tskm/inputs/tags: InitBenedikt Peetz10 days
| | | | This makes it possible to see the already used tabs.
* pkgs/tskm/open/list-tabs: All listing based on empty/non-empty and more than ↵Benedikt Peetz10 days
| | | | one project
* pkgs/tskm/open/review: All reviewing all non-empty projectsBenedikt Peetz10 days
|
* pkgs/tskm/neorg/task: Correctly call the id argument “task”Benedikt Peetz10 days
|
* pkgs/tskm: Port to qutebrowserBenedikt Peetz10 days
|
* pkgs/tskm: Merge tags of inputs, which have to same urlBenedikt Peetz2025-06-07
|
* pkgs/tskm: Fail, when a `task` invocation failsBenedikt Peetz2025-06-06
|
* pkgs/tskm: Support filtering the show `inputs` in `tskm inputs list`Benedikt Peetz2025-06-06
|
* pkgs/tskm/cli::input::file: Support adding default tags to file importBenedikt Peetz2025-06-02
|
* pkgs/tskm/input/handle: Use types to contain parsing and dry codeBenedikt Peetz2025-06-02
|
* pkgs/tskm: Format with latest rustfmtBenedikt Peetz2025-06-02
|
* pkgs/tskm: Remove unused featuresBenedikt Peetz2025-06-02
|
* treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz2025-04-27
| | | | This change also ensures that this repo is reuse-3.0 compliant.
* pkgs/tskm: Add completions for dynamic valuesBenedikt Peetz2025-04-14
| | | | | This brings `tskm` again on the same level `neorg` was with regard to completions.
* fix(pkgs/tskm/open/open_in_browser): Handle the no lock file caseBenedikt Peetz2025-04-08
|
* fix(pkgs/tskm/neorg): Make path in commit message relativeBenedikt Peetz2025-04-08
|
* fix(pkgs/tskm/neorg): Avoid trying to write into `/index.norg`Benedikt Peetz2025-04-08
|
* fix(pkgs/tskm/open): Don't hardfail on unknown lock IPBenedikt Peetz2025-04-08
|
* feat(pkgs/tskm): Support opening URLs (and correctly default)Benedikt Peetz2025-04-07
|
* chore(pkgs/tskm/neorg): Handle file operations correctlyBenedikt Peetz2025-04-06
|
* chore(pkgs/tskm): Correctly allow missing panics_doc and errors docBenedikt Peetz2025-04-06
|
* fix(pkgs/tskm/task): Make the verbosity selectableBenedikt Peetz2025-04-06
|
* feat(pkgs/tskm/task): Use taskchampion instead of run_taskBenedikt Peetz2025-04-06
|
* style(treewide): FormatBenedikt Peetz2025-04-04
|
* fix(pkgs/tskm): Add context to some errorsBenedikt Peetz2025-04-04
|
* feat(pkgs/tskm): Support listing the open tabs in a projectBenedikt Peetz2025-04-04
|
* fix(pkgs/tskm): Remove typosBenedikt Peetz2025-04-04
|
* feat(pkgs/neorg): Rewrite in rustBenedikt Peetz2025-04-04
This improves upon neorg by integrating it better into the system context.