Skip to content

Commit

Permalink
Remove known issues from the source file. Add limitations to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed May 29, 2022
1 parent ec280ae commit 953c41e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,10 @@ Optional:

* python-keyring is required for the `keyring` transform to pull passwords from
kwallet/gnome-keyring/etc.

## Limitations

* When a key exists in the `.src.ini` file but not in the target state it will
be added to the end of the relevant section. This is not an issue as the
program will usually just resort the file next time it writes out its
settings.
7 changes: 0 additions & 7 deletions bin/chezmoi_ini_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
Chezmoi modify_ script helper to handle ini files (mostly from KDE)
Needs Python 3.10 or later.
Known issues:
* Dolphin puts a key-value pair before the first section. This is only
semi-supported. It must exist in the target file already to work.
* Keys and sections that don't exist in the target state are tacked on to the
end and formatted funny. This will still work correctly. Next time KDE saves
the file and overwrites it, the formatting will end up fixed though.
"""

import enum
Expand Down

0 comments on commit 953c41e

Please sign in to comment.