The Wayback Machine - https://web.archive.org/web/20241006123656/https://github.com/senko
Skip to content
View senko's full-sized avatar

Organizations

@dobarkod

Block or report senko

Report abuse

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

Report abuse

Pinned Loading

  1. dante dante Public

    A zero-setup, easy to use document store for Python

    Python 62 1

  2. fiskal-hr fiskal-hr Public

    Python 3 package providing client for the Croatian tax authorities' Fiskalizacija service

    Python 8 3

  3. OnChange - Watch current directory a... OnChange - Watch current directory and execute a command if anything in it changes
    1
    #!/bin/bash
    2
    #
    3
    # Watch current directory (recursively) for file changes, and execute
    4
    # a command when a file or directory is created, modified or deleted.
    5
    #