Metadata-Version: 2.4
Name: nikofetch
Version: 0.1.0
Summary: A tiny fastfetch-style system info banner
Author: niko
License: MIT
Project-URL: Homepage, https://github.com/YOUR_USERNAME/nikofetch
Project-URL: Issues, https://github.com/YOUR_USERNAME/nikofetch/issues
Keywords: fetch,fastfetch,neofetch,system-info,cli,terminal
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Terminals
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil>=5.9
Requires-Dist: rich>=13.0
Dynamic: license-file

# nikofetch

A tiny fastfetch-style system info banner, written in Python.

```
you@host                                    Sat Jan 01, 12:00

  OS:       Linux 6.x
  Kernel:   6.x
  Shell:    zsh
  Terminal: kitty
  Uptime:   2d 4h 12m
  CPU:      12% @ 3.60 GHz
  Memory:   8.2 GiB / 32.0 GiB (26%)
  Disk:     120 GiB / 512 GiB (23%)
```

## Features

- Minimal, configurable stat banner (OS, kernel, shell, terminal, uptime, CPU, memory, disk)
- Customizable titlebar with `{user}`, `{host}`, `{date}`, `{time}` placeholders
- Optional ASCII art or (in [kitty](https://sw.kovidgoyal.net/kitty/)) inline image art
- Interactive terminal config menu — no need to hand-edit JSON

## Install

```bash
pipx install nikofetch
```

or

```bash
pip install nikofetch
```

## Usage

```bash
nikofetch            # show the banner
nikofetch --config   # open the interactive config menu
```

Config is stored at `~/.config/nikofetch/config.json`.

## Development

```bash
git clone https://github.com/YOUR_USERNAME/nikofetch
cd nikofetch
pip install -e .
```

## License

MIT
