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

Try reading ata.toml from some default paths #17

Closed
rikhuijzer opened this issue Feb 24, 2023 · 2 comments
Closed

Try reading ata.toml from some default paths #17

rikhuijzer opened this issue Feb 24, 2023 · 2 comments

Comments

@rikhuijzer
Copy link
Collaborator

rikhuijzer commented Feb 24, 2023

This would make it easier to add the binary to the bin folder, place the config in some default path, and then run

$ ata

without extra flags.

For now, this can be achieved by adding the following script to the bin folder (for example, ~/.local/bin):

#!/usr/bin/env bash

/path/to/ata/binary --config=/path/to/config/toml "$@"

Thanks to "$@", this will accept arbitrary arguments to ata.

@rikhuijzer
Copy link
Collaborator Author

Solution to this is provided in #21

@rikhuijzer
Copy link
Collaborator Author

Fixed in #23.

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

No branches or pull requests

1 participant