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 --width command line option #70

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 8, 2018

  1. Use macro for println format string

    This is so we can start modifying the width of the filename field (at
    index 0) based on a user-supplied width.
    brewingcode committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    edf070c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7407819 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    034a5ef View commit details
    Browse the repository at this point in the history
  4. Accept "full" as a value for --width

    Use the terminal_size crate to use the full terminal width.
    brewingcode committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    389838d View commit details
    Browse the repository at this point in the history