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

Add: Config file #224

Merged
merged 26 commits into from
Apr 5, 2021
Merged

Add: Config file #224

merged 26 commits into from
Apr 5, 2021

Commits on Mar 4, 2021

  1. poke at creating Macros

    - create config struct
    - create config errors
    - create macro struct
    
    TODO create --config option for the file
    a-kenji committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    3e0174c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. poking

    a-kenji committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    c644a1c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. feature(input): add config file

    * use a simple platform dependent config location `ProjectDir`
    
    * deserialise from yaml
      iterate more on config format, maybe be more verbose?
    
    * make keybinds a tuple struct
      same size as newtype, but makes impls easier to add
    
    * merge optionally multiple keys for one keybinding
      easier configuration
    a-kenji committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c97c553 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Poking around

    a-kenji committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2b2b732 View commit details
    Browse the repository at this point in the history
  2. Poking

    a-kenji committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    b4fca93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acc2524 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Add example config file.

    a-kenji committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    a86d8c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    1da743b View commit details
    Browse the repository at this point in the history
  2. Modify example config file

    a-kenji committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    cac143d View commit details
    Browse the repository at this point in the history
  3. Update default config file

    a-kenji committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    9c0762f View commit details
    Browse the repository at this point in the history
  4. Add config to README

    a-kenji committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    e0d0502 View commit details
    Browse the repository at this point in the history
  5. Remove unneccessary comment

    a-kenji committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    2ce034a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Add key events documentation

    Add key events documentation from termion to the README
    a-kenji committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d3a72a2 View commit details
    Browse the repository at this point in the history
  2. Add short --config -c option

    a-kenji committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    564ded0 View commit details
    Browse the repository at this point in the history
  3. Remove logging to log.txt

    a-kenji committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    224c606 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Add a clean config option

    Add a clean config option, which
    makes zellij not look for a default
    configuration file.
    a-kenji committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    e64192b View commit details
    Browse the repository at this point in the history
  2. Move test to /unit

    a-kenji committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    91c109a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Fix config default location

    The default location is now correctly used again
    a-kenji committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b30400a View commit details
    Browse the repository at this point in the history
  2. Fix tests

    a-kenji committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    98c4227 View commit details
    Browse the repository at this point in the history
  3. (Chore): rustfmt

    a-kenji committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    a80d5f7 View commit details
    Browse the repository at this point in the history
  4. Config: Fix README

    a-kenji committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    68737f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84488a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Configuration menu
    Copy the full SHA
    4f5f189 View commit details
    Browse the repository at this point in the history
  2. Chore(rustfmt)

    a-kenji committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    a4430bf View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Use Default Configuration for Tests

    Uses the default configuration for tests,
    in order to not mess up test cases with
    different configurations in the config file.
    a-kenji committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    ca014d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a85e9 View commit details
    Browse the repository at this point in the history