Skip to content
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

Support automatic config loading via toml file #48

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Apr 1, 2023

  1. Initial working implementation for readin toml file

    Rieljun Liguid committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b0f2f3d View commit details
    Browse the repository at this point in the history
  2. Cleanup and add separate modules

    Rieljun Liguid committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    ca04bdc View commit details
    Browse the repository at this point in the history
  3. Add documentations

    Rieljun Liguid committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    653e130 View commit details
    Browse the repository at this point in the history
  4. Update default url to 0.0.0.0

    This will enable us to connect to daemonized blackd
    running in 0.0.0.0
    Rieljun Liguid committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    7928dde View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Revert default url and add doom emacs integration

    Rieljun Liguid committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    703b936 View commit details
    Browse the repository at this point in the history
  2. Remove unused tempfile dependency

    Rieljun Liguid committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    a6e9a76 View commit details
    Browse the repository at this point in the history
  3. Add tests for using config instead of args

    Rieljun Liguid committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    7970ca6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. fix(clippy): fix clippy warnings

    Rieljun Liguid committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    63af9a3 View commit details
    Browse the repository at this point in the history
  2. fix(tests) Add missing imports in tests

    Rieljun Liguid committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    6bd30a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. fix(config): Use config in the current directory

    Rieljun Liguid committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8d94058 View commit details
    Browse the repository at this point in the history