Clutter

The nimblest personal knowledge base
by sharimot

Installation

  1. Requirements:
  2. Create clutter.txt somewhere.
  3. Clone the repository from GitHub:
    git clone https://github.com/sharimot/clutter
  4. Change into the directory:
    cd clutter
  5. Install dependencies:
    python3 -m pip install -r requirements.txt
  6. Run Clutter:
    python3 clutter.py /path/to/clutter.txt
  7. Open the browser and access Clutter at http://localhost:12224/.
    12224 == int(hashlib.sha256('clutter'.encode('utf-8')).hexdigest()[:4], 16)
    It is possible to specify a different port number (e.g., 9999):
    python3 clutter.py /path/to/clutter.txt 9999

Manual

Best practices