Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aliases can't be found [Bug] #480

Closed
amiroslaw opened this issue Nov 28, 2023 · 1 comment · Fixed by #481
Closed

Aliases can't be found [Bug] #480

amiroslaw opened this issue Nov 28, 2023 · 1 comment · Fixed by #481
Labels

Comments

@amiroslaw
Copy link

Describe the bug

I believe I have spotted an error or inconsistency on the Wiki page. From the doc I can read:
"To get basic aliasing, simply put a pueue_aliases.yml besides your pueue.yml."
However, even though I have pueue_aliases.yml in my ~/.config/pueue/ with pueue.yml, service tries to read aliases from config folder.
logs:
"Didn't find pueue alias file at "/home/miro/.config/pueue_aliases.yml"."
Adding --config parameter doesn't give that message but also doesn't fix this issue.

Location /home/miro/pueue_aliases.yml fix that, but it can confuse the users.

Steps to reproduce

Put pueue_aliases.yml in my ~/.config/pueue/ with pueue.yml
Add aliases from the wiki example.
Run pueue add -- ls

Debug logs (if relevant)

Didn't find pueue alias file at "/home/miro/.config/pueue_aliases.yml".

Operating system

Manjaro

Pueue version

v3.3.1

Additional context

No response

@Nukesor
Copy link
Owner

Nukesor commented Nov 28, 2023

Good catch. Linked MR fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants