Skip to content
View ariel-frischer's full-sized avatar
Block or Report

Block or report ariel-frischer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. bmessages.nvim bmessages.nvim Public

    Bmessages.nvim better :messages window using an auto-updating buffer.

    Lua 39 3

  2. alias-gen alias-gen Public

    Automate creation of shell aliases for bash, zsh, or fish given your command history.

    Python 1

  3. developerFolio developerFolio Public

    HTML

  4. Python logging template Python logging template
    1
    import logging
    2
    import logging.config
    3
    from datetime import datetime
    4
    from pathlib import Path
    5
    import sys