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

Rewrite more #2109

Merged
merged 15 commits into from
May 31, 2021
Merged

Rewrite more #2109

merged 15 commits into from
May 31, 2021

Commits on Apr 29, 2021

  1. Rewrite the cli usage function

    Add crossterm as dependency
    
    Complete the paging portion
    
    Fixed tests
    
    cp: extract linux COW logic into function
    
    cp: add --reflink support for macOS
    
    Fixes #1773
    
    Fix error in Cargo.lock
    
    Quit automatically if not much output is left
    
    Remove unnecessary redox and windows specific code
    
    Handle line wrapping
    
    Put everything according to uutils coding standards
    
    Add support for multiple files
    
    Fix failing test
    
    Use the args argument to get cli arguments
    
    Fix bug where text is repeated multiple times during printing
    
    Add a little prompt
    
    Add a top file prompt for multiple files
    
    Change println in loops to stdout.write and setup terminal only once
    
    Fix bug where all lines were printed in a single row
    
    Remove useless file and fix failing test
    
    Fix another test
    AMythicDev committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    2593b3f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    482e340 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    d2ab0dc View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    22ba21d View commit details
    Browse the repository at this point in the history
  2. Fix clippy warning

    AMythicDev committed May 16, 2021
    Configuration menu
    Copy the full SHA
    c930509 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    7a88df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1596c65 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    0a2f74f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe42808 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c2540a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Configuration menu
    Copy the full SHA
    101e557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40ee902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d17c1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    762da0b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    8c5dcd0 View commit details
    Browse the repository at this point in the history