-
Notifications
You must be signed in to change notification settings - Fork 36
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
Please provide configuration file example #130
Comments
+1 |
So the way that I got to the config values I was interested in (in a bit of a clunky way) was to run the But it seems the serialization pattern is to write the same strings you see in the config help output, but with underscores instead of dashes. Thoughts: having a config file generated from the defaults would be a pretty nice way to create an example config file that never gets stale 🤔 |
While I agree with this sentiment, the defaults are not particularly useful. That is, the default configuration: tmux-sessionizer/src/configs.rs Line 63 in 643a30b
just generates a default tmux-sessionizer/src/configs.rs Lines 35 to 53 in 643a30b
|
Currently there isn't an example how the
.config/tms/config.toml
file should be written, and what variables are available (tms config
provides some hints, but creating a boilerplate would be great).The text was updated successfully, but these errors were encountered: