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

Silence aux tools #493

Merged
merged 5 commits into from
Sep 24, 2021
Merged

Silence aux tools #493

merged 5 commits into from
Sep 24, 2021

Commits on Sep 21, 2021

  1. add getopt to keogram

    This is a breaking change and will require `endOfNight.sh` to be updated to
    use the new argument format. On the upside, the help screen is prettier, main()
    is simpler, and it allows me to do things like
    
    `./keogram -d /tmp/20210919/ -e jpg -o /tmp/k.jpg --font-color '#00ff00' --font-name triplex`
    
    and not be spammed by tons of logs. Of course, if you like that sort of thing,
    you are welcome to add `-v` or `--verbose`.
    ckuethe committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    aff220f View commit details
    Browse the repository at this point in the history
  2. add getopt to startrails

    This is a breaking change and will require `endOfNight.sh` to be updated to
    use the new argument format. On the upside, the help screen is prettier, main()
    is simpler, and it allows me to do things like
    
    	`./startrails -b 0.3 -d /tmp/20210919/ -e jpg -o /tmp/s.jpg`
    
    and not be spammed by tons of logs. Of course, if you like that sort of thing,
    you are welcome to add `-v` or `--verbose`.
    
    New feature: summary mode. Just scan the directory without rendering an image:
    	`./startrails -s -d /tmp/20210919 -e jpg`
    ckuethe committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    dea3b7e View commit details
    Browse the repository at this point in the history
  3. make endOfNight.sh know about the new arguments to keogram and startr…

    …ails
    
    Since keogram and startrails no longer gratuitously emit a log line per file
    processed, it is no longer necessary to create additional log files.
    
    Grrrr, vscode fixed all the tabs 'n' spaces.
    ckuethe committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    32c7b2a View commit details
    Browse the repository at this point in the history
  4. fix directory long_opt name

    ckuethe committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7113a89 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. forgot to spell out 'rotate'

    ckuethe committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    3ecfd40 View commit details
    Browse the repository at this point in the history