aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/ts/tskm/src/interface/open (unfollow)
Commit message (Collapse)Author
2026-06-03pkgs/tskm: Update `taskchampion` to 3.xBenedikt Peetz
2026-05-28treewide: FormatBenedikt 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-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/open/review: All reviewing all non-empty projectsBenedikt Peetz
2025-06-11pkgs/tskm: Port to qutebrowserBenedikt Peetz
2025-06-02pkgs/tskm: Format with latest rustfmtBenedikt 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-08fix(pkgs/tskm/open/open_in_browser): Handle the no lock file caseBenedikt 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-06feat(pkgs/tskm/task): Use taskchampion instead of run_taskBenedikt 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-04feat(pkgs/neorg): Rewrite in rustBenedikt Peetz
This improves upon neorg by integrating it better into the system context.