toml-bombadil icon indicating copy to clipboard operation
toml-bombadil copied to clipboard

A dotfile manager with templating

Results 66 toml-bombadil issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** > I'm studying dotfiles manager now, I have'n used toml-bombadil, I just read the docs yet, so maybe it's not...

enhancement

Importing is currently done this way : ```toml [[import]] path = 'path/to/imported-config.toml` ``` The `path` property only supports path to a file. Users shall be able to import multiple files...

enhancement
good first issue

documentation
good first issue

- [x] homebrew - [x] aur - [ ] .rpm - [ ] .deb

good first issue

**Describe the bug** If I have a file containing secrets plus some comments like the following : ``` # Work stuff super_secret = "pouet" # Personal stuff reddit_password = "incrackable"...

bug

#45 have been merged for now, but ultimately this should be done at build time and installed when packaging the application : see https://github.com/sharkdp/bat/blob/master/.github/workflows/CICD.yml

enhancement

Currently listing variables output the following : ``` ❯ bombadil get vars alacritty_background: #292C3E wob_border_color: #FF6D7070 pulse_audio_fg: #0d0d0d client_unfocused_indicator: #6D7070 client_focused_indicator: #1BA6FA light_black: #6D7070 foreground: #EBEBEB client_urgent_indicator: #6D7070 alacritty_cyan: #21DEEF...

enhancement

Hi, can we get the current os name from template? like this: `{{os.name}}`

enhancement