todotxt / todo.txt-cli

☑️ A simple and extensible shell script for managing your todo.txt file.
http://todotxt.org
GNU General Public License v3.0
5.55k stars 712 forks source link

fix: Use shebang `#!/usr/bin/env bash` #418

Open hyperupcall opened 1 year ago

hyperupcall commented 1 year ago

Before submitting a pull request, please make sure the following is done:

This updates the shebang to #/usr/bin/env bash. It makes it compatible with not only FreeBSD and friends, but also NixOS.

QA'ing changes

make test

Fixes #385

inkarkat commented 1 year ago

@karbassi Welcome back; it's good to hear from you again.

I don't see any problems, but would suggest that we work on the backlog of PRs first. Especially my #405 has been waiting for your approval for a long time, and touches many files. If you attack the PRs latest first, that'll only cause merge conflicts.