Skip to content

Expand tilde or/and $HOME in sequence filename #134

@danielwerg

Description

@danielwerg

detox 3.0.1

~/.config/detox
├── detoxrc
└── custom.tbl

detoxrc:

# ...
sequence "custom" {
	safe {
		filename "~/.config/detox/custom.tbl";
	};
};
detox: unable to parse file: "~/.config/detox/custom.tbl"

None of the following worked:

~/.config/detox/custom.tbl
$HOME/.config/detox/custom.tbl
/home/$USER/.config/detox/custom.tbl
./custom.tbl

Only /home/user/.config/detox/custom.tbl did.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions