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

Path and MetaData objects + wezterm.<functions> #4493

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

Commits on Sep 26, 2023

  1. read_dir add optional function first draft.

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9a0416b View commit details
    Browse the repository at this point in the history
  2. Fixed formatting.

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d4c75b3 View commit details
    Browse the repository at this point in the history
  3. Improved read_dir and added documentation.

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6cb3ca9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Added option for choosing the output's entry names

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    db284f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Added a Path object

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    c302be4 View commit details
    Browse the repository at this point in the history
  2. Improved formating

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    7c56e03 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Small improvements

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    fe2620a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3066f9 View commit details
    Browse the repository at this point in the history
  3. Minor format updates

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    933e781 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Improvements + added try_exists

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    373fb23 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    adee154 View commit details
    Browse the repository at this point in the history
  3. More cleanup

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d0e9c16 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. First step of documentation

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    61b231d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. More documentation + minor edits

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    786f852 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. string method workaround

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5b8a161 View commit details
    Browse the repository at this point in the history
  2. More string functions

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    888e49c View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0872c30 View commit details
    Browse the repository at this point in the history
  4. Minor cleanup

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    30b4f15 View commit details
    Browse the repository at this point in the history
  5. Improved the __eq meta method

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0eb1848 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Bug fix: Don't take out the userdata - borrow it

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    22946b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Fix formatting

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    b49a618 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Change take to borrow + to_owned

    Daniel Kongsgaard authored and Daniel Kongsgaard committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    751ad38 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Cleanup formatting

    Danielkonge committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ab0fd77 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Update .gitignore

    Danielkonge committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    19c071f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4691927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acac074 View commit details
    Browse the repository at this point in the history
  4. Minor error corrections

    Danielkonge committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    da5e98c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc3afcd View commit details
    Browse the repository at this point in the history