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

ターミナルにおける特殊文字の扱いの改善 #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 3, 2022

  1. terminal: improve how to deal with special characters

    * invalidate first_arg if it is beyond redir_char or pipe_char
      * improve behavior of "cat> z.txt", for example
    * improve behavior when both of redir_char and pipe_char is used
      * don't open output file (redirect) if the output is pipe
      * throw error if pipe is after redirect
    mikecat committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    a8e6427 View commit details
    Browse the repository at this point in the history