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