Skip to content

Commit

Permalink
chore: update TODO.md
Browse files Browse the repository at this point in the history
After living with this for a while, I want to go back to toml for the
configuration file.
  • Loading branch information
telemachus committed Dec 12, 2024
1 parent b5b1fd1 commit fe0b0e7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# TODO

+ Improve the json in the configuration file. First, use a whole json document
rather than just an array. (This will require me to put the `repos` array as
the value of a `repos` key.) Second, add a `storage` key in order to let
users specify where they want the repos to be placed.
+ Switch configuration from json to toml.
+ Currently, I add `GIT_TERMINAL_PROMPT=0` to the environment of the git command
that I call with `os.Exec`. This works for me, but others may want git to
prompt them for their username and password. I should make this configurable,
Expand Down

0 comments on commit fe0b0e7

Please sign in to comment.