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

Documentation: Clarify basic regexp syntax of TERM in todo.sh list #335

Merged
merged 2 commits into from
Mar 13, 2021

Conversation

inkarkat
Copy link
Member

And give hints about escaping.
Issue raised by #334

  • Fork the repository and create your branch from master.
  • If you've added code that should be tested, add tests!
  • Ensure the test suite passes.
  • Format your code with ShellCheck.
  • Include a human-readable description of what the pull request is trying to accomplish.
  • Steps for the reviewer(s) on how they can manually QA the changes.
  • Have a fixes #XX reference to the issue that this pull request fixes.

Though the double quoting doesn't do harm when the single backslash is followed by the | character (\| is no valid escape sequence), it's technically more correct to use single quotes, and also is more in line with the quoting advice given directly below it.
todo.sh Show resolved Hide resolved
@inkarkat
Copy link
Member Author

@karbassi It seems like I cannot merge without the travis-ci check passing, not here in GitHub, nor from the command-line:

remote: error: GH006: Protected branch update failed for refs/heads/master.
remote: error: Required status check "continuous-integration/travis-ci" is expected.

If I remember correctly, that Travis check has been replaced by the two GitHub actions, anyway. Can you please remove it?

@karbassi
Copy link
Member

I wish I could. It's been a bug for over a year. I have no idea how to remove it.

@karbassi karbassi merged commit 77c1f34 into todotxt:master Mar 13, 2021
@inkarkat
Copy link
Member Author

Oh, gosh, well, so you're force-pushing the merged branch, then?

@inkarkat inkarkat deleted the fix/list-usage branch March 13, 2021 19:41
wwalker pushed a commit to wwalker/todo.txt-cli that referenced this pull request Sep 19, 2021
…odotxt#335)

* Documentation: Clarify basic regexp syntax of TERM in todo.sh list

And give hints about escaping.
Issue raised by todotxt#334

* Documentation: Correct quoting in todo.sh help list

Though the double quoting doesn't do harm when the single backslash is followed by the | character (\| is no valid escape sequence), it's technically more correct to use single quotes, and also is more in line with the quoting advice given directly below it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants