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

Feat/wish #33

Merged
merged 41 commits into from
Jul 9, 2024
Merged

Feat/wish #33

merged 41 commits into from
Jul 9, 2024

Commits on Jun 12, 2024

  1. add support for stdin

    Filippo Trotter authored and Filippo Trotter committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    904d1ab View commit details
    Browse the repository at this point in the history
  2. update languages to allow lowercases names

    Filippo Trotter authored and Filippo Trotter committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9e82096 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    05e2ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6da2bb0 View commit details
    Browse the repository at this point in the history
  3. fix merging error

    Filippo Trotter authored and Filippo Trotter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    96b7de4 View commit details
    Browse the repository at this point in the history
  4. fix test

    Filippo Trotter authored and Filippo Trotter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0c8cee3 View commit details
    Browse the repository at this point in the history
  5. refactor with cobra

    Filippo Trotter authored and Filippo Trotter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4b17ad5 View commit details
    Browse the repository at this point in the history
  6. update build action

    Filippo Trotter authored and Filippo Trotter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c941a61 View commit details
    Browse the repository at this point in the history
  7. solve merge conflicts

    Filippo Trotter authored and Filippo Trotter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f5b4c6f View commit details
    Browse the repository at this point in the history
  8. add some comments

    Filippo Trotter authored and Filippo Trotter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    dc02115 View commit details
    Browse the repository at this point in the history
  9. better error handling

    Filippo Trotter authored and Filippo Trotter committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    af4da50 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. add ssh connection to remote folder

    Filippo Trotter authored and Filippo Trotter committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    577ba06 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. add possibility to specify port

    Filippo Trotter authored and Filippo Trotter committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1b36af2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. update first wish version

    Filippo Trotter authored and Filippo Trotter committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    476d03c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. add tui remote support

    Filippo Trotter authored and Filippo Trotter committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e234c18 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix label view

    Filippo Trotter authored and Filippo Trotter committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7d3dd52 View commit details
    Browse the repository at this point in the history
  2. better pty handling

    Filippo Trotter authored and Filippo Trotter committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6e8e889 View commit details
    Browse the repository at this point in the history
  3. remove debug print

    Filippo Trotter authored and Filippo Trotter committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6d5027f View commit details
    Browse the repository at this point in the history
  4. add a better error handling

    Filippo Trotter authored and Filippo Trotter committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8ce0910 View commit details
    Browse the repository at this point in the history
  5. add labels case

    Filippo Trotter authored and Filippo Trotter committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5e1e26d View commit details
    Browse the repository at this point in the history
  6. fix applyChanges

    Filippo Trotter authored and Filippo Trotter committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    077e840 View commit details
    Browse the repository at this point in the history
  7. remove log.fatal for better error handling

    Filippo Trotter authored and Filippo Trotter committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d729dc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    22baa5f View commit details
    Browse the repository at this point in the history
  2. add tui flag

    Filippo Trotter authored and Filippo Trotter committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0bba042 View commit details
    Browse the repository at this point in the history
  3. fix: error handling

    Filippo Trotter authored and Filippo Trotter committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7be875d View commit details
    Browse the repository at this point in the history
  4. add no selected file check

    Filippo Trotter authored and Filippo Trotter committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d7cf4e4 View commit details
    Browse the repository at this point in the history
  5. fix: label request view

    Filippo Trotter authored and Filippo Trotter committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1144458 View commit details
    Browse the repository at this point in the history
  6. remove possibility to add non character keys as input

    Filippo Trotter authored and Filippo Trotter committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8ece73a View commit details
    Browse the repository at this point in the history
  7. fix: remove wrong exit key

    Filippo Trotter authored and Filippo Trotter committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    371c869 View commit details
    Browse the repository at this point in the history
  8. fix: c language

    Filippo Trotter authored and Filippo Trotter committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f0e3fdf View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. feat: add .cs extension support

    Filippo Trotter authored and Filippo Trotter committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f5f10c7 View commit details
    Browse the repository at this point in the history
  2. feat: add go back possibility

    Filippo Trotter authored and Filippo Trotter committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1162807 View commit details
    Browse the repository at this point in the history
  3. fix: view functions

    Filippo Trotter authored and Filippo Trotter committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d6ddccf View commit details
    Browse the repository at this point in the history
  4. add unit tests for option and label models

    Filippo Trotter authored and Filippo Trotter committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2421789 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. add unit tests for file selector model

    Filippo Trotter authored and Filippo Trotter committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    957b226 View commit details
    Browse the repository at this point in the history
  2. add some extra test

    Filippo Trotter authored and Filippo Trotter committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    db293bd View commit details
    Browse the repository at this point in the history
  3. fix: remove mode selection for single file

    Filippo Trotter authored and Filippo Trotter committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3e17b26 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. add main model unit tests

    Filippo Trotter authored and Filippo Trotter committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9666295 View commit details
    Browse the repository at this point in the history
  2. refactor

    Filippo Trotter authored and Filippo Trotter committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fe7167e View commit details
    Browse the repository at this point in the history
  3. refactor

    Filippo Trotter authored and Filippo Trotter committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0d44323 View commit details
    Browse the repository at this point in the history
  4. Resolve merge conflict

    Filippo Trotter authored and Filippo Trotter committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    13c1c4d View commit details
    Browse the repository at this point in the history