tslime 0.1.2

A lightweight terminal screensaver simulating slime mold growth patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
repos:
  - repo: https://github.com/doublify/pre-commit-rust
    rev: v1.0
    hooks:
      - id: clippy
        args: [--all-targets, --all-features, --, "-D", "warnings"]
  - repo: local
    hooks:
      - id: tree-clean
        name: no dev-meta paths tracked
        entry: scripts/check_tree_clean.sh
        language: system
        pass_filenames: false
        always_run: true