Skip to content

sk doesnt work in dmenu script #424

@DagurB

Description

@DagurB

I have a script to fuzzy find pdf files and then display them with zathura and it works when run in the terminal however when i run it in dmenu sk doesnt seem to return anything.
Here is the script in question.

#!/usr/bin/env bash
cd ~
zathura $(sk -0 -e -f "$@ .pdf$" --reverse | head -n1)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions