-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: show fortune #128
base: main
Are you sure you want to change the base?
feat: show fortune #128
Conversation
b5f5420
to
547905a
Compare
547905a
to
8d975ea
Compare
We chatted about this at standup and are super excited! Some of the proposed changes:
|
bfab933
to
a5826fd
Compare
be74a25
to
94436e7
Compare
f61e155
to
85db7e1
Compare
85db7e1
to
4fb4c2d
Compare
I did some testing locally and it worked well. Three parts
Tip format
Inclusion / exclusion of fortune filesCan be configured in a user project like below. config :fortune, include: [...]
config :fortune, exclude: [...]
config :fortune, paths: [...] |
This reverts commit be74a25.
5bd6f76
to
88c5041
Compare
This is looking good. I think we should start moving to reduce the NervesMOTD code for tips. That way, anyone who doesn't want them won't feel like they're bloating their firmware. I suspect that the reality is that this strings only trivially affect it, but I do know a few people who would prefer to not even have to look. How about:
WDYT? |
b6c7c1a
to
db62ff6
Compare
Co-authored-by: Frank Hunleth <[email protected]>
db62ff6
to
bf4871b
Compare
revised after developing this separate project called elixir-fortune
Description
resolves #105
fortune: true
option specified, one of the default Nerves tips will be printed in the MOTDNotes
fortunes
directories at the time users compile their Nerves projects.TODO
elixir-fortune
v0.1.0 first