~warbler/schwa

Interactively select and watch shows
Remove unnecessary options in config getopts
Update copyright

clone

read-only
https://git.sr.ht/~warbler/schwa
read/write
git@git.sr.ht:~warbler/schwa

You can also use your local clone with git send-email.

#Schwa

Schwa is a POSIX-compliant shell script which provides a menu for interactively selecting and watching shows.

#Dependencies

  • A POSIX-compliant system
  • xdg-user-dirs (optional)
  • xdg-utils (optional)

#Contributing

  • Lines should be no longer than 80 characters long.
  • Indent using tabs.
  • Lines end with line feeds (\n).
  • Contributions to Schwa must be POSIX-compliant.
  • Check contributions with ShellCheck.
  • The script should work in a shell with no environment variables set. This can be checked in dash with:
    $ unset $(set | sed -e '/^'\''\|OPTIND=/d' -e 's/=.*//')
    $ set
    OPTIND='1'
    _='_'
    

#Licensing

Schwa is licensed under the AGPLv3.0+. See COPYING.

Do not follow this link