Skip to content

July of 2022

Computer Science

GNULinux

(../computer_science/gnu_linux/neomutt.md)

  • New: Delete/undelete all messages.

    To delete or undelete all:

    1. Press D or U.
    2. Enter ~A to mark all.

Programming

(../python_debugging.md)

  • New: Better-exceptions.

    Pretty and more helpful exceptions in Python, automatically.

    pip install better_exceptions
    export BETTER_EXCEPTIONS=1