aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs (unfollow)
Commit message (Collapse)Author
2025-07-06pkgs/tskm/browser/open: Don't fail on stale qutebrowser ipc socketsBenedikt Peetz
2025-07-04treewide: UpdateBenedikt Peetz
2025-07-04pkgs/i3bar-river: Update version to include a fixBenedikt Peetz
2025-07-01treewide: UpdateBenedikt Peetz
2025-07-01{modules/river,pkgs/river-mk-keymap}: Support `once` key mappingsBenedikt Peetz
Otherwise, the prompt for the new screenshot is overshadowed by the normal key mappings in the `run` mode.
2025-06-29treewide: UpdateBenedikt Peetz
2025-06-29{modules/river,pkgs/river-mk-keymap}: Support keymap descriptionsBenedikt Peetz
That just avoids the visual clutter, caused by the nix store paths.
2025-06-29pkgs/river-mk-keymap: Don't emit duplicate key mappingsBenedikt Peetz
Ideally, the key mapping generation code would not produce duplicates in the first place, but sorting them out is also okay (considering the rather low number of key mappings.)
2025-06-29pkgs/river-mk-keymap: Support a dry-run modeBenedikt Peetz
This can be used to check that the keymap.json file is valid, before deploying it.
2025-06-29pkgs/river-mk-keymap: Improve with key-chord support and which-key interfaceBenedikt Peetz
2025-06-28pkgs/i3bar-river-patched: Base on my branch and rebase the block in middle patchBenedikt Peetz
This should avoid having to update both of the patches in the future, as the pull request patch fetch is not stable, and changes if I push something new to the pr.
2025-06-28pkgs/i3bar-river-patched: Remove rustc-1.86 compatibility patchBenedikt Peetz
Nixpgks unstable has rustc-1.87.
2025-06-28pkgs/yt: 1.7.0 -> 1.7.1Benedikt Peetz
2025-06-24pkgs/i3bar-river: Update patch to it's newest versionBenedikt Peetz
2025-06-24pkgs/yt: Add missing mold dependencyBenedikt Peetz
2025-06-24pkgs/yt: 1.6.1 -> 1.7.0Benedikt Peetz
2025-06-24treewide: UpdateBenedikt Peetz
2025-06-17pkgs/yt: 1.6.0 -> 1.6.1Benedikt Peetz
2025-06-16pkgs/yt: v1.5.0 -> v1.6.0Benedikt Peetz
2025-06-16treewide: UpdateBenedikt Peetz
2025-06-11pkgs/tskm/.envrc: Add the build tskm to the pathBenedikt Peetz
That makes debugging easier.
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-07pkgs/tskm: Use correct key for `default-features` in `md5` depBenedikt 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-06{modules,pkgs}/qutebrowser: Enable qutebrowser supportBenedikt Peetz
2025-06-06pkgs/fupdate: Move cli test into a `tests` moduleBenedikt Peetz
2025-06-06treewide: UpdateBenedikt Peetz
2025-06-06pkgs/generate_moz_extension: DropBenedikt Peetz
This is no longer needed, as I have moved away from firefox.
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-05-30pkgs/fupdate: Make killing the update processes possibleBenedikt Peetz
`Command::spawn` will continue to run the command even if the parent exits (e.g., due to CTRL+C). This is not ideal, so we replace it with `Command::status`.
2025-05-30modules/river: Move the `river-start` package into the moduleBenedikt Peetz
The package was already tied to the module (via the log file path) and as such should be in the module directory.
2025-05-30modules/lf: Consolidate the `ll` and `lm` wrappers in the moduleBenedikt Peetz
Having them as separate packages was just not necessary.
2025-05-30treewide: UpdateBenedikt Peetz
This also contains a bump to 25.05.
2025-05-30pkgs/yambar-modules: DropBenedikt Peetz
I migrated away from yambar, and i3status-rust provides a batter alternative for these anyways.
2025-05-20pkgs/{i3bar-river,i3status-rust}: InitBenedikt Peetz
2025-05-20pkgs/mpp: Keep meta attributes like `mainProgram`Benedikt Peetz
2025-05-16pkgs/default.nix: Migrate to the package argumentsBenedikt Peetz